June 2023

C Gitignore file template

When working on C projects, version control (git) is important. For that you need to be well versed with how to make a .gitignore file. The .gitignore file allows developers to exclude certain files and directories from being tracked by Git, ensuring a clean and organized repository. In this blog post, we will explore a …

C Gitignore file template Read More »

Python Script to fetch the Top 5 Pages of your Website | Google Analytics 4 | Source code and github link

You can code a python script to automate and extract data from the Google Analytics4 API. Let’s see how we can get the top 5 pages viewed in the past 90days. The aim of this project is to have a script that goes through your Google analytics4 API everyday and pulls the top 5 most …

Python Script to fetch the Top 5 Pages of your Website | Google Analytics 4 | Source code and github link Read More »