Tag: 'vue'

Separating Concerns with Pinia
Separating Concerns with Pinia
July 1, 2024

In my job as a consultant, I often code review Vue applications. It is common to me to see views with a lot of business logic and computed values. This isn't necessarily a bad thing, but can incur technical debt.

I'm Hosting Two New Online Courses
I'm Hosting Two New Online Courses
February 17, 2023

As you likely know if you've read my blog before, I have spent the last decade or so creating courses to be viewed on Pluralsight. I love making these kinds of video-based courses, but I've decided to get back to instructor led training a bit.

Vite-Powered SPAs in ASP.NET Core Projects
Vite-Powered SPAs in ASP.NET Core Projects
January 18, 2023

If you've heard me talk about Vite in the past (and so commonly mispronouce it), you know I am a fan. With many Vue, React and SvelteKit applications are moving to Vite, I've been investigating how to integrate it for development and production into ASP.NET Core applications. Let's see what I found out.

SPAs in ASP.NET Core - Another Attempt
SPAs in ASP.NET Core - Another Attempt
April 20, 2022

After discussing this topic with a client, I realized that my old method of hosting SPAs in ASP.NET Core didn't handle resources correctly, so I dug in and came up with **yet another** technique. This one is the simpliest and the least intrusive and works better than most. Let me know what you think about it:

New Video: Pinia for Vue 3: A Better Vuex?
New Video: Pinia for Vue 3: A Better Vuex?
March 13, 2022

I'm happy to see that instead, they've adopted Pinia as an alternative. I am not in love with Pinia (as I use reactive objects more often) but for complex scenarios it reminds me of something closer to the Composition API.

New Video: Coding Making Sense of reactive() and ref() in Vue.js
New Video: Coding Making Sense of reactive() and ref() in Vue.js
January 30, 2022

I went on the WebRush podcast (with John Papa and Dan Whalin (et al.)) and had a discussion about reactive() and ref() in the Composition API that resulted in this video.

Kansas City Developers Conference - Done!
Kansas City Developers Conference - Done!
September 16, 2021

I finally got to speak at a live event! This week I headed to Kansas City for KCDC, one of my favorite regional events.

New Videos Covering Vue 3.2
New Videos Covering Vue 3.2
August 22, 2021

I'm finally finishing up my studio/office in the house. With that, I'm getting back to making my "Coding Shorts" videos. If you're enjoying them, please let me know.

I'm Starting to Live Stream Coding on Twitch!
I'm Starting to Live Stream Coding on Twitch!
August 9, 2021

I blame Joseph Guadagno. His post on how to setup a coding stream made it look too easy. So I'm diving in. I'm going to be live coding every Wednesday at 1pm (UTC-4).

New Coding Short Video: Should You Be Using Vue's Composition API?
New Coding Short Video: Should You Be Using Vue's Composition API?
June 13, 2021

If you've not noticed, I've been doing more video these days. I'm doing a weekly show called "Coding Shorts" where I cover topics that aren't course lengthed. The newest entry in this series is a demo of why I like Vue's Composition API. I convert an Options API to a Composition API and show you why I'm moving most of my Vue work to it.

Releasing My Wilder Minds Courses for Free
Releasing My Wilder Minds Courses for Free
February 28, 2021

Over three years ago I launched a new option for learning at my company's website (https://courses.wilderminds.com). I was really excited to be able to create courses that weren't the mold of my Pluralsight courses. I wanted to be able to experiment with different ways of teaching people how to code.

I Was Wrong - Hosting SPAs in ASP.NET Core
I Was Wrong - Hosting SPAs in ASP.NET Core
February 15, 2021

If you've seen my projects or courses over the last few years, I had been advocating for using NPM for client-side libraries and SPAs at the same time. This caused the need to merge generated packages.json files. This added to the complexity. In addition, to handle the client-side libraries with NPM, you needed a way to both read the node_modules folder during development. This was handled with some middle-ware created by the late, great @OdeToCode (K. Scott Allen).

Vite for Existing Vue CLI Projects
Vite for Existing Vue CLI Projects
January 10, 2021

Running a build for your Vue is a common task for many Vue developers. The team behind Vue has been working on a development server to simplify this. This project is called Vite.

Revisiting Multiple Vue Projects
Revisiting Multiple Vue Projects
November 15, 2020

I've talked about how the term SPA annoys me. I think that client-side frameworks are great for expanding websites, not replacing them. With that in mind, I like the idea of a handful of client-side apps enhancing websites, but not every framework makes that easy.

