Browsing Category
Software
11742 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
Improving SEO for React Apps with Server-Side Rendering and Static Site Generation
React has become one of the most popular JavaScript libraries for building user interfaces and web applications. With…
Unlocking the Power of Native Modules in JavaScript: An Introductory Guide
You may also read this blog post in my blog for a better experience Disclaimer ⚠️ The topic…
Is GitHub Copilot a Game-Changer?
How has AI-assisted programming tools like GitHub Copilot impacted the software development process thus far in 2023? Follow…
Discussion of the Week – v4
In this weekly roundup, we highlight what we believe to be the most thoughtful, helpful, and/or interesting discussion…
Crossed 200$ in revenue with my first side project
1300 signups and 200$ in revenue on linkcollect.io 🥳 What is linkcollect.io and how it helps content writers,…
Managing Firecracker microVMs in Go
This article is the second iteration of the “Orchestrating MicroVMs, from first principles” series about the creation of…
Development of Apple App Clips and Android Instant Apps for On-Demand Solutions
In the space of mobile applications, instant satisfaction has become a key driver for consumer behavior. Now consumers…
Make sure the python env is always running in cloud shell.
Introduction Hi, I am Akshay Rao, recently working with python in AWS cloud shell every time, i had…
Cracking the LeetCode 905. Sort Array By Parity By Nilesh
LeetCode .905 Sort Array By Parity : Hey there, coding enthusiasts! Welcome back to another exciting coding session.…
Middleware: The Hidden Hero of Web Development
INTRODUCTION: Middleware in web development refers to a set of functions or processes that are executed between receiving…