Hello, Deno

After two years of development, Deno 1.

From: Dan Vega

Lessons learned from redesigning my website

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

From: Dan Vega

Lessons learned from redesigning my website

A couple of months ago I decided it was time to update my website. I normally get this feeling every couple of years but this time it was different. I liked the look and feel but there were a list of things that I wanted to improve on.

From: Dan Vega

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

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

From: Dan Vega

Vue 3 Composition API: Ref vs Reactive

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.

From: Dan Vega

Vue 3 Composition API: Ref vs Reactive

At the time of writing this article, we are getting closer and closer to the release of Vue 3. I think what I am most excited about is to see how other developers embrace it and use it. While I have had a chance to play with it over the last few months I know that isn't the case for everyone.

From: Dan Vega

Start using Vue 3 in a new project right now

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

From: Dan Vega

Start using Vue 3 in a new project right now

So you've heard of Vue 3 and you want to start playing around with it but not sure where to start.

From: Dan Vega

CodeMash 2020 Recap

A recap of the conference CodeMash 2020 as both an attendee and a speaker.

From: Dan Vega

CodeMash 2020 Recap

I'm back home after attending and speaking at my first CodeMash and I would like to tell you all about it. The highlights for me were the awesome venue, being able to take my family with me and getting to spend some time with my friend Todd who I haven't seen in awhile.

From: Dan Vega

Vue3: Smaller, Faster & Stronger. CodeMash 2020

This post is a collection of resources for my presentation at CodeMash 2020.

From: Dan Vega

New Course: Up & Running with Vue.js

I released a new course on how to get up and running with Vue.js for beginners

From: Dan Vega

New Course: Up & Running with Vue.js

This is a course that I have wanted to make for a long time now and I am happy to announce that it is finally here.

From: Dan Vega

Spring Boot in Visual Studio Code

In this tutorial I will show you how to create a new Spring Boot application in Visual Studio Code

From: Dan Vega

Spring Boot in Visual Studio Code

I feel very lucky that I get to work with so many different programming languages & frameworks on a day to day basis. This wouldn't be as much fun if I had to bounce around using different IDE's, editors and tools.

From: Dan Vega

A Beginner's Guide to Unit Testing in Vue: Part 3

In Part 3 of this series we learn how to write unit tests in Vue by testing more complex components.

From: Dan Vega

A Beginner's Guide to Unit Testing in Vue: Part 3

This is the third and final article in the series I did for Vue Mastery. You can read all three of these articles over on Vue Mastery:

From: Dan Vega

A Beginner's Guide to Unit Testing in Vue: Part 2

In the 2nd part of this 3 part series we will look at writing and running your first unit test in Vue

From: Dan Vega

Feeds