Creating Custom Workflows in Warp.dev
I’ve been playing around with warp.dev, which is a new terminal app for Mac (Windows coming soon it looks like) with a focus on improving developer …
Thoughts on code, workflows, and developer experience
I’ve been playing around with warp.dev, which is a new terminal app for Mac (Windows coming soon it looks like) with a focus on improving developer …
This answer on Reddit helped troubleshoot. I just commented everything, and it made the load lightening fast. Then, on a closer look, I found this mess. No idea …
Adding an alias to zshrc file Wanted to add an alias to quickly open Sublime Text editor from the command line. Here's how -
Now that I am playing around a bit more frequently with APIs, especially Twitter’s v2 API, and Airtable’s API, I have found myself playing around a lot more …
I have known of Postman for a while now - it's a tool you can use to explore and test APIs. I just never got down to using it much. That changed quite a bit in …
Saw this Quick Start guide on Canva’s developer portal that walks you through creating a content extension for Canva’s users. It uses Node.js and …
I recently went through the process to put my side project howbigisthebaby.io on Digital Ocean’s new app platform, and wanted to document it in case …
I recently saw a tweet that it's a good idea to have a CTA at the end of each article. In fact, Daniel Vassallo argued that the CTA should be pointing to …
I had written a bunch of short essays as part of Ship30for30 challenge over the summer. Now that I was redoing my website, I thought it would be nice if I could …
It took me some time. Fine, it took me a few years, but I finally got around to creating my first iOS app, using SwiftUI.
As a developer, every day we interact with remote APIs and web servers. Almost all services we consume on the internet today are available in the form of an …
If you’re into building skills, you’re probably familiar with Alexa Skills Kit’s Command Line Interface, which lets you create and manage your …
Here’s the Apple script that will get the track information from Spotify for the current track. Once you have this, you just need a way to print the …
Just setup Ghost on this website (ajot.me). Had been running a home grown version of Flask + Flask-Frozen for a couple years. It was cool, but I was starting to …
Been meaning to write this post for my future self, who’s invariably going to forget the steps to set up Django on a new machine. So, here are the steps …