Browsing Category
Software
11754 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
Zero to Hero in Technical Writing: Making Consistent Income
Introduction Technical Writing is about writing articles, documentation, emails, technical reports, and other content related to computer hardware…
How to grow a developer blog to 3M annual visitors? with Jakub Czakon (Neptune.ai)
Welcome to another episode of The Developer-led Podcast, where we dive into the strategies modern companies use to…
Supercharge Your Spreadsheet Skills with Python in Microsoft Excel
Introduction Microsoft Excel has long been the go-to tool for data analysis, financial modeling, and creating visually appealing…
Introduction to the Tower library
One of the components of my OpenTelemetry demo is a Rust application built with the Axum web framework.…
Setting up Bcrypt in your Rails project
If you’re here you probably already know that storing passwords in plain text is a bad idea. Here…
Programmatically access working locations with the Calendar API
Posted by Chanel Greco, Developer Advocate Giving Google Workspace users the ability to set their working location and…
This Week In React #157: Concurrent Mode, Gatsby, hydration, useMemo, React-Redux, Fresh, TinyBase, TFLite, Bootsplash…
Hi everyone! It’s been pretty quiet on the React front this week, but we’ve still got a few…
Bash, the magic that empowers the Cloud
Hello Coders! This article is not about ML, Generative AI, automation, or any other hot topic. It’s about…
Essential HTML Tags: Best Practices Breakdown
Essential HTML Tags: Best Practices Breakdown Introduction If you’re just starting out in the exciting world of frontend…
Singleton Design Pattern in C#: Full Guide
Have you ever wondered how to maintain a unique instance throughout the lifecycle of an application and ensure…