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

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

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

CodeMash 2020 Recap

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

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

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

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 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

A beginner's guide to Unit Testing in Vue: Part 1

Unit Testing in Vue: What to test?

From: Dan Vega

Join my Discord Community

I have decided to create a Discord community and I would love to tell you why you should join it.

From: Dan Vega

Learn how to use CSS Grid with a FREE tool CSS Grid Generator

Learn how to create a CSS Grid Layout with a free tool called CSS Grid Generator

From: Dan Vega

New Features and Improvements to my website

In this article I am going to walk you through some of the new features I have been working on for my website

From: Dan Vega

How to use cookies in VuePress

In this article, I am going to talk about a recent documentation site to VuePress and how I was able to solve a problem I ran across.

From: Dan Vega

Triggering events from Vue Router views

In this article I will show you how to trigger events from views using the Router View component.

From: Dan Vega

How to escape a backtick within a code block in Markdown

In this article I will show you how to escape the triple backtick in a markdown code block so that you can display it in a post or a Github comment.

From: Dan Vega

Vue CLI ValidationError: webpack Dev Server Invalid Options

In this article, I will tell you about an error I received while trying to run and new VueJS project this morning and how I was able to fix it.

From: Dan Vega

3 ways to run VueJS applications from Visual Studio Code

In this tutorial, I am going to show you 3 ways to run your VueJS applications from Visual Studio Code.

From: Dan Vega

What you can learn from live coders

2019 seems to be the year of the live coder. In this article I am going to tell you what you can learn from live coders.

From: Dan Vega

How to customize the VSCode Theme in CodeSandbox

In this article, I am going to give you a quick tip on how to customize the VSCode Theme in CodeSandbox.

From: Dan Vega

How I created a CodeSandbox plugin for Gridsome

In this article, I am going to introduce you to CodeSandbox and tell you a little bit about why I love it so much

From: Dan Vega

Everything you need to get up and running with VueJS

In this article, I am going to tell you why I love Vue and give you 4 different ways you can write your first application.

From: Dan Vega

My new blog post workflow

In this article I will outline for you the tools and process I use to create a new blog post

From: Dan Vega

Gridsome Blog Post Generator

In this article I will show you how to crate a blog post generator for your static site.

From: Dan Vega