Browsing Category
Software
12399 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
CSS Art: Nintendo Switch
This weekend, I streamed while live coding/drawing a Nintendo Switch with HTML and CSS. The drawing is: Responsive:…
Checking if a value is a number in Javascript with isNaN()
In Javascript, we have numerous ways to check if something is or is not a number. This is…
Configure Touch ID for sudo access in Terminal.app without prompting for a password to authenticate.
Devices listed below have fingerprint scanner (Touch ID) to simplify login process but this is not exposed in…
How to add days to a date in JavaScript (without a library)
✋ Update: This post was originally published on my blog decodingweb.dev, where you can read the latest version…
How to build a collaborative SaaS product using Next.js and ZenStack’s access control policy
Preface Initially, I was planning to write it in two series, step by step: How to build a…
7 Free Public APIs you will love as a developer💖
1. JSON Placeholder JSON Placeholder is a service that provides you with fake online REST APIs for testing…
5 Custom React Hooks That Will Transform Your Code 🤖
Yesterday after finishing my daily article (yeah, I publish a new article about front-end development every day, so…
Javascript Arrays – How to Remove Duplicate Elements
Javascript arrays can contain duplicates – which is fine most of the time, but can sometimes cause some…
🔥💻 The Best React Component Libraries
React is all about components 💻- small bits of code that make up specific parts of your UI.…
Convert a dd/mm/yyyy string to a Date object in JavaScript
✋ Update: This post was originally published on my blog decodingweb.dev, where you can read the latest version…