
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
Progressive Web Applications (PWAs) in Full-Stack Development
Read more →: Progressive Web Applications (PWAs) in Full-Stack DevelopmentProgressive Web Applications (PWAs) represent a significant advancement in web technology, bridging the gap between web and mobile applications. PWAs utilize modern web capabilities to…
-

· 5 min read
Data Visualization with D3.js
Read more →: Data Visualization with D3.jsData visualization serves as a cornerstone in deciphering intricate datasets, offering an intuitive means to communicate insights across various domains, from scrutinizing financial trends and…
-

· 5 min read
Creating Desktop Applications with Electron
Read more →: Creating Desktop Applications with ElectronIn today’s dynamic realm of software development, the demand for desktop applications that effortlessly transcend the boundaries of various operating systems remains a persistent challenge.…
-

· 5 min read
Creating RESTful APIs with Flask or Django
Read more →: Creating RESTful APIs with Flask or DjangoIn the modern landscape of web development, building robust and efficient APIs is essential for creating scalable and interconnected applications. Representational State Transfer (REST) has…
-

· 5 min read
Microservices with Spring Boot
Read more →: Microservices with Spring BootIn the ever-evolving landscape of software development, building applications that are scalable, flexible, and maintainable is crucial. One architectural paradigm that has gained significant traction…
-

· 5 min read
Concurrency Patterns in Go
Read more →: Concurrency Patterns in GoConcurrency is a cornerstone of contemporary software engineering, empowering applications to execute numerous operations concurrently and maximize resource utilization. Among programming languages, Go, often referred…