Pinned Repositories
echoR
In this project i will try and implement the echo CLI command using the Rust programming language It name echoR (pronouned eh-koh-ar) as its created in Rust. Overall this project was made with the intention of me becoming more proficient in systems programming in Rust.
GoBlockchain
A simple blockchain implementation in Go demonstrating proof-of-work mining, hash chaining, and block generation. Educational project showcasing fundamental blockchain concepts. 🔗
GOgger-The-Logger
A simple logging library built in GO where a user can interact with the API and log data or any arbitrary information. This is by no means working library at this time (2-19-23) but it could be in the future after interations.
Gordle
A Go implementation of the popular game Wordle.
Hello-All_Worlds
A test project that expands on the hello world program that all are familiar with.
PokeTrainerLog
A simple cli tool to log Poke master names and their various attributes added them to a file for records.
Rock-Paper-Scissors
This project was part of my JetBrains Academy Java for Beginners course. While there's a lot of room for expansion using text files, it was outside the scope of the assignment.
Rock-Paper-ScissorsGO
This project was part of my learning Go journey. While there's a lot of room for expansion using text files, it was outside the scope of the assignment. (copy description)
ServerR
Writitng a simple low level TCP and HTTP Server in Rust. This is for practice purpose. Precursor for Http frameworks.
Simple-Chatty-Bot
This is a project that im using to learn the zig programming language from scracth. Obviously there is room for improvement im just trying to get acclimated with the syntax and style of the language. I might build on this later on down the line.
AviTheBrown's Repositories
AviTheBrown/echoR
In this project i will try and implement the echo CLI command using the Rust programming language It name echoR (pronouned eh-koh-ar) as its created in Rust. Overall this project was made with the intention of me becoming more proficient in systems programming in Rust.
AviTheBrown/GOgger-The-Logger
A simple logging library built in GO where a user can interact with the API and log data or any arbitrary information. This is by no means working library at this time (2-19-23) but it could be in the future after interations.
AviTheBrown/GoBlockchain
A simple blockchain implementation in Go demonstrating proof-of-work mining, hash chaining, and block generation. Educational project showcasing fundamental blockchain concepts. 🔗
AviTheBrown/Gordle
A Go implementation of the popular game Wordle.
AviTheBrown/Hello-All_Worlds
A test project that expands on the hello world program that all are familiar with.
AviTheBrown/PokeTrainerLog
A simple cli tool to log Poke master names and their various attributes added them to a file for records.
AviTheBrown/Rock-Paper-Scissors
This project was part of my JetBrains Academy Java for Beginners course. While there's a lot of room for expansion using text files, it was outside the scope of the assignment.
AviTheBrown/Rock-Paper-ScissorsGO
This project was part of my learning Go journey. While there's a lot of room for expansion using text files, it was outside the scope of the assignment. (copy description)
AviTheBrown/Simple-Chatty-Bot
This is a project that im using to learn the zig programming language from scracth. Obviously there is room for improvement im just trying to get acclimated with the syntax and style of the language. I might build on this later on down the line.
AviTheBrown/Simple-Tic-Tac-Toe
This project is apart of my Jet Brains Academy Java for Beginners course tracks. It required me to create a CLI tic tac toe game from scratch to better understand OOP prinicpals.
AviTheBrown/VCS-Zig
A simple vcs implemented in zig.
AviTheBrown/Version_Control_System
AviTheBrown/ServerR
Writitng a simple low level TCP and HTTP Server in Rust. This is for practice purpose. Precursor for Http frameworks.
AviTheBrown/aaHTML
html practice for aa
AviTheBrown/AmazonFC_Decant_Engine
A naive engine to male Amazon's decant system better. This is just a skeleton.
AviTheBrown/AsyncLoadTester
AviTheBrown/backl-end-learning2
a continuation of the other LearnBack end repo
AviTheBrown/btnify
Hosts a website with buttons for you so you can focus on what matters!
AviTheBrown/CryptoHackRust
going through the cryptohack course learn the differnct methods and implementing them in Rust as opposed to python to get better at rust.
AviTheBrown/EzTutor
AviTheBrown/Learn-Back-End
This is a learning repo for me too learn back end web development with GoLang
AviTheBrown/Learn-GoWeb
AviTheBrown/regexEngine
a simple regex engine written in Go
AviTheBrown/RustyTutors
Testing out actix web. Nothing more nothing less. Learning process.
AviTheBrown/testMergeConflict
repo used for testing merge conflicts and resolving them.