Downloadable PDF Guides and Code Snippets and Resources

Discover My Latest Code Repositories & Downloadable Guides 📚💻 I’ve been hard at work over on GitHub crafting practical code examples and in-depth guides for web developers, automation enthusiasts, and Google Apps Script fans. Below you’ll find all my active repositories—each packed with hands‑on examples—and links to downloadable PDF versions so you can study offline … Read more

JavaScript Power Drills: 100 Exercises for Coders: From Fundamentals to Advanced – Practice Makes Perfect

Get the full book https://www.amazon.com/dp/B0FC7J9PY9 or https://www.amazon.ca/dp/B0FC7J9PY9 Introduction Welcome to JavaScript Power Drills: 100 Exercises for Coders!Whether you are an aspiring developer, an experienced programmer looking to brush up on your JavaScript, or a coding instructor seeking reliable practice materials, you’ve found the perfect resource. This book was created to help you move from understanding … Read more

100 Google Apps Script Snippets to Supercharge Your Google Docs

Google Docs is an incredible tool for writing, collaboration, and documentation—but did you know you can unlock even more power with Google Apps Script? With just a few lines of code, you can automate repetitive tasks, enforce formatting standards, analyze content, and streamline your workflow. On Github at https://github.com/lsvekis/Apps-Script-Code-Snippets Today, I’m sharing 100 ready-to-use Google … Read more

30 JavaScript Coding Exercises

This set of exercises continues your journey through JavaScript, covering more advanced concepts and practical problem-solving techniques. Keep practicing and experimenting! Section 4: Intermediate to Advanced Concepts (Exercises 31-40) Exercise 31: Error Handling with try…catch Exercise 32: Understanding this Keyword Context Exercise 33: Arrow Functions (=>) Exercise 34: Object Destructuring Exercise 35: Array Destructuring Exercise … Read more

30 JavaScript Coding Exercises for Beginners to Intermediate

These exercises are designed to help you practice and solidify your understanding of fundamental to intermediate JavaScript concepts. Work through them step by step, and don’t hesitate to experiment with the code! Section 1: Fundamentals (Exercises 1-10) Exercise 1: Declare and Assign Variables Exercise 2: Basic Arithmetic Operations Exercise 3: String Concatenation Exercise 4: Conditional … Read more

50 Advanced Vanilla JavaScript Questions with Detailed Explanations

JavaScript is a versatile language with many nuances and advanced features. In this post, you’ll find 50 new questions covering topics from global objects and module loaders to service workers and job queues. Each entry includes a clear explanation and practical code examples. 1. What is the difference between the global object in a browser … Read more

50 More Advanced Vanilla JavaScript Questions with Detailed Explanations

JavaScript is full of nuances, and even experienced developers can discover new insights by tackling challenging questions. The following 50 questions dive into topics ranging from Proxies and iterables to state management and performance optimizations—all using vanilla JavaScript. 1. How can you use a Proxy to intercept and log property accesses on an object? Answer: … Read more

25 Advanced Vanilla JavaScript Coding Questions

JavaScript has evolved dramatically over the years. Beyond the basics lie powerful, nuanced topics that are essential for developing efficient, scalable, and robust applications. In this post, we explore 25 advanced JavaScript coding questions, each accompanied by an in-depth explanation and code examples to illustrate key concepts. 1. How Does the JavaScript Event Loop Handle … Read more

25 Essential JavaScript Coding Questions Answered

JavaScript is one of the most popular programming languages today, powering everything from simple web page interactions to complex web applications. Whether you’re just starting out or have been coding for years, understanding key JavaScript concepts is essential. In this post, we’ll walk through 25 common JavaScript coding questions, complete with detailed explanations and examples … Read more

Apps Script Code Examples

Google Apps Script is a powerful tool for automating workflows, integrating APIs, and enhancing productivity within Google Workspace applications. In this blog post, we’ll explore five beginner-friendly projects demonstrating how to work with APIs using Apps Script. These projects will teach you how to send GET and POST requests, handle JSON and XML data, authenticate … Read more