← back

All Articles

Practical guides on AI, DSA, full stack, cloud, and career growth.

Showing 364 articles

Full Stack / 4 min read

React Native Events Tracking on GA4

In this guide, we’ll learn how to create and send predefined as well as custom events for GA4 using @react-native-firebase/analytics to…

Read guide
Cloud & DevOps / 4 min read

AWS Series | EC2 Instances | Part I

AWS Series | EC2 Instances | Part I Introduction to AWS Series Learning a new technology can be challenging, so I’m creating this AWS series to help people...

Read guide
Cloud & DevOps / 4 min read

Cloud Computing Service Models

We often come across cloud computing models like IaaS, PaaS, and SaaS, but we may not fully understand what they mean or how they work…

Read guide
Full Stack / 4 min read

Sending Custom Ad Events to Meta in React Native with Expo

In a previous article, we discussed how to set up Meta ads with React Native using Expo. If you haven’t seen it yet, feel free to check it…

Read guide
DSA / 7 min read

Integrating Meta Ads SDK Using Expo Config Plugins

Overview

Read guide
Full Stack / 4 min read

Create in-app sharing and referral using Branch.io -Expo React Native

Branch.io is a powerful deep linking and attribution platform designed to help developers create seamless user experiences and track…

Read guide
AI / 5 min read

Managing Multiple GitHub Accounts on a Single Device with SSH

Juggling multiple GitHub accounts for work, personal projects, or open-source contributions? This guide will be your one-stop for managing…

Read guide
Full Stack / 11 min read

Top 10 most commonly asked JavaScript Interview questions that you should know

Drawing on my experience as a Full Stack Developer for the past four years, I’ve compiled a set of essential JavaScript interview questions…

Read guide
Full Stack / 8 min read

Run Your React Native App on Your Device: A Step-by-Step Guide

Hi There, have you recently started working with React Native and trying to run your app on your device for the very first time. Today…

Read guide
DSA / 10 min read

NPM, PNPM, YARN Package Managers

Package managers are tools that help manage the extra bits and pieces (dependencies) needed for coding projects.

Read guide
Blog | Tech by Neha Gupta