It's officially summer in Wisconsin! OK, not quite yet but we did just have our first day that broke 90 F. And there's no better time to…
Originally posted on 2020-06-08
Hot Chocolate is a platform to build GraphQL APIs in .NET Core and .NET Framework. In this article I'll go over an easy and consistent way…
Originally posted on 2020-06-05
I recently had a somewhat frustrating experience with enabling CORS in a NestJS app that uses GraphQL Apollo server and cookie…
Originally posted on 2020-05-26
The HTTP method PUT is used quite often to perform let the server know that you're performing an update operation. PATCH is also used for…
Originally posted on 2020-02-23
Sequelize is a Node.js ORM for relational databases. Relations are represented in code with "associations". These are the 4 types of…
Originally posted on 2020-02-01
This article covers same-origin policy and CORS from a web app point-of-view where your frontend is running on a different domain OR port…
Originally posted on 2020-01-26
Whenever I start building a web app that requires a login, I end up scratching my head on the best way to handle authentication. Should I…
Originally posted on 2020-01-11
I was coding on a side project when I realized my Javascript intellisense wasn't working. Loading... would pop up for autocomplete and it…
Originally posted on 2020-01-09