huzaifamk
Tech Enthusiast🏅 Backend Developer 🔰 Go🔴 Python🟠 Node🟢 Rust🔵 C++🟣
Backend DeveloperKarachi, Pakistan
Pinned Repositories
Booking-App-Python-FastAPI
A properly architectured Python application, written in Fast API framework, with features of a full fledged booking application, like booking.com or something similar to it. Note that this is not a ready to use codebase and is made for demonstration purpose only!
Data-Manipulation-Python
Most standard and simplest way of manipulating databases in python directly with few lines of code.
Facebook-Login-in-GoLang-Experimental
How to implement Facebook Login in Golang
Go-Brute-Force-Calc
A public brute force calculator to determine the strength of password with various options of hashes speed, password length and type, etc. (Supported for WPA/WPA2 #Hashcat Only for now)
Go-Clean-Arch-Project-1
One of my first self-made practice project following "Uncle Bob" Martin's Clean Architecture principles. I also did database integration with MySQL, the only thing left is frontend which is a future goal!
Go-CLI-App-Serial-Communication
A simple CLI App using Golang cobra library for making connection to physical devices using serial communication and reading/writing ports.
Go-PDF-Reader
A simple Go PDF processor which extracts text from PDFs and also applies custom formatting given in the code.
MVT-Architecture-Python
A Model-View-Template Architectured project, made in Python-Django, for experiment, reference and research purposes. Contributors are most welcome!
Products-Maintenance-GIN-MongoDB
Go GIN MongoDB - Products Management and Maintenance System
Python-Email-Automation
An automation project for sending emails to a list of scraped users, automated using Python, a better tool for email marketing!
huzaifamk's Repositories
huzaifamk/Go-Clean-Arch-Project-1
One of my first self-made practice project following "Uncle Bob" Martin's Clean Architecture principles. I also did database integration with MySQL, the only thing left is frontend which is a future goal!
huzaifamk/Python-Email-Automation
An automation project for sending emails to a list of scraped users, automated using Python, a better tool for email marketing!
huzaifamk/Booking-App-Python-FastAPI
A properly architectured Python application, written in Fast API framework, with features of a full fledged booking application, like booking.com or something similar to it. Note that this is not a ready to use codebase and is made for demonstration purpose only!
huzaifamk/Go-Brute-Force-Calc
A public brute force calculator to determine the strength of password with various options of hashes speed, password length and type, etc. (Supported for WPA/WPA2 #Hashcat Only for now)
huzaifamk/Go-CLI-App-Serial-Communication
A simple CLI App using Golang cobra library for making connection to physical devices using serial communication and reading/writing ports.
huzaifamk/Go-Cli-App-StringReplacer
A string-replacer tool made in Golang. It is basically a CLI tool which can be accessed from terminal after installing it properly in your system. For installation info, you can check Go Cobra Library.
huzaifamk/Go-Mongo-App
A simple Go App with MongoDB database integration consisting of Fetch, Insert, Update, & Delete API's with proper database integration.
huzaifamk/Go-PDF-Reader
A simple Go PDF processor which extracts text from PDFs and also applies custom formatting given in the code.
huzaifamk/Go-PreSignedURL
Most simplest method of generating a S3 Object Pre-Signed URL using Golang and AWS SDK for Go.
huzaifamk/huzaifamk
huzaifamk/Mongo-Mux-API
A Rest API with clean architecture, clean code, and implementation of MongoDB Database.
huzaifamk/Products-Maintenance-GIN-MongoDB
Go GIN MongoDB - Products Management and Maintenance System
huzaifamk/Python-QR-Code-Generator
A python desktop program for generating QR codes for text, images, links, payments, lists of websites and social profiles, etc.
huzaifamk/Python-Site-Status-Checker
A mini and lightweight Python program for checking status of a site or multiple sites with status codes. It can also be integrated into an Excel file if needed with proper dashboard.
huzaifamk/Python-String-Replacer
A simple project for replacing strings in a file, in multiple files or in a specific directory.
huzaifamk/Web3-Demo
A Hardhat + Polygon Smart Contract Demo
huzaifamk/Data-Manipulation-Python
Most standard and simplest way of manipulating databases in python directly with few lines of code.
huzaifamk/Facebook-Login-in-GoLang-Experimental
How to implement Facebook Login in Golang
huzaifamk/MVT-Architecture-Python
A Model-View-Template Architectured project, made in Python-Django, for experiment, reference and research purposes. Contributors are most welcome!
huzaifamk/carbon-lang-experimental
Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
huzaifamk/Go-Fiber-Sqlite3
huzaifamk/go-sql-listener
A basic example of opening a canal connection with SQL DB, for listening over DB and monitor changes
huzaifamk/gocv-model
Go package for computer vision using OpenCV 4 and beyond.
huzaifamk/LearningGoExperimental
A repository to put various practice projects in Go. Dedication and focus on network communication protocols.
huzaifamk/Products-Maintenance-App-Eth
A project for maintaining a database of products, listings, expiry, and other similar features.
huzaifamk/Python-Flask-Scraping
An app made in Python Flask, for scraping targeted websites (currently under development)
huzaifamk/Ticket-Booking-App
A simple (without databse integration) sample Ticket Booking App made with Golang.