Recent Articles

I like to write about anything thta I am currently working or something new that interests me. If you would like me to write about something or be a guest blogger on your blog please reach out to me on Twitter. If you would like to subscribe to an RSS feed you can find it here.

Hello, Deno

5/29/2020 • ☕️ 13 min read

An introduction to Deno which is a secure runtime for JavaScript and TypeScript

Lessons learned from redesigning my website

5/16/2020 • ☕️ 6 min read

I spent the last couple of months redesigning my website and I would like to share with you some of the lessons I learned

Spring Boot Testing Basics: How to Unit Test & Integration Test REST Controllers

3/9/2020 • ☕️ 3 min read

In this article, we're going to dive into the world of testing in Spring Boot, specifically looking at unit tests and integration tests.

Vue 3 Composition API: Ref vs Reactive

2/12/2020 • ☕️ 10 min read

One question I keep hearing over and over is what method should I use to declare reactive data in the Vue 3 Composition API? In this article, I explain what ref() and reactive() are and try to answer that question.

Start using Vue 3 in a new project right now

1/17/2020 • ☕️ 1 min read

In this tutorial, I walk you through how to add Vue 3 to a new project.