
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
Comparing Cross-Platform Frameworks: React Native vs Flutter
Read more →: Comparing Cross-Platform Frameworks: React Native vs FlutterIn the ever-evolving landscape of mobile app development, the demand for cross-platform frameworks has skyrocketed. Developers are constantly on the lookout for tools that allow…
-

· 5 min read
What is Inheritance and RegExp in JavaScript?
Read more →: What is Inheritance and RegExp in JavaScript?In this article, we will define RegExp and Inheritance in JavaScript, as well as its many properties and methods. With the assistance of examples, we…
-

· 5 min read
What is the Difference Between super() and this() in Java?
Read more →: What is the Difference Between super() and this() in Java?In Java, constructor calls are made using both super() and this(). this() is used to call the constructor of the current class, while super() is…
-

· 5 min read
How Can I Develop Critical Thinking Skills?
Read more →: How Can I Develop Critical Thinking Skills?In recent years, “critical thinking” has become a more common phrase. It can be read in well-known psychiatric publications, heard on TV, or discovered in…
-

· 5 min read
The Scala Programming Language: Should You Learn it?
Read more →: The Scala Programming Language: Should You Learn it?Scala is a multi-paradigm programming language that was created to describe common programming patterns in a concise, expressive, and type-safe manner. Martin Odersky designed Scala,…
-

· 5 min read
TypeScript vs JavaScript: The Ultimate Comparison
Read more →: TypeScript vs JavaScript: The Ultimate ComparisonTypeScript and JavaScript have been rising in popularity over the past few years. But what really sets them apart from each other? In this article,…