Browsing Category
Software
12425 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
Cookie Policy: A Comprehensive Guide
What is a Cookie Policy? A cookie policy is a document that explains to users what cookies are…
Day 24 of 100 Days of Code
Thu, July 25, 2024 I’m approaching wrapping up the last project. There are a lot of moving parts…
#34 — Remove Duplicates And Compute Intersection
Problem description & analysis: An Excel table has two columns of numbers, and there are duplicates in a…
JPG to JXL: A Guide to Converting Modern Image Formats
What Is JPG? JPG (or JPEG, which stands for Joint Photographic Experts Group) is one of the most…
[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…