Tag: Programming
-
How to Turn ChatGPT into a Voice-Enabled Chatbot in 60 Lines of Code
Turn ChatGPT into a Voice-Enabled Chatbot in 60 Lines of Code I recently found an article about someone who built a Zapier integration between Alexa and ChatGPT. Although it was a cool project, I realized it wasn’t necessary to use a third-party platform or Home Speaker to interact with ChatGPT using voice. All the required functionality…
-
A Simple Productivity Hack Using Bash Scripts
How to expedite workflows by launching browser tabs from bash scripts. The problem A part of my daily workflow is participating in forums. Every morning I read through Hacker News, 8base Community, several different subreddits, StackOverflow, and a few others for an hour. It’s how I like to engage with developers. There is something merely tedious…
-
Meeting GraphQL at a Cocktail Mixer
Photo by Jakob Dalbjörn on Unsplash GraphQL and REST are two specifications used when building APIs for websites to use. REST defines a series of unique identifiers (URLs) that applications use to request and send data. GraphQL defines a query language that allows client applications to specify precisely the data they need from a single endpoint.…