Handling Token Authentication in Vue 3
Handling Token Authentication in Vue 3
October 12, 2020

So many of the Vue demos I've seen fail to look at the authentication use case. For some of my course demos I've had to dig into it.

Playing with Vuelidate Alpha with Vue 3
Playing with Vuelidate Alpha with Vue 3
September 27, 2020

Vuelidate is reworking their project in light of Vue 3's release. It is only in Alpha, but I like the approach and integrated it into my Microservice demo I'm working on.

Hosting Vue in ASP.NET Core: A Different Take
Hosting Vue in ASP.NET Core: A Different Take
September 13, 2020

In the several years that I've been developing and teaching Vue, I've tried a lot of different ways to make ASP.NET Core and Vue play nice with each other. One of the strategies that I've seen employed (especially with Angular and React) is the Spa Framework Extensions out of Microsoft. Because Vue didn't work out of the box (or have a template) I dismissed this approach for a long time. Now that the platform has matured and there is an open source extension for Vue,

Vue 3: To Vuex or Not to Vuex
Vue 3: To Vuex or Not to Vuex
August 30, 2020

I've been digging into Vue 3 a lot lately. One topic that a lot of people seem to be discussing whether to use Vuex or not in Vue's Composition API (that is prominent in Vue 3).

Vue 3 and Validation with the Class-Validator
Vue 3 and Validation with the Class-Validator
August 16, 2020

I've been working with Vue 3 Beta and RC (currently in RC5) and early on I needed some validation but the Vue stalwards of vuelidate and vee-validate weren't working with the Composition API early on. What was I do to?

Vue 3 Beta in 10 Minutes
Vue 3 Beta in 10 Minutes
July 14, 2020

I've been digging into Vue 3's beta for a while now. I like the new composition API, but it looks like there weren't that many quickstarts for getting a Vue 3 project going.

A Month with Vue 3
A Month with Vue 3
June 28, 2020

In my spare time, I've been working on a micro-services example to try and make a minimum viable micro-service using ASP.NET Core. To make things that much harder, I've also decided to use Vue 3 for the front end. In for a penny, in for a pound.

Vue Down Under
Vue Down Under
June 10, 2020

Yet another of my talks that resulted from being bored at home and on Twitter. I had a great time talking to this great group.

My Vue Talk at Mississauga .NET User Group
My Vue Talk at Mississauga .NET User Group
May 28, 2020

I recently offered my speaking skills on Twitter since I'm stuck at the house. My wife really wants me out of the house, but luckily I like the sound of my own voice enough that virtual talks fill that same void.

Vue 3's Global Mounting
Vue 3's Global Mounting
May 17, 2020

As Vue 3 continues it's relentless Beta drive (with almost daily Beta builds), all of us Vue developers have to get ready for changes. The one I want to mention today is the changes in mounting a new Vue object.

Where Did Filters Go in Vue 3?
Where Did Filters Go in Vue 3?
May 11, 2020

With Vue 3 now in beta, some people are starting to look into it deeper (including me). While a lot of the features are meant to improve the performance and speed, the Vue team did decided to take out a feature lots of people use: filters.

My Vuex Talk from Connect.Tech
My Vuex Talk from Connect.Tech
October 17, 2019

I was delighted to spend some time today at Connect.Tech conference. Great web conference and it was packed. So many excited people who wanted to talk about web technologies!

What I Learned Upgrading the Atlanta Code Camp Website
What I Learned Upgrading the Atlanta Code Camp Website
July 22, 2019

I've been updating the CoreCodeCamp project (the basis for the Atlanta Code Camp's website) for this year's Code Camp. Most of the changes are under the covers, but I wanted to talk about what I learned.

Changing Nested State in Vuex
Changing Nested State in Vuex
July 7, 2019

I've been updating the Atlanta Code Camp website to improve our administration workflow. With the Call for Speakers coming up soon, I wanted to make sure we had a good way of picking only the best talks.

Did Vue.js Just Blink?
Did Vue.js Just Blink?
June 24, 2019

There is a lot of buzz around the internet about Vue.js 3.0's announcement about a new composition model. There are a lot of questions about it and I think much of it is 'they moved my cheese' more than 'they're breaking everything'.

SQL Saturday and DotNetSouth in Atlanta
SQL Saturday and DotNetSouth in Atlanta
May 20, 2019

I've had a great time this week attending two events and talking about things I love: .NET and Vue.

Using an InputMask with Vue (e.g. The Vue Ecosystem)
Using an InputMask with Vue (e.g. The Vue Ecosystem)
May 5, 2019

