Skip to content
View sumitpore's full-sized avatar

Block or report sumitpore

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

Hi, I'm Sumit πŸ‘‹

πŸ“ Mumbai, India | πŸ—οΈ Software Architect | πŸ€– AI/ML Developer | πŸ”§ Full Stack & API Developer

Python PHP Go Node.js TypeScript JavaScript Vue.js React Laravel WordPress TailwindCSS AWS

Detail-oriented Software Architect with 13+ years of experience building robust web applications. Passionate about clean code, SOLID principles, and integrating AI/ML solutions into development workflows. Currently building AI-powered tools and automations.

Manager - Web App Development at Media.net (6+ years)

πŸ“– More About Me

Skilled in leveraging modern technologies including PHP, ES6 JavaScript, VueJS, ReactJS, jQuery, HTML, CSS, and TailwindCSS to solve complex business challenges effectively.

While I specialize in these technologies, I'm not limited by them β€” whenever faced with a requirement to deliver using unfamiliar technologies, I have eagerly embraced new challenges, quickly exploring, learning, and successfully delivering. Examples include developing a mobile application, building a web application using Golang, and many others.

Demonstrated expertise in designing scalable systems guided by MVC architecture, SOLID principles, clean code best practices, and proven software design patterns. Passionate about building performant, maintainable, and secure applications.

Additionally, proficient in integrating Artificial Intelligence (AI) and Machine Learning (ML) solutions into web and software development projects.

Knowledgeable about scalable cloud infrastructures on AWS, working closely with deployment teams, and familiar with server optimization and security practices through Apache and Nginx web servers. Experienced with relational databases such as MySQL and NoSQL databases, ensuring efficient data management and retrieval.

Committed to continuous learning, staying abreast of emerging technologies, and delivering impactful solutions that drive business growth and innovation.

πŸš€ Featured Projects

AI & Automation

  • πŸ›ƒ Team of Agents Skill - Orchestrates 13+ specialist agents to deliver projects end-to-end (discovery β†’ design β†’ build β†’ deploy) with Chain-of-Verification, human approval gates, and multi-session state persistence.
  • πŸ€– MR Code Review Using AI - Automate code reviews using AI
  • 🎨 Crayon UI Agent Skill - Render LLM responses as interactive UI components
  • πŸ–ΌοΈ Fal.ai and Imagekit MCP - MCP server for generating images with fal.ai hosted Imagen4 and uploading to ImageKit

Creative Tools

WordPress Ecosystem

JavaScript & Web

  • πŸŽ›οΈ Just Enough - Lightweight library for managing UI state without dependencies
  • πŸ’¬ WebSockets Chat - Real-time chat implementation using WebSockets
  • ⚑ Minimalist Reactivity - Build your own reactive data-binding in vanilla JavaScript

Browser Extensions

Software Engineering

πŸ’Ό Experience

Role Company Duration
Manager - Web App Development Media.net May 2024 - Present
Technical Team Lead Media.net Jan 2020 - May 2024
Technical Lead WisdmLabs Mar 2018 - Jan 2020
Senior Software Engineer WisdmLabs May 2013 - Feb 2018
Software Engineer WisdmLabs May 2012 - May 2013

πŸ› οΈ Technical Expertise

Domain Technologies
Languages Python, PHP, Go, JavaScript (ES6+), TypeScript
Backend Laravel, Lumen, NestJS, Node.js, REST APIs
Frontend Vue.js, React, jQuery, HTML5, CSS3
WordPress Plugin/Theme Development, WooCommerce, Gutenberg
AI/ML NLP, Deep Learning, LLMs, Generative AI, Agent Skills, MCP Servers
Styling TailwindCSS, Bootstrap, Sass, PostCSS
DevOps AWS, GCP, DigitalOcean, Docker, Jenkins
Databases MySQL, NoSQL, RabbitMQ
Servers Apache, Nginx, SSL Configuration
Architecture MVC, SOLID Principles, Design Patterns, Microservices

πŸ“œ Certifications

πŸ€– AI/ML

  • Hands-on Approach to AI for Real-World Applications β€” IIT Kharagpur AI4ICPS I Hub Foundation
    Certificate of Achievement + Certificate of Merit | Skills: NLP, ML, Deep Learning, LLMs, Generative AI

πŸ’» Web Development

  • Building a Single-Page Application with AngularJS and WordPress
  • React: Ecosystems
  • Learning S.O.L.I.D. Programming Principles

🎨 Design & Creative

  • Edit & Cuts - Video Editing and Storytelling
  • UX Foundations: Logic and Content

πŸŽ“ Education

Bachelor's Degree in Electronics Engineering
Datta Meghe College of Engineering, Airoli (2007 - 2011)

πŸ”— Connect

Website LinkedIn GitHub Blog Instagram


Have something interesting? Reach out at sumit.pore@gmail.com

Pinned Loading

  1. articles-api-using-nestjs articles-api-using-nestjs Public

    Experiment with NestJS and TypeOrm to create a simple articles API

    TypeScript 1

  2. youtube-playlist-player-using-react youtube-playlist-player-using-react Public

    Plays Youtube Videos added in 'src/Videos.js' file. Uses React Hooks and Styled Components.

    JavaScript 5 2

  3. mvc-plugin-boilerplate-for-wordpress mvc-plugin-boilerplate-for-wordpress Public archive

    An MVC WordPress Plugin Boilerplate with clear separation of concerns. Will make your experience of creating a WordPress Plugin enjoyable!

    PHP 180 25

  4. solid-principles solid-principles Public

    SOLID Principles in a nutshell

    PHP 1

  5. VSCode settings.json for PHP Project... VSCode settings.json for PHP Projects. I don't give specific phpcs standards in this config instead I place `.phpcs.xml.dist` in the project directory.
    1
    {
    2
    	"breadcrumbs.enabled": true,
    3
    	"phpcs.enable": true,
    4
    	"phpcs.showSources": true,
    5
    	"phpcs.executablePath": "/usr/local/bin/phpcs",