ByteSizedLaw
BSc Enterprise Systems Engineering. Business and Project Management. Security, Database and Software Engineering. Computer Science, Software Testing and Law.
South Africa
Pinned Repositories
Automated-Windsong-Lyre---an-unofficial-Genshin-Impact-plugin
A tool that allows you to play music in Genshin Impact and other games that allow Keyboard input for music
BankBetter
A (WIP) production-ready Banking System, includes APIs, an Online Banking Platform and a Mobile Banking App front-end system
GoLang-Reference-Custom-Package
A code-sample detailing how to reference/import remote custom (and sometimes private organisational) GO packages within a totally separate project.
Jeera-Project-Manager
Jeera - a Task Management solution for distributed teams and Project Managers.
Military-Grade-Security-API
A (WIP) API/VPN that uses military-grade encryption by implementing Perfect Forward Secrecy (PFS) and AES-256 encryption with ephemeral session keys.
Open-Learning
My open-source learning platform, covering a wide range of aspects, from Project Management to Computer and Data Science, Cyber Security and other exciting IT-related topics
PassBreach
An educational Cyber Weapon that's capable of cracking password hashes like SHA512
Python-Text-Adventure-Game
A text-based Dungeons and Dragons (DnD) game engine that enables you to create your own game by changing or adding a few files. Beginner friendly - and no extensive programming knowledge required
React-HandyMax
A React, MySQL and PHP system that manages appointments for a small Handyman business
TypeQuest
An Online Survey Platform, presented as an MBTI, Enneagram and Cognitive Functions testing tool
ByteSizedLaw's Repositories
ByteSizedLaw/C-Sharp-AWS-lambda-code-sample
A very basic example of how to create a handler method for an AWS Lambda function. This allows you to run C# code inside of the cloud environment
ByteSizedLaw/GoLang-AWS-Channels
A very basic demo of how to use Go Channels to pass data between different parts of your go apps/functions. This is exceptionally important in AWS, as it allows you to pass channels/objects between different lambdas and packages, etc.
ByteSizedLaw/GoLang-AWS-Lambda-code-sample
A very basic example of how to create a handler method for an AWS Lambda function. This allows you to build GoLang code that will run inside of the AWS cloud environment