shlogg · Early preview
Ajmal Hasan @ajmal0197

Senior Software Engineer

Optimizing React Native Apps With Context API Hooks

useCallback & useMemo optimize Context API in React Native by preventing unnecessary re-renders & recalculations. Use useCallback for functions & useMemo for derived state when dependencies haven't changed.

Implementing App Signature Verification In React Native With Kotlin

Implement App Signature Verification in React Native using Kotlin for Android's MainActivity.kt to prevent unauthorized modifications & ensure only intended release versions are used.

Instantly Check NPM Package Download Stats With Pkg-stats

Discover package popularity with pkg-stats! Get instant visibility into NPM download stats, no setup required. Use npx pkg-stats <package> for a quick insight into weekly downloads and version breakdowns.

SVGs In React Native: Making Fill Properties Dynamic

Customize SVG colors in React Native by replacing hardcoded fill values with `currentColor` or using `react-native-svg`. Pass fill prop to override static color.

Integrating Mapbox With React Native For Advanced Mapping Features

Learn how to integrate Mapbox(v10) in React Native for smooth map performance. Includes setup, installation guides for iOS & Android, and usage examples.

React Native Security Measures For Jailbroken Devices

Protect your React Native app from security threats with JailMonkey library & code obfuscation techniques for JavaScript, Android & iOS.

Python Programming Basics For Beginners

Get started with Python basics: print statements, variables, input, if-else, loops, functions, lists, dictionaries & more! Learn by example with 12 practical exercises.

Using Hugging Face Models As API: A Step-by-Step Guide

Use Meta LLaMA-3.2-3B-Instruct as API for chat autocompletion & conversational AI tasks. Set up API token, use Inference API & handle rate limits for free users or upgrade to Pro account.

Android First Configuration For IOS Development

Configure Android first by duplicating the project, renaming schemes & files, and setting environment variables for dev, staging, and prod modes. Use yarn scripts to run apps on simulators or devices.

Setting Up Jailbreak Detection In React Native IOS Projects

Set up React Native project with jailbreak detection: Organize code in Xcode, write Swift logic for detection, create bridging header & use in JavaScript to protect sensitive data.

Customize And Display A Splash Screen With React Native Bootsplash

Customize your React Native app's splash screen with react-native-bootsplash, a library that provides a simple way to display a launch screen during app startup.

Building Reusable API Wrappers For Axios And Fetch

Building Reusable API Wrappers for Axios and Fetch to streamline API requests, improve error handling, and enhance project scalability.

Integrating ESLint And Prettier Into A React Native Project

Integrate ESLint & Prettier into a React Native project to ensure code quality & consistent formatting using Airbnb's style guide & React-specific configurations.