
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
The Influence of Project Structuring on Programming
Read more →: The Influence of Project Structuring on ProgrammingProject structuring is essential to the success of any project. An entity or project team which is well-organized gives encouragement to the tasks which is…
-

· 5 min read
Best Programming Languages for Beginners to Learn in 2021
Read more →: Best Programming Languages for Beginners to Learn in 2021Nowadays, we observe how the increasing demand for computer scientists grows exponentially. Everything around us is undergoing a change, going through a digital upgrade. And…
-

· 5 min read
Basic Guide to JavaScript Variables, Data Types, Expressions and Objects
Read more →: Basic Guide to JavaScript Variables, Data Types, Expressions and ObjectsJavaScript Variables A variable is referred to an identifier that holds a value assigned to it. A variable can be inserted in the program, running…
-

· 5 min read
5 Must-Have VS Code Themes for Flutter
Read more →: 5 Must-Have VS Code Themes for FlutterVisual Studio Code is a source code editor created by Microsoft for Windows, Linux, and macOS. It is known as a “light” code editor for…
-

· 5 min read
The Ultimate Comparison between JavaScript and JScript
Read more →: The Ultimate Comparison between JavaScript and JScriptThere are numerous programming languages available in the world. Some of them arise and win the hearts of programmers, while others vanish without a trace.…
-

· 5 min read
How Can You Use Arrays in Kotlin?
Read more →: How Can You Use Arrays in Kotlin?Arrays are fundamental data structures in practically all computer languages. An array is a data structure that stores several pieces of the same data type,…