
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
Game Dev with Rust: How to Build an Invaders Game in Rust?
Read more →: Game Dev with Rust: How to Build an Invaders Game in Rust?Retro arcade games have a timeless charm, combining simple mechanics with addictive gameplay. Recreating such classics not only brings nostalgia but also sharpens programming and…
-

· 5 min read
Creating Complex Interactive Charts Using Chart.js
Read more →: Creating Complex Interactive Charts Using Chart.jsData visualization is the art of transforming raw data into clear, insightful, and visually compelling stories. In a world overflowing with information, charts and visuals…
-

· 5 min read
Rate Limiting in APIs: Preventing Abuse (with Code Examples)
Read more →: Rate Limiting in APIs: Preventing Abuse (with Code Examples)Rate limiting is a technique used in APIs to control how many requests a client can make within a specific time frame. In simple terms,…
-

· 5 min read
Creating a Simple To-Do List in jQuery
Read more →: Creating a Simple To-Do List in jQueryTask management is at the heart of productivity, and one of the simplest yet most useful applications to build is a to-do list. For beginners,…
-

· 5 min read
Handling Simple Data Visualization Using Chart.js
Read more →: Handling Simple Data Visualization Using Chart.jsData visualization is one of the most effective ways to simplify complex information and communicate insights clearly. Charts and visuals transform raw data into something…
-

· 5 min read
Game Dev with Rust: How to Create a Classic Arcade Pong Game in Rust?
Read more →: Game Dev with Rust: How to Create a Classic Arcade Pong Game in Rust?Game development is one of the most exciting ways to learn programming, and recreating classic games is a proven path to mastering both fundamentals and…