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

Report abuse

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

Report abuse
slamchillz/README.md

Hi My name is Uwemedimo Mendie

I am a process and result driven Software Engineer with extensive experience in backend development for startups across diverse domains, including Platform-as-a-Service, Web3/Fintech, and Agrotech.

  • 🌍  I'm based in Lagos, Nigeria
  • 🖥️  See my portfolio at mendy.tech
  • ✉️  You can contact me at mendieuwemedimo@gmail.com
  • 🚀  I'm currently working on a platform as a service system
  • 🧠  I'm learning the design and implementation of Data-Intensive Systems
  • 🤝  I'm open to collaborating on open source engineering tools and end user focus applications
  • ⚡  I strive to build solutions that will serve millions of individuals and make a positive difference in their lives.

Skills

CGoPythonTypeScriptJavaScriptGNU BashVimSublime TextVS CodeHTML5CSS3ReactNextJsNodeJSExpressFlaskPostgreSQLMongoDBMySQLWeb3JsAlchemyEthereumMetaMaskGoogle CloudLinuxDockerAmazon Web Services

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