Browsed by
Month: January 2024

Setup GitHub Codespace for AWS Development

Setup GitHub Codespace for AWS Development

I recently came across a new way to write and create source code. I had been looking for an alternative because my computer didn’t have the necessary administrative privileges to install software and the resources available on it were also limited. In detail, I had no Git for source code management, no Docker Runtime, no AWS Command Line Interface (AWS CLI), and no AWS Cloud Development Kit (AWS CDK). In other words, I was lost, but I discovered GitHub Codespaces….

Read More Read More

Using GenAI – Create Demo Data

Using GenAI – Create Demo Data

Generative AI can do a lot for me. Today I’ll share a common example with you where I use my Microsoft OpenAI chatbot to simplify my life. My common example is, I need demo data and my AI Assistant will help me to setup this data in seconds. Moreover, I will use my own copilot that I deployed some weeks ago as an Azure Web Application (read more: Using Azure OpenAI in Business). In detail, I need an excel file…

Read More Read More