Live-Coding to Learn, Share and Encourage
A reflection on one year of coding live on Twitch to learn new technologies, share what I know, and encourage others to grow personally & professionally.
Learnings about .NET, JavaScript, Cloud, AI, and family.
A reflection on one year of coding live on Twitch to learn new technologies, share what I know, and encourage others to grow personally & professionally.
In this tutorial, we will use the apollo-client NPM package within Node.js to query and mutate third-party GraphQL endpoints.
In this tutorial, we will build a multi-party video conference that allows us to analyze the sentiment of each participant based on their facial expression. Then we'll display that sentiment as an emoji over their video.
How to map objects to one another in ASP.NET Core 3 applications with AutoMapper.
Implement simple JSON HATEOAS support to an ASP.NET Core web API
How to mount Azure File Storage as a persistent volume in your multi-container App Services.
Accessing environment variables from your Azure Key Vault is simple for normal Azure App Services, but a little more involved for Azure Function App Services.
Don't want to install SQL instances on your personal or work machine? No problem, because you no longer need to. Let's learn how to spin up a Docker container and access it with SQL Management Studio.
Helping other contribute to public repositories on GitHub by providing contributing and code of conduct guidelines.
How to make your life easier by adding aliases for commands you run frequently in PowerShell.
Hardware & software setup for live-coding streams
Using docker compose to start containers that can communicate with one another in Windows