Blog & Updates

Excited to share my latest project: MockMentor!

2025-04-15

Excited to share my latest project: MockMentor!

Excited to share my latest project: MockMentor! 🚀

MockMentor is an AI-powered interview practice platform that helps candidates prepare for technical interviews through personalized simulations and detailed feedback.

Built with React, Next.js, TypeScript, and AI voice technology, this project has been an incredible learning journey.

Try it out at https://mock-mentor-ai.vercel.app/ and let me know your feedback!

Dev Fusion Cohort: My Summer Internship Experience

2025-03-25

I recently completed a summer internship with Dev Fusion Cohort, and it was an incredible learning experience! During my time there, I worked on developing an AI agent using OpenAI that fetches and analyzes Coinbase cryptocurrency wallet data.

One of my main projects was implementing a feature that displays live cryptocurrency data using Moralis. This gave me hands-on experience with blockchain technologies, API integrations, and AI-driven automation tools.

The team at Dev Fusion was incredibly supportive, and I had the opportunity to collaborate with other talented developers who shared my passion for innovation. This internship has reinforced my interest in the intersection of AI and blockchain technology.

Looking forward to applying what I've learned to future projects!

Just launched PriceScout - a tool to track Amazon prices

2025-02-10

Thrilled to announce the launch of PriceScout - my latest web app that helps you track price changes on Amazon products! 📉

Built with TypeScript, Node.js, and MongoDB, PriceScout uses web scraping and automated cron jobs to monitor prices and send notifications when they drop.

Perfect for deal hunters and budget-conscious shoppers! Check it out at https://price-scout355.vercel.app/

MultiHighlight is now available on Chrome Web Store!

2024-12-05

MultiHighlight is now available on Chrome Web Store!

After months of development and testing, I'm excited to announce that MultiHighlight is now available on the Chrome Web Store! 🎉

MultiHighlight is a browser extension that lets you highlight multiple words or phrases on any webpage simultaneously. Perfect for researchers, students, and anyone who needs to quickly scan for specific information.

Try it out at https://chromewebstore.google.com/detail/multihighlight/bgbpppfohflobkmgoeamhoabjoojdkjk

How I Built WiseWallet: A Mobile Finance App

2024-11-20

How I Built WiseWallet: A Mobile Finance App

WiseWallet came from a personal need to track my expenses better. I used React Native for cross-platform compatibility and focused on designing a clean, intuitive UI that makes financial management less intimidating.

The app includes features like expense tracking with categories, visualizations of spending patterns, and the ability to generate reports. One of the main challenges was ensuring data privacy while maintaining performance.

The entire project took about 3 months from concept to final APK, and I learned so much about mobile development along the way. If you're curious to try it out, download it at: https://www.mediafire.com/file/m6n5189xnjtj2bd/WiseWallet.apk/file

Creating the Instagram Grid Maker Tool

2024-08-30

Instagram Grid Maker is a tool I built to help content creators split their images into perfectly sized tiles for Instagram's grid layout. The project was a great opportunity to work with image manipulation in the browser.

I used React.js and the HTML5 Canvas API to handle the image processing, allowing users to upload an image, preview how it will be split, and download the individual tiles.

One interesting challenge was ensuring the images maintained their aspect ratio and alignment when split into multiple posts. The solution involved careful calculations and preview capabilities.

Check out the tool at https://insta-splitter.netlify.app/ and let me know what you think!