Browsing Category
Software
11652 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
We are on Product Hunt!
Big news! Dev.to Rater, is officially live on Product Hunt! 🎉 What is Dev.to Rater? If you’re a…
Mastering Redux-Saga: Advanced Concepts and Use Cases 🌪️
While implementing the feature for creating project versions at my organization, I leveraged Redux-Saga’s channel feature to schedule…
RandomResizedCrop in PyTorch (3)
Buy Me a Coffee☕ *Memos: My post explains RandomResizedCrop() about size argument. My post explains RandomResizedCrop() about scale…
How to Validate XML Against DTD Locally and Securely
Ensuring your XML files conform to their Document Type Definitions (DTD) without risking data exposure is crucial. Here…
Building More Inclusive and Accessible Mobile Apps: Lessons from My React Native Journey
When I first started developing mobile apps with React Native, accessibility wasn’t my top priority. Like many developers,…
AI Community Pulse (February 12)
In recent days, the AI community has been abuzz with a mix of hands-on projects and clever integrations.…
How to Create a Decentralized Exchange: Build Your Own DEX Platform
DeFi, or Decentralized Finance, is a broad notion that refers to financial services hosted on and supported by…
You are more than the tools you use: tell your story
How many times have you seen someone introduce themselves via the tools they use? Maybe this looks familiar:…
How to Write Technical Documentation in 2025: A Step-by-Step Guide
“I wrote this code three months ago, and now I can’t understand it at all…” “Where’s the project…
#143 — Expand One Row into Multiple Rows after Splitting Text
Problem description & analysis: The following is a data table, in which columns D and E have multiple…