Skip to content
View devv3899's full-sized avatar

Block or report devv3899

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
devv3899/README.md

Hi there — I'm Dev Patel.

I build cloud platforms for high-volume manufacturing.

I joined a manufacturing automation team as its first software engineer, working alongside mechanical and controls engineers who were building factory lines and piloting IoT on the shop floor. My job was getting their device data into AWS and building the platform around it, and that platform became the foundation for most of what the team ships today.

Since then the work has grown from IoT telemetry into the broader platform layer: serverless architecture and delivery standards used across 40+ backend services, real-time pipelines processing 1M+ events a day, and a production AI agent platform on Amazon Bedrock that lets non-technical staff query live production data in plain language.

What I care about is making industrial data useful — taking physical, paper-driven processes, digitizing them so every step emits structured data, and putting real answers in front of the people running the floor.

Core skills

  • Cloud & Infrastructure — AWS (Lambda, IoT Core, Greengrass, Kinesis, Kafka/MSK, DynamoDB, Timestream, S3, SQS/SNS/SES, API Gateway, VPC, Amplify), Terraform, Kubernetes, GitLab CI/CD, Jenkins/CloudBees; Azure, GCP
  • AI — Amazon Bedrock (Claude, Amazon Nova), agent orchestration and tool use, NL-to-SQL over operational data, production LLM integration
  • Languages — Python, JavaScript / Node.js, SQL, Java
  • Frontend — React, MUI, Next.js, Angular, Highcharts / Plotly, three.js
  • Security & Identity — IAM, Cognito, Azure AD / MSAL

Contact

Popular repositories Loading

  1. Artificial-Malloc Artificial-Malloc Public

    Implementation of our own version of the system's malloc and free that provides the same basic functionality as of malloc() and free() and it also detects common programming and usage errors.

    C 1

  2. Client-Server-Interactor Client-Server-Interactor Public

    To create small scale version control system with various functionalities such as configure, checkout, update, upgrade, commit, push, create, destroy, add, remove, current version, history and roll…

    C 1 1

  3. Java-Projects Java-Projects Public

    Java

  4. Computer-Architecture-CS211 Computer-Architecture-CS211 Public

    CS211 Assignments.

    C 1

  5. Delimiter-Sorter Delimiter-Sorter Public

    C

  6. TxtFile-Compressor TxtFile-Compressor Public

    To use file system API and different data structures to build and store huffman tree in a file named HuffmanCodebook and further use the Huffman Codebook to compress or decompress the text files lo…

    C