From 7864186bbf2a2da72719b97569611c2fd57a6c71 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Tue, 30 Jun 2026 10:40:42 -0400 Subject: [PATCH] docs(projects): restructure and add details to several projects - Floadt: Add skills and detailed description - Likely: Add skills and detailed description - Pool: Add skills and detailed description - Space Bolt: Add skills and detailed description - Swiper No Mauling: Add skills and detailed description - Timebo[AR]d: Add skills and detailed description - VolunTree: Add skills and detailed description - Yue: Add skills and detailed description - Move several yml files to their corresponding directories --- docs/{information => about}/education.yml | 0 docs/{recognition => about}/honors.yml | 0 docs/{recognition => about}/organizations.yml | 0 docs/{information => about}/profile.yml | 0 docs/projects/floadt.yml | 11 +++++++++++ docs/projects/likely.yml | 16 ++++++++++++++++ docs/projects/pool.yml | 16 ++++++++++++++++ docs/projects/spacebolt.yml | 15 +++++++++++++++ docs/projects/swiper-no-mauling.yml | 17 +++++++++++++++++ docs/projects/timeboard.yml | 14 ++++++++++++++ docs/projects/voluntree.yml | 15 +++++++++++++++ docs/projects/yue.yml | 15 +++++++++++++++ 12 files changed, 119 insertions(+) rename docs/{information => about}/education.yml (100%) rename docs/{recognition => about}/honors.yml (100%) rename docs/{recognition => about}/organizations.yml (100%) rename docs/{information => about}/profile.yml (100%) diff --git a/docs/information/education.yml b/docs/about/education.yml similarity index 100% rename from docs/information/education.yml rename to docs/about/education.yml diff --git a/docs/recognition/honors.yml b/docs/about/honors.yml similarity index 100% rename from docs/recognition/honors.yml rename to docs/about/honors.yml diff --git a/docs/recognition/organizations.yml b/docs/about/organizations.yml similarity index 100% rename from docs/recognition/organizations.yml rename to docs/about/organizations.yml diff --git a/docs/information/profile.yml b/docs/about/profile.yml similarity index 100% rename from docs/information/profile.yml rename to docs/about/profile.yml diff --git a/docs/projects/floadt.yml b/docs/projects/floadt.yml index 0dac432..a22ba16 100644 --- a/docs/projects/floadt.yml +++ b/docs/projects/floadt.yml @@ -2,3 +2,14 @@ title: Floadt start: 2013-05-01 end: 2015-10-01 project-url: https://github.com/prdlk/floadt +skills: + - REST APIs + - User Interface Design + - Social Media Integration + - Network Architecture + - Frontend Development +description: | + - Developed a unified social media client designed to aggregate and display Instagram, Facebook, and Twitter feeds within a single, Pinterest-style user interface. + - Engineered advanced social management features, including cross-platform scheduled publishing, feed filtering to hide specific users, and mutual-follower verification. + - Gained deep, hands-on experience in network architecture and complex REST API integration prior to major platform policy changes that restricted third-party developer access. +associated-with: ../experience/britetwist.yml diff --git a/docs/projects/likely.yml b/docs/projects/likely.yml index e69de29..0ae543b 100644 --- a/docs/projects/likely.yml +++ b/docs/projects/likely.yml @@ -0,0 +1,16 @@ +title: Like.ly +start: 2017-05-01 +end: 2017-08-01 +project-url: https://github.com/prdlk/like.ly +skills: + - React Native + - Machine Learning + - TensorFlow + - Computer Vision + - Web Scraping +description: | + - Engineered a predictive analytics tool leveraging TensorFlow and supervised machine learning algorithms to forecast Instagram post engagement and likes. + - Developed an intuitive user interface by building a cross-platform mobile application and a cohesive messenger bot using React Native. + - Customized a web scraper to systematically aggregate public user data to train the model and optimize prediction accuracy. + - Integrated a Computer Vision API to analyze visual post content and extract key features for the machine learning pipeline. +associated-with: ../about/education.yml diff --git a/docs/projects/pool.yml b/docs/projects/pool.yml index e69de29..0e2165e 100644 --- a/docs/projects/pool.yml +++ b/docs/projects/pool.yml @@ -0,0 +1,16 @@ +title: Pool +start: 2019-08-01 +end: 2019-08-01 +project-url: https://github.com/prdlk/pool-tutorial-part-1 +skills: + - Flutter + - Dart + - Cross-Platform Development + - User Interface Design + - Technical Writing +description: | + - Designed and engineered the frontend architecture for an event-sharing mobile application utilizing the Flutter framework and Dart. + - Translated complex Dribbble UI/UX designs into fully functional programmatic widget hierarchies, implementing custom TableView cells, dynamic navigation, and animated backgrounds using the simple-animations library. + - Authored and published a comprehensive technical article ("A Deep Dive into Flutter") detailing the application's structural development to educate developers on cross-platform best practices. + - Architected a scalable, modular codebase designed to seamlessly integrate with future Node.js and MongoDB backend implementations. +associated-with: ../about/education.yml diff --git a/docs/projects/spacebolt.yml b/docs/projects/spacebolt.yml index e69de29..06d0ad6 100644 --- a/docs/projects/spacebolt.yml +++ b/docs/projects/spacebolt.yml @@ -0,0 +1,15 @@ +title: Space Bolt +start: 2016-08-01 +end: 2018-07-01 +project-url: https://github.com/prdlk/spacebolt +skills: + - Game Development + - C# + - Social Integration + - API Design + - Microtransactions +description: | + - Designed and developed an endless-runner space game, successfully scaling the player base to 15,000 daily active users and 850,000 total downloads by 2018. + - Engineered a custom API and server-side caching system to generate, retrieve, and distribute shareable gameplay GIFs. + - Integrated Facebook leaderboards to drive user engagement, retention, and global competition among players. +associated-with: ../experience/britetwist.yml diff --git a/docs/projects/swiper-no-mauling.yml b/docs/projects/swiper-no-mauling.yml index e69de29..2f907ba 100644 --- a/docs/projects/swiper-no-mauling.yml +++ b/docs/projects/swiper-no-mauling.yml @@ -0,0 +1,17 @@ +title: Swiper No Mauling +start: 2019-02-01 +end: 2019-02-01 +project-url: https://github.com/prdlk/CV-Livestock-Protection +skills: + - Python + - TensorFlow + - YOLOv3 + - Computer Vision + - Machine Learning + - Twilio API +description: | + - Engineered a financially viable, AI-powered computer vision application designed to help farmers autonomously monitor livestock and prevent predator attacks. + - Implemented the YOLOv3 object detection model using Python and TensorFlow to accurately identify predators and assess hostility levels within live camera frames. + - Integrated the Twilio API to build an automated, real-time alert system that immediately dispatches SMS notifications to farmers the moment a threat is detected. + - Designed an architectural roadmap to transition the computationally heavy detection model to a cloud-based infrastructure, with planned expansions for wildlife researchers to track events of interest. +associated-with: ../about/education.yml diff --git a/docs/projects/timeboard.yml b/docs/projects/timeboard.yml index e69de29..247d97f 100644 --- a/docs/projects/timeboard.yml +++ b/docs/projects/timeboard.yml @@ -0,0 +1,14 @@ +title: Timebo[AR]d +start: 2017-10-01 +end: 2017-10-01 +project-url: https://github.com/anthonyanader/timeboARd +skills: + - Swift + - iOS Development + - ARKit +description: | + - Collaborated at HackHarvard 2017 to build a native iOS Augmented Reality application designed to capture, store, and share physical whiteboard sessions. + - Developed a feature mapping 2D whiteboard drawings into navigable, cloud-stored 3D models using just two screen taps. + - Implemented a "time machine" versioning system, enabling users to step through and view saved virtual frames in real-time. + - Provided a scalable solution for teams and students to archive architectural diagrams and course notes for future collaborative editing. +associated-with: ../about/education.yml diff --git a/docs/projects/voluntree.yml b/docs/projects/voluntree.yml index e69de29..d46e091 100644 --- a/docs/projects/voluntree.yml +++ b/docs/projects/voluntree.yml @@ -0,0 +1,15 @@ +title: VolunTree +start: 2015-11-01 +end: 2017-10-01 +project-url: https://github.com/prdlk/voluntree +skills: + - Objective-C + - iOS Development + - Database Design +description: | + - Engineered an iOS application to digitize and legitimize volunteer hour tracking for high school students via a peer-to-peer verification system. + - Scaled the platform to 1,250 monthly active users and achieved 15,000 total downloads in 2016. + - Integrated social and community features enabling users to follow peers and discover over 15 daily volunteer opportunities. + - Built an organizational portal allowing local non-profits to post updates and connect directly with the student volunteer community. + - Implemented an export feature allowing students to seamlessly transfer verified hours to their schools for academic credit. +associated-with: ../experience/britetwist.yml diff --git a/docs/projects/yue.yml b/docs/projects/yue.yml index e69de29..1205372 100644 --- a/docs/projects/yue.yml +++ b/docs/projects/yue.yml @@ -0,0 +1,15 @@ +title: Yue +start: 2018-03-01 +end: 2019-02-01 +project-url: https://github.com/prdlk/yue +skills: + - C# + - Procedural Generation + - Cross-Platform Development + - Game Design +description: | + - Developed and published a fully functional, low-poly 3D space adventure game to both iOS and Android platforms in under 26 hours. + - Engineered a custom algorithm for procedural generation, ensuring unique 3D planet environments for every individual game session. + - Designed an in-app economy and digital storefront allowing users to exchange earned currency for game assets. + - Authored two technical articles detailing the game's rapid development process, accumulating over 40,000 reads. +associated-with: ../experience/britetwist.yml