Prajwal-S-Venkatesh
🚀 Building digital wonders with code |🧪 Software Alchemist | ⚡JavaScript Wizard | 🔭 Exploring the realms of tech
Graduate Student @Illinois_TechChicago, USA
Pinned Repositories
awesome-design-patterns
A curated list of software and architecture related design patterns.
blog.prajwalsv.dev
This repository hosts a personal blog built with Next.js and Chakra UI. It's a platform for the owner to share thoughts, experiences, and knowledge on various topics.
build-your-own-x
🤓 Build your own (insert technology here)
image-captioner
Final Project - Spring 2023 Big Data Technologies (CSP-554-03) (Neural Image Caption Generation with Visual Attention project)
personal-website
Welcome to my personal website repository! This webfolio is built with Next.js and Chakra UI, featuring a blog section where I share my experiences in tech, design, finance, and more. Explore my journey, and feel free to contribute.
storage-manager-c
This repository contains a Storage Manager Library for efficient management of page files. It offers a set of interfaces for manipulating page files, reading and writing blocks to disk, and ensuring capacity. Use this library to handle file operations seamlessly in your projects.
stripe-go-api
SupplyStream
SupplyStream is a simple platform that allows users to consume, upload, import, create and record media content. Powered by Vimeo API.
TextMemo
TextMemo is a straightforward note-taking app designed for simplicity and efficiency. This app is built for Android OS.
wisdom-saas
An all in one SaaS AI application for Text, Image, Audio, Video and Code generation.
Prajwal-S-Venkatesh's Repositories
Prajwal-S-Venkatesh/personal-website
Welcome to my personal website repository! This webfolio is built with Next.js and Chakra UI, featuring a blog section where I share my experiences in tech, design, finance, and more. Explore my journey, and feel free to contribute.
Prajwal-S-Venkatesh/blog.prajwalsv.dev
This repository hosts a personal blog built with Next.js and Chakra UI. It's a platform for the owner to share thoughts, experiences, and knowledge on various topics.
Prajwal-S-Venkatesh/stripe-go-api
Prajwal-S-Venkatesh/awesome-design-patterns
A curated list of software and architecture related design patterns.
Prajwal-S-Venkatesh/build-your-own-x
🤓 Build your own (insert technology here)
Prajwal-S-Venkatesh/Front-End-Checklist
🗂 The perfect Front-End Checklist for modern websites and meticulous developers
Prajwal-S-Venkatesh/javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
Prajwal-S-Venkatesh/Maze-Union
Built using ReactJs - Maze Union is a game where the player has a task to unite all the balls in the maze at a given coordinate.
Prajwal-S-Venkatesh/Prajwal-S-Venkatesh
Prajwal-S-Venkatesh/prajwal-s-venkatesh.github.io
Prajwal-S-Venkatesh/prajwalsv.dev
My Online Resume
Prajwal-S-Venkatesh/SupplyStream
SupplyStream is a simple platform that allows users to consume, upload, import, create and record media content. Powered by Vimeo API.
Prajwal-S-Venkatesh/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Prajwal-S-Venkatesh/image-captioner
Final Project - Spring 2023 Big Data Technologies (CSP-554-03) (Neural Image Caption Generation with Visual Attention project)
Prajwal-S-Venkatesh/product-catalog
Prajwal-S-Venkatesh/Resume
Explore my professional resume template, a well-organized and customizable TeX-based document for showcasing your skills, experience, and education. Use it to create your own professional resume with ease.
Prajwal-S-Venkatesh/storage-manager-c
This repository contains a Storage Manager Library for efficient management of page files. It offers a set of interfaces for manipulating page files, reading and writing blocks to disk, and ensuring capacity. Use this library to handle file operations seamlessly in your projects.
Prajwal-S-Venkatesh/TextMemo
TextMemo is a straightforward note-taking app designed for simplicity and efficiency. This app is built for Android OS.
Prajwal-S-Venkatesh/wisdom-saas
An all in one SaaS AI application for Text, Image, Audio, Video and Code generation.
Prajwal-S-Venkatesh/buffer-manager-c
A simple buffer manager implemented using C. Implemented based on my previous storage manager implementation.
Prajwal-S-Venkatesh/codes
The Co-Design of Exascale Storage Architectures (CODES) simulation framework builds upon the ROSS parallel discrete event simulation engine to provide high-performance simulation utilities and models for building scalable distributed systems simulations
Prajwal-S-Venkatesh/Play-On-Scroll
Control the video playback speed based on the mouse scroll position on the website.
Prajwal-S-Venkatesh/record-manager-c
An in memory implementation of record manager using C. Built on top of previous implementations of Buffer and Storage Manager