
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
JavaScript Math Functions That Every Developer Should Know
Read more →: JavaScript Math Functions That Every Developer Should KnowThe JavaScript Math object is a built-in object with attributes and methods for mathematical constants and functions and methods for executing mathematical operations. It’s not…
-

· 5 min read
Google Has Released Flutter 2.5 With Significant Speed Improvements
Read more →: Google Has Released Flutter 2.5 With Significant Speed ImprovementsRecently, Google released version 2.5 of its open-source Flutter user interface development platform. Flutter 2.5 has the second-highest issue closure rate of any Flutter release,…
-

· 5 min read
Android App Development Trends in 2021
Read more →: Android App Development Trends in 2021Android devices are slowly but surely taking over the global mobile market. Many companies, choosing a mobile platform for building business applications, opt for Android.…
-

· 5 min read
Unique Web-Design Trends for 2021
Read more →: Unique Web-Design Trends for 2021Web design is a great land of many opportunities. Following these trends of 2021 can literally breath life into your digital space. Yet one should…
-

· 5 min read
7 JavaScript Libraries to Check Out in 2021
Read more →: 7 JavaScript Libraries to Check Out in 2021Popular JavaScript libraries and frameworks are particularly handy tools that every front-end web designer should know how to handle. They not only offer additional functionality…
-

· 5 min read
Creating an Object For Event Handling in JavaScript
Read more →: Creating an Object For Event Handling in JavaScriptIn order to build interactive web applications, you need to learn how to use JavaScript events. Let us see exactly how you can create them…