Browsing Category
Software
11712 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
How to Properly Structure Stimulus Controller
This article was previously published on Rails Designer. Over the years many articles have been written about organizing…
File API
This is a submission for DEV Challenge v24.03.20, One Byte Explainer: Browser API or Feature. File API The…
Unleashing Creative Power: A Hands-On Guide to Image Generation with Google Cloud’s Vertex AI and…
Unleashing Creative Power: A Hands-On Guide to Image Generation with Google Cloud’s Vertex AI and Imagen API Ever wondered…
Sloan’s Inbox: Is security still an afterthought?
Hey folks! Sloan, DEV Moderator and mascot. I’m back with another question submitted by a DEV community member.…
The Basics of Kubernetes CronJob
Introduction Kubernetes is an open-source container orchestration platform that manages containerized applications to run on a cluster of…
JavaScript Template Literals
Template literals, introduced in ECMAScript 6 (ES6), are a way to work with strings more efficiently and expressively…
Leetcode Solution: #206: Reverse Linked List 🐬
Question Type: Medium 🎚️ Complexities: Time: O(n), Space: O(n) 🚩 Code: 👇 class Solution { public: ListNode* reverseList(ListNode*…
6 Free eBooks to Learn Web Development 📚
I have organised a collection of top-notch eBooks to enhance your web dev learning journey that’ll surely benefit…
Precisamos falar sobre ipdb: Uma Jornada para um debugger mais Eficiente em Python
Bugs e erros são inevitáveis no desenvolvimento de software. No entanto, enfrentar esses problemas pode ser uma experiência…
Local Storage
This is a submission for DEV Challenge v24.03.20, One Byte Explainer: Browser API or Feature. Explainer localStorage is…