Code Snippets
Code Snippets
Input - Auto Complete
Code Snippets
HTML Page Starter Template
Newsletter
The Tome of Zeal has Moved to Ghost
Hello everyone! Today I have some exciting news! As the Tome of Zeal project continues to move towards it's goal of being the {{ ultimate.resource }} for aspiring developers and coding enthusiasts, I have decided to move the project off of Substack and onto the Ghost platform. What'
Newsletter
Compiled vs Interpreted Programming Languages
Welcome back to another issue of The Tome of Zeal! This time, we're taking a look into the fascinating world of compiled and interpreted programming languages, two distinct approaches to translating human-readable code into machine code (computer-executable instructions). Let’s start by clearly defining human-readable code and machine
Newsletter
Pingister: A RPG Monster Collector Game Built on Discord.js and Text-to-Image AI
Pingister | Dev Log 1
Newsletter
Exploring SQLite: A Lightweight, Open-Source Database Powerhouse
Welcome back, aspiring developers and coding enthusiasts! In this edition of The Tome of Zeal, we delve into the world of SQLite, a powerful, open-source, and lightweight relational database management system. SQLite offers seamless integration with Node.js and boasts a myriad of features that make it a preferred choice
Newsletter
An Overview of Backend Development
Minicourse: Coding Landscapes | Lesson 2
Newsletter
An Overview of Frontend Development
Minicourse: Coding Landscapes | Lesson 1
Newsletter
An Introduction to YAML (YAML Ain't Markup Language)
Welcome back, aspiring developers and coding enthusiasts! In this edition of The Tome of Zeal, we are delving into the fascinating world of YAML (YAML Ain't Markup Language), a versatile data serialization format that is particularly popular among developers for its human-readable and straightforward syntax. YAML, like JSON,
Newsletter
An Introduction to JSON (JavaScript Object Notation)
Welcome back, aspiring developers and coding enthusiasts! In this edition of The Tome of Zeal, we embark on an exciting journey into the realm of JSON (JavaScript Object Notation), a powerful data interchange format that has become ubiquitous in the world of web development and beyond. JSON is an essential
Newsletter
Creating, Copying, and Moving Directories (and Files)
Minicourse: The Linux Command Line for Beginners | Lesson 4