Amit
Curious Mints by Amit Jotwani

Curious Mints by Amit Jotwani

Follow
homeTwitterbadges

Dynamically Updating Your Tidbyt Display with REST API Data

Sep 21, 20234 min read

Step-by-Step Guide to Fetching and Displaying Real-Time Data on TidByt · Last time, I walked through building a simple "Hello World" app for my Tidbyt,...

Dynamically Updating Your Tidbyt Display with REST API Data

Building a Hello World App for Tidbyt Retro Style Display

Sep 4, 20234 min read

I recently bought a Tidbyt, a fascinating retro pixelated display that can do everything from showing the weather to displaying memes (h/t to Greg...

Building a Hello World App for Tidbyt Retro Style Display

My first ChatGPT app - Google Drive + LangChain + Python

Jul 20, 20232 min read

I recently built my very first app using ChatGPT's API. https://twitter.com/amit/status/1682086918995976192?s=20 The thing about ChatGPT is that...

My first ChatGPT app - Google Drive + LangChain + Python

Start New Python Projects Quickly Using a Shell Script

Jul 13, 20232 min read

As someone who loves experimenting with Python libraries and APIs, starting new projects quickly is important. Setting up these projects can sometimes...

Start New Python Projects Quickly Using a Shell Script

Export todos from Things app using AppleScript

Jul 12, 20231 min read

Here's the AppleScript you can use to export all todos from a specific list in the Things app using AppleScript. Context: I had a bunch of todos in...

Export todos from Things app using AppleScript

Hello Django - How to set up your first Django web app

Dec 1, 20213 min read

I wrote this for myself whilst setting up Django for the first time. · Been meaning to write this post for my future self, who’s invariably going to...

Hello Django - How to set up your first Django web app