Browsing Category
Software
11699 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
Smaller, Safer, More Transparent: Advancing Responsible AI with Gemma
ShieldGemma is a suite of safety content classifiers models built upon Gemma2 designed to keep users safe. GemmaScope…
[DAY 93-95] I built an interactive database in PostgreSQL using a shell script
Hi everyone! Welcome back to another blog where I document the things I learned in web development. I…
Microsserviços, uma abordagem prática – Implantação contínua
Implantação Contínua, ou Continuous Deployment, é uma prática de desenvolvimento de software onde o código é automaticamente testado…
C# {Data Types except Int}
Floating-Point Types: 1)float: 32-bit single-precision floating point type 2)double: 64-bit double-precision floating point type float myFloat = 20.5f;…
How To Fix “java.io.IOException: Problem reading font data.” When Load Customized TTF In Java.
Yesterday, my colleague said the service had a problem loading the customized font — NotoSerif-Regular.ttf on our SIT,…
Welcome Thread – v287
Leave a comment below to introduce yourself! You can talk about what brought you here, what you’re learning,…
🧑💻FREECODECAMP FORUM LEADERBOARD
I have completed the “Learn Asynchronous Programming by Building a freeCodeCamp Forum Leaderboard” project. ⭐This project helped me…
Just Wrapped Up: Cafe Menu Project!
Hey everyone! I’m excited to share that I’ve just completed the “Learn Basic CSS by Building a Cafe…
Practical Guide to Implementing Functional SEO in NextJS App Router: Static & Dynamic Metadata
Drum Roll… First off, no need doing the ReactJS vs NextJS banter. If you’re thinking about optimizing your…
How to Run a Docker Container on AWS EC2 and Access It Externally
Introduction Running a Docker container on an AWS EC2 instance is a powerful way to manage and deploy…