Automate Google Docs: Remove Numbering from Heading 2 Using Apps Script

If you work with structured documents, you may encounter headings that are automatically numbered, such as: 📌 “207. Create a Dynamic Weather Widget” However, in many cases, you might want to remove the numbering while keeping the actual heading text intact. Instead of manually editing each heading, you can automate the process using Google Apps … Read more

Automate Google Docs: Convert H3 Headings to Bold Text Using Apps Script

Google Docs provides an easy way to format text using different heading styles. However, if you ever find yourself needing to convert all Heading 3 (H3) text into bolded text while maintaining readability, you can automate the process using Google Apps Script. In this blog post, we’ll walk through a simple script that scans a … Read more

Free Amazon Book Promotions: Hands-On Coding Guides for Developers

Looking to level up your coding skills? Get your hands on these FREE programming books during their limited-time promotions on Amazon! From JavaScript and Node.js to Python and Google Apps Script, these books offer hundreds of interactive exercises to help you learn by doing. 📌 Each book is available for FREE on Amazon for a … Read more

BIGGEST SALE EVER! Get the BEST PRICE on My Courses with Promo Code FEBA25

For the next 4 days, use the promo code FEBA25 to get the best discounts on my courses! Whether you’re a beginner or looking to advance your skills, there’s something for everyone. Don’t miss out! ⭐ 4.5 Stars – 42 hrs HD video content Modern Web Design Beginners HTML CSS JavaScript 25+ Projects👉 Enroll Now … Read more

Remove Paragraph Indentations in Google Docs Using Apps Script

When working with Google Docs, formatting inconsistencies can sometimes cause unnecessary indentations, making your document look uneven or misaligned. If you frequently deal with documents where paragraphs have unwanted indentations, manually adjusting each one can be a time-consuming task. Luckily, Google Apps Script allows us to automate this process and remove all paragraph indentations with … Read more

Transforming Google Docs: Convert Bullet Points to Regular Paragraphs with Apps Script

Google Docs is a fantastic tool for creating and editing documents, but sometimes formatting can get in the way. Have you ever found yourself with a document full of bullet points that you’d rather see as regular paragraphs? Whether you’re cleaning up notes or preparing a more formal document, automating this conversion can save you … Read more

Thank You, Hack Canada 2025 – A Truly Inspiring Event!

https://gdg.community.dev/events/details/google-gdg-on-campus-wilfrid-laurier-university-waterloo-canada-presents-hack-canada-build-with-ai-hackathon I want to extend a huge thank you to everyone who made the Hack Canada – #Build With AI Hackathon such an incredible experience! Over the past three days (February 21-23, 2025), we saw an amazing gathering of talent, innovation, and collaboration at the Lazaridis School of Business and Economics in Waterloo. It was … Read more

JavaScript Books Free

1. JavaScript Fetch API for Complete Beginners 📅 Free Promotion: Tuesday, February 18, 2025 – Friday, February 21, 2025📌 US Link: https://www.amazon.com/dp/B0DT4X8ZMN📌 Canada Link: https://www.amazon.ca/dp/B0DT4X8ZMN Unlock the power of the Fetch API and learn how to send GET, POST, PUT, DELETE, and PATCH requests in JavaScript. Discover how to work with JSON, authentication, error handling, and real-world applications. 2. The JavaScript Study Guide: Comprehensive Insights Through 400 Real-World … Read more

How to Add Custom Tabs in Google Docs Using Apps Script

Google Apps Script provides powerful automation features for Google Docs. One useful feature is inserting custom tabs within a document. In this blog post, we’ll create a script that adds two tabbed sections—“Advanced1” and “Advanced2”—allowing users to quickly navigate between them. What the Script Does ✅ Inserts two tabbed sections labeled “Advanced1” and “Advanced2”.✅ Allows … Read more