
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
Understanding Software Design Patterns with Real-World Examples
Read more →: Understanding Software Design Patterns with Real-World ExamplesDesign patterns are simple and reusable solutions to common problems in software design. Instead of solving the same issue in different ways, developers use design…
-

· 5 min read
Sealed Classes vs Enums – When to use each, real-world examples (API states, UI state handling)
Read more →: Sealed Classes vs Enums – When to use each, real-world examples (API states, UI state handling)Every software system, whether small or enterprise-scale, needs a way to represent states. Think about a simple traffic light, an API call that may succeed…
-

· 5 min read
Handling navigation with Navigator.push and Navigator.pop
Read more →: Handling navigation with Navigator.push and Navigator.popIn any mobile app, navigation is like the steering wheel of the user’s journey—it decides how smoothly users move from one screen to another. Imagine…
-

· 5 min read
Implementing a bottom navigation bar with multiple pages
Read more →: Implementing a bottom navigation bar with multiple pagesNavigation plays a central role in how users interact with any mobile or web application. A smooth and intuitive navigation system ensures that users can…
-

· 5 min read
Concurrency vs Parallelism: Key Differences and Core Concepts
Read more →: Concurrency vs Parallelism: Key Differences and Core ConceptsModern computing systems are expected to handle multiple tasks efficiently and simultaneously. From multitasking on smartphones to running complex applications on servers, the demand for…
-

· 5 min read
Animation Techniques in React
Read more →: Animation Techniques in ReactReact is one of the most popular JavaScript libraries for building user interfaces. Known for its flexibility and efficiency, React enables developers to create dynamic…