Selepe Sello (TebogoYungMercykay)

TebogoYungMercykay

Geek Repo

Company:University of Pretoria

Location:180 William St, Brooklyn, Pretoria, 0011

Home Page:https://selepe-sello-portfolio-site.netlify.app

Twitter:@tebogoyungmercy

Github PK Tool:Github PK Tool

Selepe Sello's repositories

Python_API_Development_Booth_FASTAPI

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

Language:PythonLicense:MITStargazers:4Issues:1Issues:0

Serverless_TODO_App_using_Aws_Lambda

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.

Language:TypeScriptStargazers:3Issues:0Issues:0

Brand_Race-Local_NodeJS_Socket_Server

This Implementation makes use of Web Sockets Connection, It's a game which will be played in real-time by users per 1 vs 1 per Game Loop. The general idea of the game is to guess the logo of a car brand quicker than an opponent.

Language:JavaScriptLicense:MITStargazers:2Issues:1Issues:0

Concurrent_Multithreaded_CRUD_API

This API is a multi-threaded CRUD (Create, Read, Update, Delete) API designed for handling database requests. It utilizes multi-threading and the Bakery Lock algorithm to ensure thread safety and concurrent operations on a shared database.

Language:JavaLicense:MITStargazers:2Issues:0Issues:0

Portfolio_Website_Repository_Javascript

This is my Portfolio website, I will probably use React and Tailwind CSS in December to make it as Impressive as it can be!!.

Language:CSSLicense:MITStargazers:2Issues:1Issues:0

chatcord

Realtime chat app with rooms

Language:JavaScriptStargazers:1Issues:0Issues:0

Client-Server_Communication_Setup

A client-server commutation allows multiple clients to communicate with each other by sending a message destined for another client via a central server. The server knows all the clients in the network.

Language:JavaLicense:MITStargazers:1Issues:0Issues:0

Gamified_Health_App_Logic_Legends

In today's fast-paced world, staying motivated and committed to a healthy lifestyle can be challenging. To address this, we are excited to introduce our innovative Gamified Health App, a unique fitness platform that combines gamification, social interaction, and rewards to make exercise enjoyable and engaging for everyone.

Language:TypeScriptStargazers:1Issues:0Issues:0

geekific-java-design-patterns-dsa

https://www.youtube.com/c/Geekific

License:NOASSERTIONStargazers:1Issues:0Issues:0

Git_and_Github_Beginer_Guide-Repo_Init

This repository Is a guide for coding beginners

Language:C#Stargazers:1Issues:0Issues:0

HealthConnect_Django_WebApp---NEMISA

HealthConnect is a revolutionary healthcare platform that transcends traditional boundaries, offering accessible care anytime, anywhere

Language:HTMLLicense:Apache-2.0Stargazers:1Issues:0Issues:0

Ionic_Angular_Native_Mobile_Application

Ionic + Angular Native Mobile Car Application

Language:PHPStargazers:1Issues:0Issues:0

Refactoring_a_Monolith_to_Microservices

The project application, Udagram - an Image Filtering application, allows users to register and log into a web client, post photos to the feed, and process photos using an image filtering microservice.

Language:TypeScriptLicense:NOASSERTIONStargazers:1Issues:0Issues:0

Restaurant_Simulator_COS214_Group_Project

This is a design for a restaurant simulator. A fair bit of the restaurant simulator is up to us (the team) to design including the implementation as a pure simulation or as a "restaurant tycoon" game.

Language:C++Stargazers:1Issues:0Issues:0

The_Art_of_Multiprocessor_Programming

These are systems comprising a collection of independent components which may perform operations concurrently — that is, at the same instant of time.

Language:JavaLicense:MITStargazers:1Issues:1Issues:0

Udagram_Image_Filtering_Microservice

Udagram is a simple cloud application developed alongside the Udacity Cloud Engineering Nanodegree. It allows users to register and log into a web client, post photos to the feed, and process photos using an image filtering microservice.

Language:TypeScriptStargazers:1Issues:0Issues:0

TeamName_COS284_Group_Project_1

This program would allow lecturers to define a DFA in a file, which the program could then construct and simulate with input strings. The task is to finalise this project in three stages, with each subsequent stage building on the former.

Language:AssemblyLicense:MITStargazers:0Issues:0Issues:0

Computer_Organisation_and_Architecture

Topic-level detail and learning outcomes for each of these areas are given by the first six units of `Architecture and Organisation' knowledge area as specified by the ACM/IEEE Computer Science Curriculum 2013

Language:AssemblyStargazers:0Issues:1Issues:0

Mathematical_Expressions_Calculator

Polynomials are mathematical objects which are expressions of variables and coefficients added to-gether. These polynomials can use operator overloading in a very intuitive manner since most of the operators that we can overload are mathematical operators, which can also be applied to polynomials.

Language:C++Stargazers:0Issues:0Issues:0

Mathematical_Modelling_In_Python

Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed.

Language:Jupyter NotebookLicense:MITStargazers:0Issues:1Issues:0

Programming-Languages-Coding-Booth

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

Language:COBOLLicense:MITStargazers:0Issues:0Issues:0

RESTful_API_Implementation_In_DotNet_6

This Implementation serves as a comprehensive guide that empowers developers to understand, interact with, and integrate an Application Programming Interface (API) seamlessly into your applications.

Language:PHPStargazers:0Issues:0Issues:0

RESTful_API_Implementation_In_PHP

This Implementation serves as a comprehensive guide that empowers developers to understand, interact with, and integrate an Application Programming Interface (API) seamlessly into your applications.

Language:PHPLicense:MITStargazers:0Issues:1Issues:0

Revisit_Linear_Data_Structures_and_Templates

Linked Lists, Stacks, Queues, Templates. The purpose of this project is to practice and demonstrate my skills in object-oriented programming, memory management, and generic programming.

Language:C++License:MITStargazers:0Issues:0Issues:0

rocket-assembly

Rocket Assembly: Assemble Your Way to the Stars!

License:MITStargazers:0Issues:0Issues:0

TebogoYungMercykay

Amdahl's law: The extent to which we can speed up a complex job is limited by how much of the job must be executed sequentially.

Stargazers:0Issues:1Issues:0

The_Adapter_and_COR_Design_Patterns

This repository contains implementations of two commonly used design patterns: Chain of Responsibility and Adapter. Each design pattern is implemented in separate folders within the repository.

Language:C++License:MITStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0

Thousands_Of_Resources_Related_To_H4cking

This repository is primarily maintained by Omar Santos (@santosomar) and includes thousands of resources related to ethical hacking / penetration testing, digital forensics and incident response (DFIR), artificial intelligence, vulnerability research, exploit development, reverse engineering, and more.

License:MITStargazers:0Issues:0Issues:0

Towers_Of_Hanoi_Puzzle_Solver

Towers of Hanoi is a popular puzzel game that consists out of two main components: three towers and n number of disks. The goal of this puzzel game is to move the tower of disks from one tower to another tower with only moving a single disk at a time.

Language:C++Stargazers:0Issues:1Issues:0