One of the first times I started working with Vue, I was concerned about it's long-term success. I was coming from Angular and their ecosystem is huge.

Should I Be Using the ASP.NET Core SPA Templates?
Should I Be Using the ASP.NET Core SPA Templates?
April 28, 2019

I've been writing demos for Vue, Angular, and React for my SignalR micro-courses over on my Wilder Minds site. For Angular and React, I started out with the the SPA templates, but I found them confusing and hard to do a minimal example.

Vuex and Asynchronicity
Vuex and Asynchronicity
April 22, 2019

If you're using Vuex for state management in your Vue.js applications, there is a good chance that you need to use async operations (e.g. API calls). I have been doing this a while, but falling back to using Promises in most cases.

Vue's Single File Components vs. React's JSX
Vue's Single File Components vs. React's JSX
April 15, 2019

I have to admit, my first experiences with React several years ago were meet with a lot of cynicism. The idea of mixing JavaScript and Markup made me clutch my pearls to the core.

Using Vue CLI Inside an ASP.NET Core Project
Using Vue CLI Inside an ASP.NET Core Project
April 8, 2019

As many of my readers already know, I've become enamoured with Vue.js. Because of this, I've been using it more and more on projects.

Creating a Vuex Plugin
Creating a Vuex Plugin
March 27, 2019

If you're building larger scale Vue objects and you're not using Vuex to centralize your state, please stop and go learn Vuex. Really. For those of you still here, sometimes it's helpful to be able to monitor state changes to perform other tasks. For example, to send messages or communicate with servers that aren't about state (e.g. SignalR is a good example). That's where Vuex plugins come in. A Vuex plugin is a simple function that is called once during the setup of a Vuex store. Typically you'd just create the function/arrow function taking an instance of the store:

A Vue to a Skill - New Article in Code Magazine
A Vue to a Skill - New Article in Code Magazine
March 8, 2019

I'm back writing again. I've missed it. You'll see more and more articles in different publications from me in the near future.

Vue.js Talk at Atlanta Vue Meetup
Vue.js Talk at Atlanta Vue Meetup
March 4, 2019

I had the opportunity to speak at the Atlanta Vue Meetup recently. This was a great group of people who had mostly had experience with Vue.js.

Vue.js Presentation at the Atlanta .NET Users Group
Vue.js Presentation at the Atlanta .NET Users Group
January 29, 2019

I had a great time presenting to the Atlanta .NET Users' Group last night. I talked about where I think Vue.js.

Should You Be Using the Vue CLI?
Should You Be Using the Vue CLI?
December 1, 2018

The Vue team has been working hard. Much like Angular, the Vue team has a command-line interface (CLI) to help develop projects with Vue.

My ASP.NET Core and Vue.js Workshop in Atlanta
My ASP.NET Core and Vue.js Workshop in Atlanta
November 28, 2018

After spending most of my time creating online courses, I realized I missed the gratification that I get from face-to-face training. I've decided to do 3-4 workshops a year.

Talking Vue with .NET Zuid
Talking Vue with .NET Zuid
October 4, 2018

If you're not in the south part of the Netherlands, you might have missed my most recent appearance last night. Great hosts, guests and sponsors make the night and easy and fun talk.

Techorama Netherlands Wrap Up
Techorama Netherlands Wrap Up
October 2, 2018

Finally heading home from about a month of conferences! I can't wait to get back to my own bed, but in the mean time I've had a great time sharing talks with a lot of European developers!

Music City Code 2018
Music City Code 2018
June 2, 2018

Just got home from Music City Code conference had a great time catching up with attendees and other speakers. If you haven't made it to this great Nashville event before, plan for next year. It's well worth it.

Vue and ASP.NET Core - A New Course
Vue and ASP.NET Core - A New Course
May 20, 2018

In case you haven't been following on Twitter, you might not know that I've been working on a Vue course for a couple of months now. This particular course is now available as an Early Access model I'm trying out.

Orlando Code Camp 2018
Orlando Code Camp 2018
March 18, 2018

Orlando during Spring Break probably wasn't the best idea, but luckily I got to go to the Orlando Code camp instead of fighting people at Disney.

Remote Views in Vue.js
Remote Views in Vue.js
March 11, 2018

I've been digging into Vue.js a lot lately. I'm working on a new course on it that will be released on May 1st.

New Day for Wilder Minds Training
New Day for Wilder Minds Training
January 30, 2018

As many of you know, I've been making courses for Pluralsight for a long time now. I think my first course was released in 2011.