
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
Version Control with Git: Mastering Branching, Merging, and Collaboration
Read more →: Version Control with Git: Mastering Branching, Merging, and CollaborationIn the realm of software development, where changes are constant and collaboration is essential, version control systems (VCS) play a pivotal role.
-

· 5 min read
Building Offline-First Apps with Flutter: Syncing Data and Handling Connectivity Issues
Read more →: Building Offline-First Apps with Flutter: Syncing Data and Handling Connectivity IssuesIn today’s fast-paced digital world, users expect seamless experiences from their mobile applications, regardless of network connectivity. However, network outages or intermittent connectivity can disrupt…
-

· 5 min read
Federated Learning: Collaborative Machine Learning without Centralized Data
Read more →: Federated Learning: Collaborative Machine Learning without Centralized DataMachine learning has revolutionized various industries by enabling computers to learn from data and make predictions or decisions without being explicitly programmed. However, traditional machine…
-

· 5 min read
Concurrency in Dart: Leveraging Isolates and Event Loops for Efficient Parallel Programming
Read more →: Concurrency in Dart: Leveraging Isolates and Event Loops for Efficient Parallel ProgrammingDart, a versatile programming language developed by Google, has gained popularity for its simplicity and efficiency in building web, mobile, and desktop applications. As software…
-

· 5 min read
Advanced State Management in Flutter: Implementing Provider, Bloc, and Riverpod Patterns
Read more →: Advanced State Management in Flutter: Implementing Provider, Bloc, and Riverpod PatternsFlutter, Google’s UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase, has gained immense popularity among developers due…
-

· 5 min read
Serverless Architecture: Coding without the Hassle of Server Management
Read more →: Serverless Architecture: Coding without the Hassle of Server ManagementIn the realm of modern software development, the term “serverless architecture” has gained significant traction, promising a paradigm shift in how applications are built, deployed,…