Ajmal Hasan

Ajmal Hasan @ajmal_hasan

About: Website: https://my-portfolio-website-tey7.vercel.app/

Location:
India
Joined:
Apr 29, 2020

Ajmal Hasan
articles - 93 total

Building a Reusable OTP Input Component in React Native

One-Time Passwords (OTPs) have become a standard in two-factor authentication. Here's a ready-to-use,...

Learn More 9 0May 1

Migrating an Old React Native App to a New Version – The Clean Way!

Migrating your codebase to a new React Native project while still publishing updates to the same app...

Learn More 1 0Apr 21

Understanding System Design: The 30 Key Concepts for Beginners

System design is often seen as a daunting topic, but it doesn't have to be! Once you break it down...

Learn More 11 0Apr 19

Worklets and Threading in Reanimated for Smooth Animations in React Native

When it comes to building buttery-smooth animations in React Native, Reanimated stands out. But what...

Learn More 3 0Mar 26

Optimizing React Native Performance: A Developer's Guide

As a React Native developer with years of experience, I've compiled my most valuable performance...

Learn More 3 0Mar 19

React Native Turbo Modules New Architecture Latest 🚀

React Native's new architecture introduces Turbo Modules, which significantly improve native module...

Learn More 10 0Mar 15

Exploring Cursor AI 🧊: A Developer's Smart Coding Companion

In the world of modern software development, AI-powered tools are becoming indispensable, enhancing...

Learn More 6 0Mar 11

Building Forms in React Native with React Hook Form and Yup

Forms are an essential part of any mobile application, and handling them efficiently can enhance user...

Learn More 3 0Mar 4

Handling App Crashes & Logging Errors to Firebase in React Native

When working with React Native, handling errors and crashes gracefully is critical for improving user...

Learn More 4 0Feb 26

Improve React Native Android Startup Time by Disabling `.bundle` Compression

There's a simple optimization that can significantly reduce startup time—disabling compression for...

Learn More 2 1Feb 20

React Native Context API: A Comprehensive Guide

The Context API in React Native allows for global state management, but when dealing with complex...

Learn More 1 0Feb 19

Ensuring App Integrity with Signature Verification in React Native

Introduction In mobile app development, ensuring app security and integrity is crucial....

Learn More 7 5Feb 17

Building a React Native App with Realm Database

Introduction When working with React Native applications, managing local data efficiently...

Learn More 8 0Feb 3

🚀 Setting Up Ollama & Running DeepSeek R1 Locally for a Powerful RAG System

🤖 Ollama Ollama is a framework for running large language models (LLMs) locally on your...

Learn More 1024 37Jan 28

GenAI: Building RAG Systems with LangChain

In the age of Generative AI, Retrieval-Augmented Generation (RAG) has emerged as a powerful approach...

Learn More 11 0Jan 26

Quickly Check NPM Package Popularity with Ease

Are you curious about how popular an NPM package's version is? Whether you're evaluating dependencies...

Learn More 1 0Jan 19

How to Dynamically Apply Colors to SVGs in React Native

SVGs are a powerful way to display scalable, vector-based graphics in React Native applications....

Learn More 6 0Jan 9

Beginner's Guide to Python: A Quick Tutorial - 2

Python is a versatile programming language, and these examples will help you get started with basic...

Learn More 2 0Dec 1 '24

Setting Up Virtual environment in Python Projects with Conda - 1

Creating isolated environments is crucial for managing dependencies and avoiding conflicts in Python...

Learn More 13 0Dec 1 '24

Essential Functions for Location-Based Apps in React Native Using Google Maps APIs

In location-centric applications, implementing robust features for geolocation, routing, and fare...

Learn More 6 0Nov 24 '24

Building an Interactive Kids Story Generator with React Native and Hugging Face API

In this post, we’ll walk through building a React Native app that generates children’s stories based...

Learn More 10 2Nov 15 '24

Seamless Integration of Hugging Face AI Models via API for Any Application

In this guide, I'll show you how to use Hugging Face models as an API, with Meta...

Learn More 21 0Nov 15 '24

Using Hugging Face Models in Google Colab: A Beginner's Guide

This guide will walk you through using Hugging Face models in Google Colab. We’ll cover everything...

Learn More 98 0Nov 13 '24

React Native 0.76: What’s New and Exciting

React Native 0.76 is here, bringing game-changing features and improvements that boost performance,...

Learn More 11 0Nov 11 '24

Implementing Root Detection and File Existence Security Checks in React Native (iOS) - 2

1. Setting Up the Folder Structure and Files Create the RootDetection Group in...

Learn More 8 0Nov 11 '24

Implementing Root Detection and File Existence Security Checks in React Native (Android) - 1

In this blog, we’ll walk through how to implement security checks in a React Native application using...

Learn More 14 0Nov 11 '24

Efficient Data Handling in React Native with RTK Query

In this guide, we’ll cover: CRUD Operations Pagination Redux Persist with RTK Query Multiple Base...

Learn More 8 7Nov 10 '24

Promises in JavaScript and React Native: Creation, Usage, and Common Scenarios

Handling asynchronous tasks is essential in JavaScript, especially in environments like React Native...

Learn More 1 0Nov 9 '24

Handling Component-Specific Loading and Data State with Redux for API Calls in React Native

When building React Native applications, managing the loading state and data can become complex,...

Learn More 1 0Nov 9 '24

Accessing Parent and Child State & Functions in React Native

When working with React Native, it's common to build reusable and modular components. Sometimes, we...

Learn More 1 0Nov 9 '24