Integrate GitHub and Discord with Webhooks
I've started using Discord more and more for things like my private group coaching program focused on software developers.
MANY articles on a wide array of topics. You’ll find a lot of my newer content is going to my YouTube channel first, but I do still blog occasionally.
I've started using Discord more and more for things like my private group coaching program focused on software developers.
GraphQL is the new ORM, and your API endpoint is the new stored procedure.
You're publishing to Azure App Services but are running into issues with your app. I'll show you how to configure logging in Azure App Services.
Sometimes an argument can be made that a bool being passed into a function is part of the state that is set by or passed on by the function. Read on to see if boolean flags on a method are a code smell.
When you need to add Discord notifications from your ASP.NET Core apps, look into Discord web hooks. We'll show you how to get this to work.
The objective of the Adapter pattern is to allow a client that expects a certain interface to work with an incompatible interface.
A checklist of things to make sure you do before going live on Twitch or similar.
A feature introduced last month by the GitHub team is called draft pull requests. When you create a Draft Pull Request, it cannot be merged until it is marked as ready for review. This is useful because often pull …
Have you ever been on a software team for a while, and then someone new joins the team and starts asking the usual questions about why this or that technology or pattern is being used on the project? Architecture …
This is obvious once you think about it but I’ve found many people haven’t thought about it so I’m going to lay it out here real quick. A lot of teams use some kind of task or kanban board today to …