Download CV

Mangit's Blog

Exploring Life: Experiences, Tips, Tricks, and Reviews
Database Interview Questions

Looking to ace your upcoming database interview? Explore a comprehensive collection of frequently asked database interview questions and expertly crafted answers. Dive into the world of SQL queries, database design principles, normalization techniques, and more. Prepare with confidence and boost your knowledge to stand out in your database-related interviews.

The Power of Exit-Intent Popups: Boost User Engagement and Conversions

Are you struggling to keep visitors on your website and convert them into loyal customers? Exit-intent popups might be the answer you’ve been looking for! These smart, timely messages appear just when users are about to leave, giving you a second chance to capture their attention. Discover how exit-intent popups can reduce bounce rates, increase conversions, and create a more personalized user experience. Find out how to leverage this powerful tool and transform your website’s performance today!

How to Install Google Analytics 4 on Shopify, WordPress, and BigCommerce

Learn how to install Google Analytics 4 on popular platforms like Shopify, WordPress, and BigCommerce using Google Tag Manager. Gain valuable insights into your website’s performance and user behavior with the enhanced tracking capabilities of GA4. Follow our step-by-step instructions and implement GA4 effortlessly for improved data analysis and informed decision-making.

How to extract URLs from a hyperlinks on Excel

Open up a new workbook. Get into VBA (Press Alt+F11) Insert a new module (Insert > Module) Copy and Paste the Excel user defined function below Function GetURL(cell As Range, _ Optional default_value As Variant) ‘Lists the Hyperlink Address for a Given Cell ‘If…

How to setup goal in google Analytics?

Goal in google analytics allows you to track specific interaction on your site. Interaction can be anything from page views to session duration. Goal helps you to understanding how well your website is meeting its objectives.

How to create your first DISCORD BOT

In this tutorial, you will build a Discord bot from scratch, using Node.js and the Discord.js library, which allows users to directly interact with the Discord API.

1 2 3