Browsing Category
Software
12427 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
Understanding the `this` Keyword in JavaScript
The this keyword in JavaScript can be one of the most confusing concepts for new developers. Its value…
Day6 of 100DaysOfJavaScript
Lately there are many sudden rain… What I did Continue watching video. Learn JavaScript What I learned Nested…
Introduction to Functional Programming in JavaScript: Applicatives #10
Applicatives provide a powerful and expressive way to work with functions and data structures that involve context, such…
integrate a custom AI model into a new or updated Wix Studio
To integrate a custom AI model into a new or updated Wix Studio. you can follow these general…
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…