
Welcome to Code by Zeba Academy.
A technical reference library for document engineering, digital publishing standards, and automated print pipelines.
Here you’ll find production-ready schemas, validator error solutions, and implementation specs for JATS XML, EPUB 3, ONIX 3.0, Pandoc workflows, and prepress standards; built for production editors, prepress operators, and publishing technologists.
Latest Articles
Thoughts, tutorials, and insights.
-

· 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”…
-

· 5 min read
10 Hilarious JavaScript Libraries
Read more →: 10 Hilarious JavaScript LibrariesA similar amusing hypothesis has long been known: for every word in the English language, there is a JavaScript library with the same name. Below…
-

· 5 min read
JSON with Dart and Flutter: How to Use It
Read more →: JSON with Dart and Flutter: How to Use ItIsn’t it dull when an app doesn’t have anything to show on its screen? So, the challenge here is getting the fascinating statistics to display…