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

Block or report Siddh4194

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

πŸ‘‹ Hi, I'm Siddhant Kadam

Code that matters, Architecture that scales

Grateful to be building solutions that make systems smarter, faster, and more reliable.
Dedicated to crafting real-world applications that drive automation, improve user experience, and optimize performance.


πŸ’Ό Work Highlights

πŸš€ Software Developer – Krishworks Technology (June 2024 – Present)

  • Developed scalable full-stack systems with React, Next.js, Node.js & PostgreSQL.
  • Automated OTA update pipelines for IoT devices using MQTT, Bash, and InfluxDB.
  • Integrated AI to reduce manual workflows by 70% and improved system performance with Redis, WebSockets, and RabbitMQ.

🌐 Freelance Projects

  • CRT Bionics: Boosted performance and UX with admin dashboard + payment integration. Link
  • Work Technologies: Delivered a sleek, responsive UI using Tailwind CSS and React. Link

🧠 Projects

  • πŸ—£οΈ NMCOE AI Agen
    AI Agent who give all information related to the college.

  • πŸ” 3rd Step Verification
    Blockchain-based solution to secure social logins using hash key verification.

  • πŸ—£οΈ Speech to Doc
    Voice-command-driven tool to generate text and PDFs for accessibility support.


βš™οΈ Tech I'm Comfortable With

Frontend: React, Next.js, Tailwind, Redux
Backend: Node.js, REST APIs, Golang, WebSockets, SSE Databases: PostgreSQL, MongoDB, Redis, InfluxDB Others: Docker, GCP, Linux, RabbitMQ, MQTT, Git, CI/CD


πŸŽ“ Education

B.Tech in Computer Science
Nanasaheb Mahadik College of Engineering, Peth
πŸ“Š CGPA: 8.00


🌐 Portfolio

πŸ”— siddh-portfolio.vercel.app


πŸ“« Let's Connect!

Pinned Loading

  1. NMCOE-AI-Agent NMCOE-AI-Agent Public

    chatbot created for the collage website

    JavaScript

  2. CacheManager.js CacheManager.js
    1
    const { getRedisServerClient } = require('../../utils/redisServerClient');
    2
    const { LOCK_EXPIRATION } = require('./cacheConfig');
    3
    
                  
    4
    /**
    5
     * Aquire the lock to prevent the cache stemped at the redis
  3. usetThrottle.js usetThrottle.js
    1
    import { useCallback, useRef } from 'react';
    2
    
                  
    3
    /**
    4
     * Custom throttle hook to reduce unnecessary API calls from the frontend.
    5
     *
  4. GoBackend GoBackend Public

    Exploring the Golang with all the design principles of the coding to make it more scalable. Like design principles used in microservices

    Go