Browsing Category
Software
12242 posts
Software Engineering & Development Frameworks
This hub covers practical engineering frameworks, development processes, and system design approaches used to build scalable and reliable systems.
You’ll find how-to guides, architectural breakdowns, and real-world insights focused on backend systems, cloud software, and modern developer tooling.
This content is designed for engineers, technical leads, and teams working on production-scale applications.
Key Engineering Guides
5 Unique HTML Elements You Might Not Know
HTML offers a vast array of elements that can enhance the way you present content on the web.…
Essential Linux Utilities and Tools for DevOps Engineers : Day 2 of 50 days DevOps Tools Series
Introduction Linux is the operating system of choice for many DevOps engineers due to its stability, flexibility, and…
Introduction to Functional Programming in JavaScript: Immutability #6
Immutability is a key concept in functional programming and is crucial for writing reliable, maintainable, and predictable code.…
3 Amazing Productivity Apps for Linux
I use Ubuntu 24.04 as my daily driver on my main laptop and these are some of the…
Get started with Gemma on Ray on Vertex AI
Use Gemma Supervised tuning on Ray on Vertex AI to train and serve machine learning models efficiently and…
Next.js with Shadcn UI Progress Bar Example
In this tutorial, we will learn how to use a progress bar in Next.js with Shadcn UI. Before…
Notes de mise à jour de la documentation – juin 2024
Cet article a été publié à l’origine sur https://www.pubnub.com/docs/release-notes/2024/june Bonjour à tous ! Nous avons quelques nouvelles mises…
Official deprecation announcement Storyblok Vue 2 & Nuxt 2 SDKs
Dear community, We want to announce some changes to the Storyblok Vue 2 SDK & Storyblok Nuxt 2…
React is Slow? 6 Strategies for Performance Optimisation
React excels at managing complex UIs, but its virtual DOM reconciliation process can introduce performance bottlenecks if not…
How to add Stripe payment functionality to Next.js App
How to add Stripe payment functionality using the Next.js App Router: 1. Set Up Your Stripe Account Sign…