Browsing Category
Software
11701 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
[Rust]How to make string handing to frontend on tauri app
#[tauri::command] pub fn simple_command()->String{ "String".to_string() } If you want to return a string in a Tauri command,add to_string()…
10 Livros de C++ que vale à pena você ler
Livros dignos de leitura e para ter na prateleira da sua coleção Dia desse eu postei no Twitter…
Intro to Stellar: Get Started in Rust, Set Up Your Development Environment, and Write Your First Smart Contract
Hello! This is the first in a series of five livestreams designed to help the community participate in…
Why Using Local LLMs Might Be Better Than ChatGPT, Claude, or Gemini: A Simple Cost Breakdown
Large language models (LLMs) are now a key part of many applications and industries, from chatbots to creating…
Inline Save and Add Another with Rails and Hotwire
This article was originally published on Rails Designer I recently wrote about how to add a “Save and…
How to Display All Databases in Various Ways
Essential duties in daily database management include viewing the entire list of databases on a server, retrieving their…
An Introduction to SQL Stored Procedures
SQL stored procedures simplify repetitive tasks and enhance database performance. This article introduces you to stored procedures, their…
Mastering Docker Diff: Usage and benefits
Introduction Docker has become an indispensable tool for developers, providing a consistent environment for building, testing, and deploying…
Minha conclusão ao conhecer os “Design Patterns” [PT-BR]
Introdução Terminei de conhecer os famosos “Design Patterns”, descritos originalmente no livro “Design Patterns: Elements of Reusable Object-Oriented…
Build Your Own Artificial Neuron: A Practical Guide for AI Beginners
Artificial intelligence (AI) is ubiquitous in our daily lives, from product recommendations on e-commerce websites to virtual assistants…