Ssruthijamminsj-portfolio-projects.hashnode.dev·Mar 21 · 3 min readSwiftSnip: From Idea to Deployed AppI have a bad habit of saving things everywhere. Email drafts, random note apps, sticky notes I'll never find again. And every time I needed that one follow-up email template I'd written three months a00
Ssruthijamminsj-portfolio-projects.hashnode.dev·Mar 21 · 2 min readFrom Script to Smart: Building an AI-Powered Text MessengerAn automated text messenger is simple to explain. Until you add an AI to write the message for you and another AI to review it before sending it, it is just a script. The Idea I had a Python script al00
Ssruthijamminsj-portfolio-projects.hashnode.dev·Mar 21 · 3 min readFrom Terminal Game to Full-Stack AI App: What I Learned Building Tic-Tac-ToeI wanted something small enough to be done within a day but interesting enough to have some real engineering go into it. Tic-tac-toe is a game that is essentially too simple. Until I added an unbeatab00
Ssruthijamminsj-portfolio-projects.hashnode.dev·Mar 21 · 2 min readBuilding Love Note API Web AppI wanted a project that was small enough to ship quickly but complex enough to use real full-stack skills, like a REST API, a nice frontend, and good coding practices. LoveNote API was such a project.00
Ssruthijamminsj-portfolio-projects.hashnode.dev·Mar 17 · 2 min readBuilding Lucky Clover: St. Patrick's Day Slot MachineFor St. Patrick's Day, I decided to make something cool, a fully playable browser-based slot machine with an Irish theme. Let's dive into what I learned throughout the development process. The Idea I 00