Latest notes
Prompt Negotiation
Since the birth of ChatGPT, we’ve been fascinated by this new idea of “Prompt Engineering”. Much has been written on this subject with multiple...
Running Express and React in the same project
All of us have, at some point, stood in front of a mirror looking into our own soul and asked the question that every...
How to add your dotfiles to GitHub Codespaces
One of the first things you are gonna realize after you get started with Codespaces, is that you desperately want your own custom environment...
Converting Cosmos DB Timestamps to JavaScript Dates
Cosmos DB automactially adds a timestamp field called “_ts”. everytime a document is created or updated. And it looks like this… { "_ts": 1628083065...
Upload an Image to Azure Storage with Static Web Apps
One of the great advantages to Azure Static Web Apps should be the ability to easily integrate with other Azure services. I’ve been working...