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

Why software projects take longer than you think: a statistical model

Anyone who built software for a while knows that estimating how long something is going to take is hard. It's hard to come up with an unbiased estimate of how long something will take, when fundamentally the work in itself is about solving something.

From: Erik Bernhardsson

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

CF Webtools Springapalooza Job Openings

I know I know - it's only been a week since we picked up our 7th new 2019 team member, but we are at it again.

From: ColdFusion Muse

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

Headcount goals, feature factories, and when to hire those mythical 10x people

When I started building up a tech team for Better, I made a very conscious decision to pay at the high end to get people. I thought this made more sense: they cost a bit more money to hire, but output usually more than compensates for it.

From: Erik Bernhardsson

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

Clojurians Slack Alternatives

Daniel Compton has continued his excellent trend of writing an analysis of the State of Clojure survey comments and one of the comments in his Community section stood out for me:"I suggest moving off of slack to a more accessible chat system.

From: Sean Corfield: An Architect's View

Creating your first npm package

How to create your first npm package and publish it.

From: Dan Vega

Hello, Gridsome!

A quick write up on why I started a new blog and what I plan to do with it.

From: Dan Vega

Atom, Chlorine, and Windows

About a month ago, I was praising Chlorine, the new Clojure package for Atom and I've been using it, day-in, day-out, for all my Clojure development.

From: Sean Corfield: An Architect's View