
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
Are you a Startup? Consider Using Kotlin.
Read more →: Are you a Startup? Consider Using Kotlin.One of the most important aspects of starting a business is deciding on the technology used to construct your product. This is a critical decision…
-

· 5 min read
Multi-platform Projects in Kotlin – Everything You Need to Know
Read more →: Multi-platform Projects in Kotlin – Everything You Need to KnowWhat are multiplatform projects? Kotlin 1.2 introduces a new experimental capability called multiplatform projects. All of the languages features detailed here may change in future…
-

· 5 min read
How to Use Currying in JavaScript
Read more →: How to Use Currying in JavaScriptFunctional programming is a style of writing code in which functions are passed as arguments (callbacks) and also functions are passed without side effects (changes…
-

· 5 min read
New TypeScript 4.1 version released
Read more →: New TypeScript 4.1 version releasedTypeScript is an extended version of JavaScript, whose main goal is to simplify the development of large JS applications. This language adds a lot of…
-

· 5 min read
JavaScript Implementation in Mozilla Firefox
Read more →: JavaScript Implementation in Mozilla FirefoxJavaScript is a computer language that may be embedded in web pages to provide features like menus, music, and other interactive components. JavaScript scripts are…
-

· 5 min read
Web Developers’ Preferred APIs
Read more →: Web Developers’ Preferred APIsWhat is the API? Application Programming Interfaces (APIs) are pre-built programming language elements that enable developers to create complicated functionality with less effort. They “hide”…