Browsing Category
Software
12406 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’ve moved to Fosstodon 🦣
Back in November, the DEV Team announced that we had begun exploring the Fediverse: #DEVCommunity: Now available via…
How to code an Android app that shows CPU and battery temperatures?
To create an Android app that displays the CPU and battery temperatures, you can use the Android Debug…
Adding JPEG XL & QOI Support to my Website OS
I’m always having fun adding things to my desktop environment in the browser (daedalOS), which also powers my…
How to code an Android app that shows barometer data? Step by step guide with code
Here is a step-by-step guide on how to create an Android app that displays barometer data. Step 1:…
⚛ React Lifecycle 🔃
O conhecimento sobre o ciclo de vida (ou lifecycle) de um componente React é frequentemente solicitado em entrevistas…
Slack Next-gen Platform – Button Interactions
In this tutorial, you’ll learn how to use interactions starting from a button in your Slack’s next-generation platform…
How to Render Static Text with SDL2
The Code :: https://github.com/patrickodacre/sdl2-odin-examples/tree/master/render-static-text To render the text to the screen we still require our game loop. I’ve…
Stylify CSS: Code your Remix website faster with CSS-like utilities
Introduction Stylify is a library that uses CSS-like selectors to generate optimized utility-first CSS based on what you…
Let’s build a contact form with Next.js
Most of the websites have a contact page where you can send a message to reach the owner.…
Data detective: Tips and tricks for conducting effective exploratory data analysis
Exploratory data analysis (EDA) is an approach to analyzing and understanding data that involves summarizing, visualizing, and identifying…