Browsing Category
Software
11703 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
Use Server Side Forms in NextJS
I utilized Server Actions, React Server Components (RSC), and Next’s App Router while exploring Forms in Next.js 14.…
Guide to Free Hosting for Your Full-Stack Spring Boot Application
Introduction 📜 When it comes to building your own applications, motivation is often lost because, in the end,…
การแก้ไขปัญหา: ฐานข้อมูลถูกใช้งานโดยผู้ใช้อื่น
เมื่อคุณพยายามเข้าถึงหรือลบฐานข้อมูล PostgreSQL และได้รับข้อความแสดงข้อผิดพลาดดังนี้: ERROR: database "database_name" is being accessed by other users DETAIL: There are 1 other session(s)…
AWStuff: Dedicated Instance vs. Dedicated Host
Introduction Hello everyone, Today, I will try to summarize a bit complicated concept in easiest possible terms. The…
The process of setting up a Mysql container with Docker Desktop and connecting from the host machine
Docker Desktop version is 4.32.0 Get Mysql Image There is a search bar at the header. Input mysql…
A little about promises in Javascript
JavaScript is a synchronous programming language; however, due to the callback functions, we can make it work as…
Day 1: Defining Variables in JavaScript
I’ve started Hitesh Sir’s JavaScript 30 days challenge, and today’s task was all about defining variables and understanding…
O que é Design system e por que usar
O que é um design system? Design system é uma biblioteca que é usada para organizar o tema…
Understanding and Fixing “Object Reference Not Set to an Instance of an Object” in C#
Introduction One of the most common and frustrating errors that C# developers encounter is the infamous Object reference…
Run your program in the kernel space with eBPF
Hi there! Have you heard about eBPF? eBPF is not a new technology, but its usage has been…