Skip to content
View SlamChillz's full-sized avatar
🎯
Focusing, giving to healthy mistakes and learning to be better from them πŸ’ͺ🏽
🎯
Focusing, giving to healthy mistakes and learning to be better from them πŸ’ͺ🏽

Block or report SlamChillz

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

Hi there, I'm Uwemedimo Mendie πŸ‘‹

Backend & Platform Engineer focused on building scalable systems, distributed architectures, and reliable infrastructure for high-growth products.

πŸ‘¨β€πŸ’» About Me

  • Backend and Platform Engineer with experience in fintech, payment systems, platform engineering, and backend architecture.
  • I build robust microservices and event-driven systems with a strong focus on reliability and performance.
  • Worked on large-scale backend platforms at SquareMe, Salt, and Ignite, driving system design and engineering excellence.
  • Based in Lagos, Nigeria.

πŸ› οΈ Tech Stack

  • Languages: Golang, Node.js, Python
  • Data & Messaging: PostgreSQL, Redis, Kafka, RabbitMQ
  • Cloud & Infra: AWS, Docker, Kubernetes, Microservices

πŸ“Œ Featured Projects

  • salt β€” Backend platform and infrastructure systems focused on scalable service architecture and engineering reliability.
  • squareme β€” Fintech backend systems powering payments, fund management, and monolith-to-microservice platform migration.
  • ezyswap β€” Crypto-to-fiat payment infrastructure enabling seamless transaction processing and settlement workflows.

πŸ“Š GitHub Stats

Uwemedimo's GitHub Stats Top Languages

πŸ“« Connect with Me

Pinned Loading

  1. binary_trees binary_trees Public

    The study of a non-primitive non-linear data structures called binary trees and how they differ from non-primitive linear data structures like array, stacks, queues and linked list.

    C

  2. monty monty Public

    Data Structures in C - Stacks(LIFO) and Queues(FIFO). The focus on this project is to understand non-primitive linear data structures and their use cases. What do LIFO and FIFO mean? What is a stac…

    C

  3. simple_shell simple_shell Public

    A custom unix shell. The goal is to have a good understanding of how the unix system orchestrate command execution, from reading commands through batch or interactive modes to lexical parsing to to…

    C

  4. udagram-microservices udagram-microservices Public

    This project involves refactoring an image sharing application built on monolith architecture to a microservice architecture. Understanding the benefits of both archiectures and their trade offs re…

    TypeScript

  5. alx-system_engineering-devops alx-system_engineering-devops Public

    This project tracks my understanding of system administration/DevOps concepts. It spans across various sub niche of this field, from shell comprehension to I/O operations to processes to bash scrip…

    Shell

  6. AirBnB_clone_v3 AirBnB_clone_v3 Public

    Forked from Maryann529/AirBnB_clone_v3

    A RESTFUL API for AirBnB_clone. This version of the project exposes all the needed endpoint for clients to interact with the service. I love the idea of APIs, so it was fun and insightful working a…

    Python