
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
How to Build a Weather App by Consuming a Public Weather API?
Read more →: How to Build a Weather App by Consuming a Public Weather API?Weather applications have become an integral part of daily life, providing users with instant access to real-time weather conditions and forecasts. From checking if it…
-

· 5 min read
Loops in Kotlin Made Simple: for, while, and do-while
Read more →: Loops in Kotlin Made Simple: for, while, and do-whileLoops are an essential part of programming, helping developers perform repetitive tasks efficiently without rewriting code multiple times. In Kotlin, loops allow you to automate…
-

· 5 min read
Creating a Gallery Application in React Native
Read more →: Creating a Gallery Application in React NativeIn today’s digital-first world, mobile applications are the gateway to how users interact with images, videos, and creative content. A gallery application is one of…
-

· 5 min read
Best Open Source Platforms for No-Code Development
Read more →: Best Open Source Platforms for No-Code DevelopmentNo-code development is a way for people to create software without needing to write any code. Imagine you want to build an application but don’t…
-

· 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…