Skip to content
View SerikiAyodele's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report SerikiAyodele

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

Hi there 👋, I'm Mia

class Mia():
    
  def __init__(self):
    self.name = "Mia Seriki";
    self.username = "ayodeleseriki";
    self.location = "Lagos, Nigeria";
    self.twitter = "@techgirlxx";
    self.web = "https://";
  
  def __str__(self):
    return self.name

if __name__ == '__main__':
    me = Mia()

Skills

Python Golang kubernetes Terraform ansible AWS Linux GCP

About Me

Github

  • 🔭 I’m currently working on DevOps projects

  • 🌱 I’m currently learning Git, Linux, Kubernetes

  • 👯 I’m looking to collaborate on open source projects

  • 💬 Ask me about DevOps and SRE

  • ⚡ Fun fact: I like to find problems and solve them

📫 Reach me at

Twitter Follow Linkedin Email

Pinned Loading

  1. 3months-DevOps 3months-DevOps Public

    This folder contains projects i worked on during the three months bootcamp with she code Africa

    TypeScript

  2. web-development web-development Public

    This is a personal project i worked on while learning to use html and css.

    HTML

  3. DevOps-Projects DevOps-Projects Public

    Repository showing LAMP, LEMP, MERN and MEAN implementations

    PHP 1

  4. KodeKloud KodeKloud Public

    All KodeKloud projects i work on can be found here

    Shell

  5. 50-Days-Of-Code 50-Days-Of-Code Public

    Documenting my python journey, completed a 100 days on my twitter @techgirlxx

    Python

  6. Kubernetes-The-Hard-Way-AWS Kubernetes-The-Hard-Way-AWS Public

    following the "prabhatsharma / kubernetes-the-hard-way-aws" repo to build my kubernetes cluster from scratch with AWS