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

Unit Testing in Vue: What to test?

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

How to run multiple npm scripts in parallel

In this article I will talk about a problem I ran into recently and a couple of the solutions I found.

From: Dan Vega

Tips for Vue Developers: Avoid directly manipulating the DOM

In this article I will look at an example of where manipulating the DOM in our components might not be the best approach.

From: Dan Vega

Personal Blogs: Don't Call it a comeback!

I'm not sure if you have noticed or not but the personal blog is making a comeback

From: Dan Vega

Adding Twitter Cards to Gridsome

In this tutorial I will show you how to add Twitter Cards to your Gridsome Blog.

From: Dan Vega

How to find the max id in an array of objects in JavaScript

A quick tutorial on the thought process on how you would go about finding the max id in an array of objects in JavaScript

From: Dan Vega

Spring Initializr's Fresh New Look

In this article I will tell you what the Spring Initializr is and give you my thoughts on the new redesign.

From: Dan Vega

Vue Event Handler Arguments

In this article you are going to learn how to pass arguments to your Vue event handlers as well as how get access to the original DOM event.

From: Dan Vega

Creating multiple directories in node

A quick tutorial on how to recursively create directories in node.

From: Dan Vega

How to add Twitter Card Meta Tags to your Blog

In this tutorial you will learn what a Twitter Card is along with step by step instructions how to add them to your blog and validate that they are working.

From: Dan Vega

HTML Template Tag in Vanilla JavaScript and Vue

A look at what the HTML template tag is and how it can be used in Vanilla JavaScript as well as what its role in Vue is.

From: Dan Vega

Creating your first npm package

How to create your first npm package and publish it.

From: Dan Vega

Feeds