s-ahsan-naqvi
Full Stack Software Developer 🚀 | Writing features and fixing bugs in Rust, C/C++, Java, JavaScript, TypeScript and Python and Go.
Karachi
Pinned Repositories
express-react-auth
A simple and very crude project that I use as a reference for bare minimum auth workflows.
products-manager-next
raytracer-go
blockchain-js
ahsan-web
My personal portfolio website.
ai-image-creation-app
BinanceDashboard
CCN_Project
Our 5th Semester CCN project. Game optimization by Game world compute division
CodeSentinel
CodeSentinel is an AI tool for secure code review. It assesses code for vulnerabilities, and common attack vectors
first-contributions
🚀✨ Help beginners to contribute to open source projects
s-ahsan-naqvi's Repositories
s-ahsan-naqvi/CCN_Project
Our 5th Semester CCN project. Game optimization by Game world compute division
s-ahsan-naqvi/go-test-write
s-ahsan-naqvi/raytracer-go
s-ahsan-naqvi/CodeSentinel
CodeSentinel is an AI tool for secure code review. It assesses code for vulnerabilities, and common attack vectors
s-ahsan-naqvi/products-manager-next
s-ahsan-naqvi/ui
Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.
s-ahsan-naqvi/s-ahsan-naqvi
s-ahsan-naqvi/ahsan-web
My personal portfolio website.
s-ahsan-naqvi/express-react-auth
A simple and very crude project that I use as a reference for bare minimum auth workflows.
s-ahsan-naqvi/rust-web-server
s-ahsan-naqvi/next-auth-test
s-ahsan-naqvi/blockchain-js
s-ahsan-naqvi/BinanceDashboard
s-ahsan-naqvi/PromptSharingApp
s-ahsan-naqvi/grafbase_dribbledev
s-ahsan-naqvi/ai-image-creation-app
s-ahsan-naqvi/first-contributions
🚀✨ Help beginners to contribute to open source projects
s-ahsan-naqvi/s-ahsan-naqvi.github.io
s-ahsan-naqvi/PixelProcessingWithPython
This is my implementation of a python which I call pixxy that performs simple operations of calculating the average pixel value of a grayscale image, or converts an rgb image to a grayscale image
s-ahsan-naqvi/MessingAroundwithCpp
This is something that I made using classes and pointers in cpp which basically defines a class which stores an integer value through a function. Through another function it creates another object of its own type dynamically using the keyword new.
s-ahsan-naqvi/HangmanCPP
This is my semester project which required us to make a hangman game in the terminal without any usage of the string library for processing strings.