Skip to content
View udayvunnam's full-sized avatar
📜
Code, Coffee, Repeat ☕
📜
Code, Coffee, Repeat ☕

Block or report udayvunnam

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

Hey, I'm Uday Vunnam! 🚀

Software Engineer & Product Developer
TypescriptReactNext.jsNodeGoPostgres

🌐 WebsiteLinkedInX (Twitter)Blog


👨‍💻 About Me

Making my Mac 💻 beep, boop | Code, Coffee, Repeat ☕

I combine product sense with engineering to craft impactful web products. From crafting snappy UIs to scalable backend APIs, I love solving real-world problems with code.

  • 🔥 Always hacking with: Typescript, React, Next.js, Node.js, Go, and Postgres.
  • 🧩 I build products end-to-end—from pixels to deployment.
  • Powered by: Coffee and curiosity.

🚩 Featured Projects

Effortless Social Media Scheduling

  • Plan, automate and track your social content across platforms with ease.

Simple, configurable Angular breadcrumbs for modern web apps.


📫 Find Me Online


🛠️ Tech Stack & Tools

TypeScript React Next.js Node.js Go Postgres


GitHub Stats

Top Langs

Pinned Loading

  1. xng-breadcrumb xng-breadcrumb Public

    A lightweight, configurable and reactive breadcrumbs for Angular 2+

    TypeScript 247 65

  2. Least Recently Used cache - Implemen... Least Recently Used cache - Implementing LRU cache in Javascript
    1
    class Node {
    2
      constructor(key, value, next = null, prev = null) {
    3
        this.key = key;
    4
        this.value = value;
    5
        this.next = next;
  3. money-exchange money-exchange Public

    PWA for currency conversions in real time, exchange rates and historical usage trends

    TypeScript

  4. money-exchange-api money-exchange-api Public

    📋 API for currency conversions in real time, exchange rates and historical usage trends

    TypeScript 1

  5. react-query-devtools react-query-devtools Public

    Forked from tannerlinsley/react-query-devtools

    ⚛️ Devtools for React Query

    JavaScript

  6. ssr-enabler ssr-enabler Public

    An SSR / Universal JS/ Isomorphic JS App built with React, Redux and React-Router

    JavaScript 1