How modern web frameworks like React, Next, Qwik, keep webpages interactive while staying performance conscious.
Category: Development
How are you building react applications? It’s time to move on from Create React App
Create React App’s best days are behind it. What does that mean for you and building React applications?
Creating a discord bot for DnD
When the COVID shutdown hit, people were isolated in their homes which they only hoped would be a short period of time. But unfortunately, this lasted a lot longer that most would have anticipated. During this time, I was looking for a way to stay sane, binge watching tv shows and movies was simply not…
Consumer Driven Contracts with Pact
Part 1 Pact is a contract testing tool similar to Spring Cloud Contracts. “Contract testing is a way to ensure that services (such as an API provider and a client) can communicate with each other. Without contract testing, the only way to know that services can communicate is by using expensive and brittle integration tests”…