Browsing Category
Software
11707 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
Enhancing List Functionality in Dart with Custom Extensions
Dart, a language known for its flexibility and robust features, allows developers to extend the functionality of existing…
Migrate from Cord to SuperViz
With the latest announcement from the Cord Team stating that the company is shutting down in August, many…
Create a QR Code Generator Using ToolJet and Python in 5 Minutes! 🛠️
This quick tutorial will guide you through the steps to create a QR Code Generator application using ToolJet.…
How to Create an Undo Action with Rails
This article was originally published on Rails Designer. An undo-action is a common UX paradigm in web-apps. You…
Key Data Structures for SQL Database Efficiency
Data structures are foundational for optimizing SQL database performance. This article highlights key data structures such as stacks,…
10 Reasons Your Side Projects Aren’t Making Money (And How to Fix Them!)
Starting a side project with the hope of turning it into a profitable venture is exciting, but many…
Effortless VM Data Security with NAKIVO and Proxmox Backup
In the realm of virtualized environments, securing data is paramount. Two powerful tools that have gained prominence for…
How to create and connect to a Linux VM using a Public Key.
A Linux virtual machine (VM) can be created using the Azure portal. This guide will show you how…
From Chaos to Order: Structured JSON with Pydantic and Instructor in LLMs
In the world of Large Language Models (LLMs), making them play nice with our applications is key. We…
전역 상태 관리 Recoil과 Zustand.
Recoil과 Zustand는 React 애플리케이션에서 상태 관리를 도와주는 라이브러리이다. 두 라이브러리 근본적인 기능은 같지만, 서로 다른 방식으로 상태 관리를…