Welcome to my blog post.

Talks about #Google Apps Script (GAS), #GoogleSpreadsheet, #Docs, #Word, #Automation, #Productivity, #HTML, #CSS, #JavaScript, #Git and many more.

Do `if` Conditions and `filter()`/`map()` Functions Both Take the Same Time When Processing 8K Rows of Data?

by: Themajhi on Jan 13, 2025

When working with large datasets, such as 8,000 rows, you might wonder whether using `if` conditions or `filter()` and `map()` functions takes the same amount of time. In this post ...

Read more

Optimizing Google Apps Script for Large Data Sets: Why Using filter() and map() Makes a Difference

by: Themajhi on Jan 13, 2025

When working with large data sets in Google Sheets, performance and efficiency are always top of mind. Google Apps Script (GAS) provides an excellent way to automate tasks like processing rows of data, generating documents, and interacting with Google Sheets and Google Docs. However ...

Read more

How to Automate Website Updates with Git, GitHub, and Netlify – A Game-Changer for Developers!

by: Themajhi on Jan 05, 2025

With just a few terminal commands in Visual Studio Code (VS Code), you can seamlessly update your web pages on Netlify—without leaving your code editor! ...

Read more

How to Create a Powerful Email Subscription Form and Automate Emails with Google Sheets (No Backend Required!)

by: Themajhi on Jan 04, 2025

In today’s digital world, collecting email addresses is crucial for growing your audience. Whether you’re a blogger, a small business owner, or running a website...

Read more

How to Generate a Unique Reference Number in JavaScript with This Simple Code

by: Themajhi on Jan 04, 2025

You can generate a quick, easy-to-read identifier that can be used anywhere in your project....

Read more

Unlock the Power of JavaScript: Mastering Header Index Mapping with a Simple Code Snippet

by: Themajhi on Jan 03, 2025

If you've ever worked with data that comes with headers (think Google Spreadsheet, CSV files or JSON structures) and you needed to access those headers quickly and reliably, this code is your new best friend...

Read more

How to Handle Google Sheets Headers Dynamically with JavaScript and Docs Placeholders

Google Sheets is a powerful tool for managing data, but when you're dealing with dynamic data or large datasets, it can become difficult to work with...

Read more

A Simple JavaScript Function to Automatically Detect Date Columns in Your Google Spreadsheet

In JavaScript, working with dates can be tricky, especially when you're processing large datasets or working with spreadsheets...

Read more

Unlocking Business Efficiency: 10 Essential Google Apps Script Use Cases

Learn how Google Apps Script leverage your work and business to the next levels.

Read more

How to professionaly format Google Spreadsheet Data using Google Apps Script?

Instead of formating you data eachtime you have dataset. It's better to get it done by Google Apps Script.

Read more

Troubleshooting JavaScript Form Submissions: Resolving Conflicts between Multiple Forms.

Ever tried submitting multiple forms on a webpage, only to find that one works while the other just refuses to cooperate? It's frustrating, we get it! But fear not, because we've got your back.

Read more