Browsing Category
Software
11706 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
C++ 指向類別成員的指位器的實作細節
C++ 可以定義指向成員函式的指位器, 不過因為成員函式可能是虛擬函式, 如何能夠透過指向成員函式的指位器達到呼叫正確的成員函式呢?本來就來簡單探究。(本文均以 g++ 為例, 並且只探討單純的單一繼承)。 指向非虛擬函式的指位器 首先來看個簡單的範例, 建立指向非虛擬函式的指位器: #include using namespace std; class A { public:…
ONTO THE OTHER
Hey everyone, I got super busy with a lot of stuff, but I am back! So, where were…
How to improve Django Framework?
On June 21, 2024 I started a thread on reddit with the following question: “What would you improve…
How to Install and Configure ownCloud on CentOS 9 Stream
Prerequisites Before starting the installation, make sure you have: A KVM-based NVMe VPS from EcoStack Cloud running CentOS…
AIM Weekly for 24 June 2024
Liquid syntax error: Tag ‘{% raw %}’ was not properly terminated with regexp: /%}/
Ethereum Blockchain Architecture: Your Guide
Introduced in 2015 by Vitalik Buterin, Ethereum has become a crucial element of the distributed ecosystem. It allows…
Tailstore – Free Tailwind CSS eCommerce Template
Tailstore is a responsive eCommerce template built with Tailwind CSS, created to help you set up elegant online…
Mastering Network Security: Configuring Firewalld and Understanding IDS vs. IPS Systems
Introduction Hello, security aficionados! Today, we’re diving into the nitty-gritty of network security. Specifically, we’ll look at configuring…
Leveraging PostgreSQL CAST for Data Type Conversions
Converting data types is essential in database management. PostgreSQL’s CAST function helps achieve this efficiently. This article covers…
🚀 Boost Your JavaScript Performance: Tips and Best Practices
JavaScript is a powerful language, but as your application grows, so do the performance challenges. Ensuring your JavaScript…