Recent Posts
Journey Chronicles
Journey Chronicles is a platform where my friends and I share snapshots of our adventures, each with a meaningful caption. It is designed to document the travels and experiences of my friend group. By sharing photos with thoughtful captions, we aim to create a visual diary that reflects our shared memories and adventures.The pictures don’t have to be of ourselves. They can capture anything that resonates with us — nature, a funny moment, or a scene that evokes a particular feeling. Each photo is...
Journey Chronicles: Capturing Moments with Friends
This is a project concept for my Networked Media class- IMNY-UT 223.Journey Chronicles, is a platform where my friends and I share snapshots of our adventures, each with a meaningful caption. "Journey Chronicles” is designed to document the travels and experiences of my friend group. By sharing photos with thoughtful captions, we aim to create a visual diary that reflects our shared memories and adventures.In “Journey Chronicles,” the pictures don’t have to be of ourselves. They can capture...
The Art of Database Design: From Bitmaps to Efficient Schemas
I once worked on an e-commerce platform that needed to manage a vast amount of product and user data. The initial setup used a simple text file for configuration, but as the data grew, it became clear that this approach was inefficient and unscalable.My task was to transition from the text file configuration to a robust database system that could handle complex queries and large datasets efficiently.I decided to use SQLAlchemy with SQLite to create a structured database. However, our first attem...