Skip to content
View alexnthnz's full-sized avatar

Block or report alexnthnz

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

header

💫 About Me:

Hi there, I'm Alex! 👋

Welcome to my GitHub profile! I am a passionate and experienced software engineer with a strong background in various programming languages, frameworks, and tools. Here’s a bit about me:

What I Do

- Javascript, Typescript, Go, Python, SQL
- ReactJS, NextJS
- NodeJS, FastAPI, NestJS, Fiber, Langchain
- Kubernetes, Terraform, AWS, CICD
- PostgreSQL, Redis, MongoDB, DynamoDB

Feel free to explore my repositories and get in touch if you’d like to collaborate on a project or just have a chat!

Thanks for stopping by!

🌐 Socials:

LinkedIn X

📊 GitHub Stats:



Pinned Loading

  1. deepflow deepflow Public

    An advanced Agentic AI system built on LangGraph and RAG, seamlessly integrating specialized tools and AWS services—such as Lambda, S3, Bedrock, SageMaker, and Aurora RDS—to synergize large languag…

    TypeScript 2

  2. visual-question-answering visual-question-answering Public

    A system where users can ask questions about images, and the system uses object detection to identify relevant objects before generating answers with an LLM

    Python

  3. consistent-hashing consistent-hashing Public

    A lightweight implementation of consistent hashing for efficient data distribution in distributed systems. Supports dynamic node addition/removal and virtual nodes for balanced load distribution. I…

    Go

  4. unique-id-generator unique-id-generator Public

    Scalable, low-latency 64-bit ID generator for distributed systems, using timestamp, node ID, and sequence number. Ensures uniqueness, partial ordering, and high throughput (~10M IDs/s). Fault-toler…

    Go

  5. webhook webhook Public

    Scalable Go monorepo system for webhook registration, reliable event delivery with retries, and observability via Prometheus, Grafana, Loki. Uses PostgreSQL, Kafka, Redis, and gRPC for high availab…

    Go 4

  6. rate-limiter rate-limiter Public

    A lightweight, thread-safe, and extensible rate limiting library for Go, designed to control request frequency in APIs, web services, or distributed systems. This library provides flexible rate-lim…

    Go