Skip to content
View shamilkotta's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@EddieHubCommunity

Block or report shamilkotta

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
shamilkotta/README.md

Hi👋, I'm SHAMIL

Software Developer with 1.5+ years of experience building dynamic and scalable web and mobile applications. Proficient in React, Next.js, TypeScript, Node.js, and database systems (SQL/NoSQL). Skilled in creating cross-platform mobile apps using React Native and Flutter.

➜ Cherry pick : shamilkotta.github.io

twitter twitter twitter

✌️I'm good in

react nextjs react native nodejs nosql sql typescript

🤞What stats are saying

Shamil's streak

Shamil's status

Shamil's status

🔗Tags that I can relate

javascript typescript flutter react nextjs tailwind redux materailui nodejs express webpack github actions npm yarn razorpay prettier eslint mongodb postgresql aws ec2 nginx

Pinned Loading

  1. zshi zshi Public

    A light intelligence in your zsh

    TypeScript

  2. nlite nlite Public

    A attempt to create a lite react 19 framework

    TypeScript

  3. rn-drag-resize rn-drag-resize Public

    Forked from fateh999/reanimated-drag-resize

    Draggable and Resizable component using React Native Reanimated

    TypeScript 1

  4. Streaming using react query (TanStac... Streaming using react query (TanStack query)
    1
    import { useEffect, useState } from "react";
    2
    import { QueryKey, useQuery, useQueryClient } from "@tanstack/react-query";
    3
    
                  
    4
    type Props<QData> = {
    5
      queryKey: QueryKey;