Browsing Category
Software
12380 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
“Swipe Left on Looks: Meet Meld – The Dating App that Cares about Your Personality”
Hey there, fellow tech enthusiasts! Today’s post is going to be a little different, but still packed with…
30 Free CSS Loading Animation for your website in 2023
We will use Lottie files Lottie files Effortlessly bring the smallest, free, ready-to-use motion graphics for the web,…
Revolutionize Your Web Development with DevOps and JavaScript!
In today’s fast-paced world, web development has become a crucial aspect of creating a strong digital presence for…
Create Portfolio Website for Beginner 2 Hour
live preview https://portofolio-website-dark-mode.vercel.app/ code : https://github.com/kewcoder/portofolio-website Youtube Video only 2 hour : https://www.youtube.com/watch?v=FhYhOwzaPwE&t=776s developer portfolio website, developer portfolio…
Javascript Object #10
So far in our long Javascript Object post,we have seen about Javascript Object creation, what is Object properties,…
How to use JWT Authentication in NodeJs/NextJs
What is JWT JSON web token (JWT), pronounced “jot”, is an open standard (RFC 7519) that defines a…
API Rate Limiting Cheat Sheet
Jump to a section: Gateway-level rate limiting Token bucket algorithm Leaky bucket algorithm Sliding window algorithm Distributed rate…
Mode sombre facile avec NextJS 13 et Tailwind
🚀 Mode sombre facile avec NextJS 13 et Tailwind 🌗 NextJS - TailwindCSS - ModeSombre - React -…
How to Create a Good Pull Request Template (and Why You Should Add Gifs)
I wasn’t in tech when Pull Requests (PRs) were first introduced by GitHub back in 2008. And when…
Benchmarking Rust for Serverless
Let’s start with two very important questions: (1) Why should I care to benchmark Rust since it’s already…