codesInML
A software developer thrilled by the idea of solving complex problems, Machine learning enthusiast and mathematics protégée
Nigeria
Pinned Repositories
100_days_of_golang
A journey through the different aspects of the go programming language centered around understanding the rich testing tool it provides.
advance_authentication
ecommerce
A fully functional ecommerce website built with node, typescript and prisma ORM. Also followed TDD while using jest and supertest for testing.
foundry-fundme
fund-me
A simple fund me smart contract that interacts with the external world using chainlink to get the current price of Ethers to USD.
Huffman-Compression
A Huffman compression and decompression package built with rust.
LendsQR
An API for a banking platform, with basic financial implementations
rust-json-parser
A json parsing application built with rust.
twitter_gram
A social media API influenced greatly by twitter, built with node, typescript, express, sequelize and a lot more.
web3-lottery
A simple web 3 lottery project
codesInML's Repositories
codesInML/fund-me
A simple fund me smart contract that interacts with the external world using chainlink to get the current price of Ethers to USD.
codesInML/LendsQR
An API for a banking platform, with basic financial implementations
codesInML/ALX-Project4
Operationalised a Machine Learning MicroService Flask API to make predictions on a pre-trained housing prices model
codesInML/foundry-fundme
codesInML/golang_simple_bank
A simple bank written in golang
codesInML/Huffman-Compression
A Huffman compression and decompression package built with rust.
codesInML/rust-json-parser
A json parsing application built with rust.
codesInML/web3-lottery
A simple web 3 lottery project
codesInML/codesInML
Config files for my GitHub profile.
codesInML/codygo-backend
Backend for the codygo hotel ranking app
codesInML/codygo-frontend
The frontend application for an hotel ranking site
codesInML/DevOps_Microservices
Supporting material and projects for a course on Cloud DevOps: Microservices.
codesInML/DSA
codesInML/ERC20-token
Based on the ERC20-token.
codesInML/foundry-simple-storage
Used foundry to develop the simple storage smart contract I wrote earlier and deployed to the sepolia testnet
codesInML/kwaba
An api for a group saving plan
codesInML/Lottery
A provably fair lottery contract which uses chainlink vrf to generate random numbers and chainlink automation to select the winner using the random number generated.
codesInML/lottery-frontend
The react frontend application that connects to a lottery contract.
codesInML/minigrep
A grep like cli tool built with rust
codesInML/NFT-Project
Created a mood NFT using ERC-721 tokens
codesInML/quiz-game
A CLI quiz game built with go. Reads questions from a csv file and has a customisable time limit.
codesInML/React-Native-Restaurant-project
A simple application to search for restaurants, built with react native
codesInML/RN-blog-app
A blog application built with React Native that performs crud application
codesInML/serverMonitoringAPI
A server monitoring api similar to prometheus written in pure NodeJS. No external dependencies (No NPM).
codesInML/starter-express-api
codesInML/unix-cut-tool
A clone of the unix cut tool.
codesInML/url-mapper
A golang url mapper that behaves like a url shortener. It takes different file formats like JSON, YAML and maps to the path - url key pair specified.
codesInML/url-shortener
A simple url shortening service
codesInML/wctool
A mock wc tool used to get some details of a file like number of bytes, number of lines, number of words and number of characters in the file.
codesInML/web3-inbox
A simple web3 project for getting started with understanding and playing with some web3 technologies