Browsing Category
Software
12440 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
The simplest example of coroutines in C++20
The coroutines were introduced in C++20 standard. Unfortunately, the implementation isn’t such friendly even for experienced programmers because…
React Hooks: useThrottledValue and useThrottledFunction
This article explains the new React 18 hooks useDeferredValue and useTransition and compares them to throttle and debounce…
Run Docker based GitHub runner containers on GitHub Codespaces
Overview This post has moved, Check it out here: Hosting your self hosted runners on GitHub Codespaces Marcel.L…
Hoisting in Javascript
Hello Guys today i am discussing about Hoisting in Javascript. What is Hoisting? Hoisting is a process in…
Hello Embedded World – booting a minimal Linux with Busybox on RISC-V, from source
Last time we saw how to boot Ubuntu for RISC-V on the QEMU virt board and set up…
Dynamic PostgreSQL credentials using HashiCorp Vault (with PHP Symfony & Go examples)
I was playing around with HashiCorp Vault, trying to integrate dynamic secrets (one of many features Vault offers)…
Find a good available .com domain
Tech blog:Find a good available .com domain 2022-06-08 If you need a new domain name, and you want…
Simple Ecommerce Web App using Reactjs
Demo : https://ecommerce-web-app-reactjs.vercel.app/ Source: https://github.com/erajamanickam/ecommerce-web-app-reactjs Simple Ecommerce Web App using reactjs with fakestoreapi Fake Store API FakeStoreApi is…
Top 6 Cloud Server Hosting In 2022
Cloud computing and the top 6 cloud service providers delivering these services, have brought fundamental changes to the…
Responsive Font Sizes with Sass Maps and @each
Hi, there! Today, you will learn how to create responsive font sizes with Sass maps and @each method.…