Skip to content
View Aakash1103Jha's full-sized avatar
πŸš€
Code away!
πŸš€
Code away!

Highlights

  • Pro

Organizations

@GreenDesignsAndDev
Block or Report

Block or report Aakash1103Jha

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Aakash1103Jha/README.md

cover1

πŸ‘‹ Hey! I am Aakash

A Mechanical Engineer turned Software Developer

A seasoned Senior Software Engineer with over 5 years of experience and a proven track record of strong commitment to delivering robust and user-centric solutions, ensuring seamless user experiences across diverse platforms. Adept at identifying bottlenecks, troubleshooting issues, and providing effective solutions.

Demonstrating leadership by leading cross-functional teams and contributing to the success of diverse projects, and organisational abilities to lead multiple concurrent test paths in domains spanning, but not limited to e-Commerce, e-Education, Fintech and CRM.

Skills

HTML5 CSS3 JavaScript TypeScript ReactJS React Native NextJS Webpack NodeJS Python Prisma MongoDB Firebase MySQL Heroku Golang

What I'm Learning

The only way to keep up with the ever chaging world of technology is to keep up-skilling yourself. And that is exactly what I'm doing, by learning Rust these days. The target is to get a decent hold on it by the end of January 2024, followed by a lot of practice through real-life projects.

Rust

Socials

My GitHub Stats

Aakash1103Jha's GitHub stats

Top Langs

Support Me

Pinned

  1. GenericTable GenericTable
    1
    <!-- /src/components/Generics/GenericTable/GenericTable.tsx -->
    2
    import { ChangeEventHandler, ComponentPropsWithRef, useEffect, useState } from "react";
    3
    
                  
    4
    import styles from "./genericTable.module.css";
    5
    
                  
  2. A custom react hook to generate inte... A custom react hook to generate integrity metadata required when adding subresource integrity attribute to your <script> or <link>
    1
    /**
    2
     * useHashGenerator.tsx
    3
     * @example
    4
     * const integrityValue = await generateContentHash({
    5
          url: "https://somecdn.com/assets/dist/styles/acumin.css",
  3. react-component-lib react-component-lib Public template

    A collection of different UI components for React projects, written in TypeScript.

    TypeScript 13 7

  4. A function to keep a track of the pa... A function to keep a track of the pages visited by users and to send data to Firebase Analytics.
    1
    import { useLocation } from "react-router";
    2
    
                  
    3
    const App = () => {
    4
    	const { pathname, search } = useLocation();
    5
    
                  
  5. Render image using image binary data Render image using image binary data
    1
    // GET DATA FROM DB
    2
    // SET DATA IN STATE
    3
    // MAP DATA ARRAY AND CONVERT IMAGE BINARY DATA TO BASE64
    4
    // USE IT TO CREATE A DATA URL IN IMAGE TAG
    5
    
                  
  6. node-express-docker node-express-docker Public template

    A boilerplate node/express application with Docker integration. Read the supporting article for this project over at Medium πŸ‘‡

    TypeScript 7 2