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 Prompt Engineering tutorial sites springing up...
Writing about technology, AI and life. I'm glad you're here.
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 Prompt Engineering tutorial sites springing up...
All of us have, at some point, stood in front of a mirror looking into our own soul and asked the question that every JavaScript developer is destined to ask...
One of the first things you are gonna realize after you get started with Codespaces, is that you desperately want your own custom environment setup that you enjoy locally to...
Cosmos DB automactially adds a timestamp field called “_ts”. everytime a document is created or updated. And it looks like this… { "_ts": 1628083065 } That number is described by...
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 on a sample blog project a...