JAJoshua Akan-Etukinjoshuaakanetuk.hashnode.dev·Sep 4, 2024 · 1 min readHow To Use Open AI API with Node.jsChatGPT has become one of the most popular web applications of all-time. The firm, OpenAI, that created ChatGPT actually has an API that allow access to the same models that ChatGPT uses and more. This article will demonstrate quickstart usage for Op...00
JAJoshua Akan-Etukinjoshuaakanetuk.hashnode.dev·Sep 4, 2024 · 2 min readHow to Send Email Programmatically (with Node.js)Sometimes you want to send emails at scale: cold leads, hiring managers, transactions. Instead of handwriting each email in Gmail (or any other email client) you can programmatically send emails using Node.js. There are many ways to send emails, but ...00
JAJoshua Akan-Etukinjoshuaakanetuk.hashnode.dev·Sep 4, 2024 · 2 min readHow to Create a Basic API with PythonYou are starting to get into Python and you want to start tinkering with web apps, but you don’t know where to start. Or maybe you are trying to remember how to create and deploy an API using Python. This guide will show you how to create an API with...00
JAJoshua Akan-Etukinjoshuaakanetuk.hashnode.dev·Sep 4, 2024 · 4 min readHow To Use Google Calendar API with PythonTrying to setup the Google Calendar API with Python can be a bit of a challenge if using the documentation Google has for their quickstart. In this article, we will walkthrough how to use the Google Calendar API with Python. There are two ways of usi...00
JAJoshua Akan-Etukinjoshuaakanetuk.hashnode.dev·Aug 23, 2024 · 3 min readHow to Use "Send Later" in iOS 18 Developer PreviewThe introduction of iOS 18 brings an array of new features. Among these, the “Send Later” feature in the Message app stands out, providing users the ability to schedule messages to be sent at a later time. This feature is particularly useful for mana...00