How to Set Up Google Analytics a Step by Step Guide to Getting Your Measurement Id

We use Google Analytics to track the number of visitors to our website, including information about when they visit and how they interact with our site. This helps us understand our audience better and improve our online presence. when you have a website and want your software engineer to support it with Google Analytics, You need to do two things: Create a New Property Get the Measurement ID and Send It to Your Software Engineer here is a step-by-step guide...

August 7, 2024

How to Move Your GoDaddy Domain to Cloudflare a Step by Step Guide

Managing your domain through Cloudflare offers numerous benefits, including enhanced security, improved website performance, and easy DNS management. These are not the most important factors. The main reason is that you might need my help with day-to-day management, and personally, I prefer Cloudflare. If you have a domain registered with GoDaddy and want to move it to Cloudflare, follow this detailed step-by-step guide. Step 1: Create a Cloudflare Account and Add Your Site Create a Cloudflare Account Visit the Cloudflare website....

August 6, 2024

New Features in Resume Manager 2

Hello, all my friends. Thank you for all your ideas and feedback, help this product better. We’re back! The last update was 18 days ago. This week I use 6 hours to add new feature : Job Application Task Manager. Click here to experience it now. Here are some of the main interfaces : New Dashboard Because we added the job application manager, the dashboard has changed. Job Application List We can add new job applications and change the application status on this page....

August 6, 2024

Shan's Responses to Common Interview Questions

Failure is not about when you get rejected, failure is when you have the chance but you never tried. 1 General Interview Questions 1.1 Tell me about yourself I will share four parts of my experience related to this job: 1. my work on IoT projects; 2. my experience with SQL and databases; 3. my background in web development; and 4. my knowledge of the energy sector. I created an IoT light product using Socket, ESP8266, and React, and published it to EC2....

July 24, 2024

Creating Custom Code Snippets in Vscode

VSCode provides a powerful snippet feature that helps developers boost their coding efficiency and consistency. This blog will guide you through creating custom code snippets in VSCode, specifically for TypeScript and React projects. What are Code Snippets? Code snippets are predefined chunks of code that you can quickly insert into your code files using simple shortcuts. They are extremely useful for repetitive tasks or commonly used code templates. Steps to Manually Create Custom Code Snippets Open VSCode Settings First, open VSCode and press Cmd + Shift + P (Mac) or Ctrl + Shift + P (Windows/Linux) to open the command palette....

July 23, 2024

Minified React Error #130

When I am unable to find an answer using ChatGPT, Gemini, claude, or Google, I believe it is necessary to document the steps I take to solve the problem. The problem is : Unexpected Application Error! Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings. Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings....

July 19, 2024

Getting a blog accepted by Google AdSense

When I first tried to sign up for Google AdSense, I got turned down. Here are the reasons why(the reasons Google gave for turning me down) : We do not allow Google-served ads on screens: without content or with low value content, that are under construction, that are used for alerts, navigation or other behavioural purposes. So Getting a blog accepted by Google AdSense means you need to creating high quality sites....

July 4, 2024

Use Yolo to Analyze Youth Football Matches

I discuss youth soccer games with my 10-year-old son. I think it’s important to first help him understand when making certain decisions is beneficial. So, I’m looking for a way to help young athletes develop their decision-making skills. One important tool for this is watching game videos. While watching and learning from game videos together, I started thinking about some questions: Is there a connection between teams that run more and winning?...

July 3, 2024

Create a blog using Hugo

Just like you see, this blog you are visiting is created using Hugo and hosted on GitHub Pages. In the process of using Hugo, I researched a lot to answer my questions. Here are some common issues. How to Create Pages and Posts with Hugo Commands To create a new post in Hugo, you can use the following command: hugo new posts/your-post-title.md For example, if you want to create a new post titled “my-first-post,” you would run:...

July 2, 2024