Browsing Category
Software
12374 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
LB Labs: The Magic of Compound Efficiencies in Engineering
As the milestone book Atomic Habits laid out, the key to life-changing habits is adopting one effectively and…
Digital Ocean TURN server: 3 Easy Steps
Digital Ocean is a premier Cloud Server provider. Cloud servers can be used for a variety of purposes…
Crash Course on the Kotlin Compiler | K1 + K2 Frontends, Backends
Quick detour on why there are so many versions and how it affects data transformations in the compiler Perhaps…
Stringify and Parse Errors in JavaScript
The Error object in JavaScript doesn’t serialize to JSON with all its properties by default. That’s because the…
How To Hire A Software Developer For Your Web3 Startup
When looking to hire a software developer for your Web3 startup, it’s essential that you understand that Web3…
Learn about the difference between var, let, and const keywords in JavaScript and when to use them.
var, let, and const: What’s the Difference in JavaScript? JavaScript is a dynamic and flexible language that allows…
Last Day On Dev
Well I joined dev.to because I thought here everyone is a programmer, that means they think logically but…
How to remove the debug banner in Flutter?
On your MaterialApp set debugShowCheckedModeBanner to false. MaterialApp( debugShowCheckedModeBanner: false, )
Extremely SIMPLE & LOGICAL Java SOLUTION – Beats 94% of Solutions!!!! 🔥🔥
Intuition To convert a string to an integer, we need to ignore any leading whitespace characters and check…
Join the 1Password Hackathon hosted by Hashnode and compete for $10,000 in prizes
We love hackathons. In fact, that’s where the idea for 1Password came from – with all-night coding sessions…