Skip to content
View TebogoYungMercykay's full-sized avatar
🧑‍💻
Making GitHub an Exhibition!!
🧑‍💻
Making GitHub an Exhibition!!

Block or report TebogoYungMercykay

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

Kali Edit


SUMMARY

Computer Science graduate and active open-source contributor specializing in building secure, scalable, high-performance solutions. My expertise spans Software Engineering, DevOps, AWS Cloud Development, Web Development, Database Management, and Software Testing, with a strong focus on end-product delivery and collaborative development.

Driven by a passion for Cybersecurity and Data Science, I thrive in dynamic environments that foster innovation and continuous learning. I am committed to delivering cutting-edge solutions that solve real-world challenges, meet evolving industry demands, and create meaningful impact through technology.


DEV TOOLS

Languages & Core Python JavaScript TypeScript Java C++ C# PHP
Frontend React Next.js Tailwind Bootstrap HTML CSS Figma
Backend FastAPI Node.js Express Django Flask .NET
Databases PostgreSQL MySQL MongoDB Supabase DynamoDB SQLite
Cloud & DevOps AWS Docker Kubernetes GitHub Actions Nginx Vercel Heroku
Tools & Testing Git VS Code Postman Jest Cypress WordPress
000100 IDENTIFICATION DIVISION.                                         -- Program metadata
000200 PROGRAM-ID. statistics_program.                                  -- Program name
000300 DATA DIVISION.                                                   -- Start of data declaration
000400 WORKING-STORAGE SECTION.                                         -- Variables available throughout the program
000500     01  arr             OCCURS 5 TIMES PIC 9.                    -- Array to hold 5 integers
000600     01  smallest        PIC 9.                                   -- Variable to hold the smallest number
000700     01  largest         PIC 9.                                   -- Variable to hold the largest number
000800     01  mode_value      PIC 9.                                   -- Variable to hold the mode
000900     01  i               PIC 9.                                   -- Loop counter for various loops
001000     01  j               PIC 9.                                   -- Loop counter for nested loops
001100     01  COUNTER         PIC 9.                                   -- Counter for mode calculation
001200     01  max_count       PIC 9.                                   -- Variable to hold the maximum count


CONTACT ME

I'm always open to discussing new projects, opportunities, or collaborations.


Pinned Loading

  1. COS301-SE-2024/The-Republic COS301-SE-2024/The-Republic Public

    Imagine a fusion of ‘Eskom se Push’ and ‘X’. The Republic allows users to raise concerns and spread awareness about government services through incident reports, with cool data visualizations provi…

    TypeScript 10 4

  2. AWS-Serverless-Task-Manager-App AWS-Serverless-Task-Manager-App Public

    In this project, I will develop and deploy a simple "TODO" application using AWS Lambda and the Serverless framework. This application will allow me to create, remove, update, and get TODO items.

    TypeScript 5

  3. FastAPI-Backend-ML-Service FastAPI-Backend-ML-Service Public

    FastAPI API Development Booth: A comprehensive repository showcasing best practices and examples for building robust and efficient API using FastAPI in Python.

    Python 6

  4. RecSPL-Compiler-Construction-In-Python RecSPL-Compiler-Construction-In-Python Public

    This repository contains the core components of our Recursive Student Programming Language Compiler Construction and Design project. The project aims to implement a complete compiler, including lex…

    Python 4

  5. Programming-Languages-Coding-Booth Programming-Languages-Coding-Booth Public

    Chris Hanson and the MIT Scheme Team. MIT/GNU Scheme reference manual. Technical report, Mas- sachusetts Institute of Technology, 2018.

    COBOL 2

  6. Computer-Networking-In-CPP Computer-Networking-In-CPP Public

    This repository contains a collection of projects focusing on different server and client implementations, including CGI scripts, FTP, LDAP, POP3, SMTP servers, and more. Below is an overview of ea…

    C++ 3