
Welcome to Code, a blog by Zeba Academy.
We cover all things tech, and then some more.
This is where you’d find cutting-edge content related to System Programming, Rust, Linux, and of course, Zig. 🙂
Latest Articles
Thoughts, tutorials, and insights.
-

· 5 min read
Building CLI Tools with Node.js
Read more →: Building CLI Tools with Node.jsCommand Line Interface (CLI) tools are indispensable in modern software development, enabling developers to interact with their applications and systems in a streamlined, text-based manner.…
-

· 5 min read
Internationalization (i18n) in React
Read more →: Internationalization (i18n) in ReactInternationalization, often abbreviated as i18n (where 18 stands for the number of letters between ‘i’ and ‘n’), refers to the process of designing a software…
-

· 5 min read
Event-Driven Architecture in Node.js
Read more →: Event-Driven Architecture in Node.jsEvent-Driven Architecture (EDA) is a design paradigm in which the flow of the program is determined by events—signals from external sources or user actions. This…
-

· 5 min read
Dynamic Theming in React Applications
Read more →: Dynamic Theming in React ApplicationsDynamic theming has become an essential aspect of modern web development, allowing applications to offer personalized and visually appealing experiences to users. This article aims…
-

· 5 min read
Real-time Applications with Node.js and WebSockets
Read more →: Real-time Applications with Node.js and WebSocketsReal-time applications (RTAs) are software solutions that provide immediate, live interaction and feedback, essential in today’s fast-paced digital environment. These applications, such as chat systems,…
-

· 5 min read
Writing Safe and Efficient Web Applications with Rust and Actix
Read more →: Writing Safe and Efficient Web Applications with Rust and ActixWeb application development has become a cornerstone of modern technology, facilitating everything from social media platforms to e-commerce sites. As the demand for robust, scalable,…