Akash Yadav

Akash Yadav @akash32755

About: React Native developer (Android & iOS) || Intermediate || Expo & Cli || Axios, UI designer, API Integration, Development App on PlayStore and App Store

Location:
Delhi, India
Joined:
Feb 12, 2024

Akash Yadav
articles - 31 total

Types of Scope in JavaScript

1. Global Scope: -> Variables or functions declared outside of any function or block have global...

Learn More 0 0Aug 12 '24

Setting Up Toast Custom Notifications in React with Specific Types and Context API

Context Setup src/context/ToastContext.js import { createContext, useCallback,...

Learn More 1 0Jul 23 '24

ExpandableText Components

import { Typography } from "@mui/material"; import { useEffect, useRef, useState } from...

Learn More 0 0Jul 18 '24

Basic Linux Command used in Pentesting and Other Cyber Security Domains

File Commands cd - change directory pwd - print working directory ls - list files and...

Learn More 1 0Jun 16 '24

React Native Skeleton Loader Componen

This is a reusable React Native component for rendering skeleton loaders with customizable dimensions...

Learn More 4 0May 9 '24

Clean code Tips

This approach helps in writing cleaner and more readable code for conditional rendering without using...

Learn More 15 7May 3 '24

Vim Navigation

Navigation: h: Move cursor left. j: Move cursor down. k: Move cursor up. l: Move cursor right. gg:...

Learn More 0 0Mar 30 '24

JS Trick Questtions

const obj = {a: 1, b: 2} const val1 = obj.c; const val2 = obj.c || "default"; //...

Learn More 0 0Mar 4 '24

Git Commands

Git Commands: Set Remote and Related Operations Setting Up a Remote Repository: git remote add...

Learn More 1 0Mar 2 '24

Nano commands for mac and other

Here are some common Nano commands used in the Nano text editor: Open/Create a File: nano...

Learn More 40 1Mar 2 '24

React Native Assignment

React Native Project: Recipe App Objective: Develop a recipe application using React Native,...

Learn More 0 0Mar 2 '24

Axios Request Package

import AsyncStorage from '@react-native-async-storage/async-storage'; import NetInfo from...

Learn More 0 0Mar 2 '24

getCurrentRouteFromNavigationState

function getCurrentRouteFromNavigationState(navigationState) { if (!navigationState) return...

Learn More 0 0Mar 1 '24

useRefreshScreensStore Hook

import { useState, useEffect } from 'react'; import { getFocusedRouteNameFromRoute, useRoute } from...

Learn More 0 0Mar 1 '24

useRefreshScreensStore

const useRefreshScreensStore = create((set) => ({ refreshScreens: [], scheduleRefresh:...

Learn More 0 0Mar 1 '24

useDrawerSheetStore

const useDrawerSheetStore = create((set) => ({ drawerSheets: {}, currentRoute: null, ...

Learn More 0 0Mar 1 '24

Atlas

import CountryFlagMappings from "./atlas-countryflags"; import CountryCitiesData from...

Learn More 0 0Mar 1 '24

Atlas-CountryFlagMappings

const CountryFlagMappings = { "Andorra": "ad", "United Arab Emirates": "ae", ...

Learn More 0 0Mar 1 '24

Atlas-CountryDialCodesMapping

const CountryDialCodesMapping = { "Andorra": "+376", "United Arab Emirates": "+971", ...

Learn More 0 0Mar 1 '24

Aphrodite

class Aphrodite { static FormatToTwoDigits(number) { const parsed = parseInt(number); ...

Learn More 0 0Mar 1 '24

Chronos

import Aphrodite from "./aphrodite"; class Chronos { ConvertUTCToLocal(timestamp) { ...

Learn More 0 0Mar 1 '24

Validation Rule

class ThemisResponse { constructor(validationResponse, errorMessage = null) { ...

Learn More 0 0Mar 1 '24

react-native-haptic-feedback

import { trigger } from "react-native-haptic-feedback"; const FeedbackType = { ImpactLight:...

Learn More 0 0Mar 1 '24

Postman token automate code

A post by Akash Yadav

Learn More 0 0Mar 1 '24

usegalileo.ai/explore

Galileo AI is one of the most UI design AI took. With Galileo AI you can improve your productivity,...

Learn More 0 0Feb 21 '24

Exploring JavaScript Date Object Methods: A Comprehensive Guide

In JavaScript, the Date object provides several methods for working with dates and times. Here are...

Learn More 0 0Feb 19 '24

Difference between "npm i" and "npm ci"

Basically, npm install reads **package.json **to create a dependency list and uses package-lock.json...

Learn More 0 0Feb 15 '24

🎬 HTMX

I just came across HTMX and I'm sharing with you guys what features it offers over regular...

Learn More 2 0Feb 14 '24

🔥😎 😱Revolutionizing Developer Productivity

Zed Title: Zed.dev: Revolutionizing Developer Productivity I am recently started using the Zed...

Learn More 0 0Feb 13 '24

Currency converter API for free

API1 API2 { "date": "2024-02-10", "inr": { "$myro": 0.2113706, "$wen": 267.93886878, "00":...

Learn More 1 0Feb 13 '24