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

Block or report srikiranvelpuri

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
srikiranvelpuri/README.md

Hello there! I'm Sri Kiran Velpuri

Software Engineer @Copart | Fullstack Developer & Creative Enthusiast

Gmail LinkedIn Instagram YouTube Twitch

💫 About Me

With more than three years in frontend development, I'm passionate about crafting user interfaces that strike the perfect balance between form and function.

Beyond coding, I'm an amateur photographer and a handy gamer.

What I Bring to the Table

I've got a solid grasp of Material's design principles and I'm always eager to stay ahead of the curve with emerging UI trends.

My strength lies in connecting users with seamless experiences through well-thought-out frameworks and subtle UX optimisations.

What I'm Up to Now

Right now, I'm diving into the fascinating world of Large Language Models (LLMs) and integrating them within React Native applications.

Let's Collaborate!

I'm keen on teaming up on projects involving React-based mobile and web applications. If you've got something in mind, let's chat!

💻 Tech and Tools

JavaScript TypeScript Java Python

Front-End

React React Native Redux React Router React Hook Form

MUI Chart.js Bootstrap Styled Components

HTML5 CSS3 SASS Markdown

ESLint Prettier

Netlify Docker

Back-End

FastAPI Express.js NodeJS

Firebase MongoDB MySQL

Postman

Package Managers

NPM Yarn Homebrew

AI/ML

TensorFlow Keras

Project Management and Collaboration

Jira Confluence Discord

Editting

Adobe Lightroom Classic Da Vinci Resolve

Pinned Loading

  1. react-native-gemma react-native-gemma Public

    TypeScript

  2. Wuzzle Wuzzle Public

    Simple yet enhanced wordle clone built using ⚛️ReactJS

    JavaScript

  3. react-native-tflite-playground react-native-tflite-playground Public

    A playground for integrating TensorFlow Lite (TFLite) with React Native (android).

    Java 1

  4. OCRScanner OCRScanner Public

    A hybrid application for text recognition built using React Native

    Java 1 1

  5. React custom hook that detects user ... React custom hook that detects user inactivity in a React Native app
    1
    import { AppState, PanResponder } from 'react-native';
    2
    import { useCallback, useEffect, useRef } from 'react';
    3
    
                  
    4
    /**
    5
     * Detects user inactivity by tracking touch events and app state changes.
  6. React custom hook that manages App U... React custom hook that manages App Updates for React Native (CodePush + Build Updates)
    1
    import React, {
    2
      useEffect,
    3
      useState,
    4
      useCallback,
    5
      createContext,