Skip to main content

Angular, TypeScript and HTML Snippets for VS Code

I use VS Code a lot in my development projects and recently put together a set of Angular (v2 or higher) TypeScript and HTML snippets that can be used to enhance productivity when building Single Page Applications. By typing the snippet prefix (which is “ag-”) in a TypeScript or HTML file you can …

Behind the Scenes: Angular and ASP.NET Core Pluralsight Course Kickoff Video!

I've had several people over the years ask about my workflow as I create video courses for Pluralsight and other sites so I thought I'd provide some details. Since I'm starting a brand new course for Pluralsight (Integrating Angular with ASP.NET Core RESTful Services) I filmed a few details about …

.NET Rocks Panel Interview: Docker, Containers and More

I had the chance to sit down with Carl and Richard from .NET Rocks as well as Michele Leroux Bustamante and Rick Van Rousselt while at the DevIntersection Europe conference to have a panel discussion on Docker, containers and more. It was a lot of fun talking with everyone on the panel so feel free …

10 Angular and TypeScript Projects to Take You From Zero to Hero

There are a lot of great samples and posts out there to help get you started with Angular (version 2 or higher) as well as ES6/ES2015 and TypeScript. However, some are out of date, some may be more complex than you want to start with, and others have been abandoned and are no longer maintained. In …

Cover image for: 10 Angular and TypeScript Projects to Take You From Zero to Hero

New Pluralsight Course - Integrating Angular with Node.js RESTful Services

I'm excited to announce the release of a new course on Pluralsight titled Integrating Angular with Node.js RESTful Services! This covers Node.js 6.10 or higher and Angular 4 or higher. In this course I'll walk you through the process of using Angular to call into RESTful services and perform CRUD …

.NET Rocks Interview: Angular 2, ASP.NET Core and Docker

I always love jumping on the .NET Rocks podcast with Carl and Richard! Great guys who always make it a lot of fun. In my latest interview on the show we talk about ASP.NET Core, Angular 2, Docker and a bunch of other topics along the way. Click on the image below to listen.

Angular 2 Meetup in Barcelona with Dan Wahlin and John Papa

I'm excited to announce that John Papa and I will be presenting at an Angular 2 meetup on July 31st, 2016 at 19:00 in Barcelona! We're going to be there doing a full-day Ultimate Angular 2 Workshop and wanted to organize a meetup for people who aren't able to attend. Event Details - What? Angular 2 …

New Pluralsight Course - Play by Play: Docker for Web Developers

I recently had the opportunity to sit down with my friend John Papa and talk about how Docker can be used to boost Web development productivity. In this Play by Play course on Pluralsight we discuss what Docker is and how you can get started using it by installing Docker Toolbox or Docker for …

Cover image for: New Pluralsight Course - Play by Play: Docker for Web Developers

Developer Bliss with Docker for Mac & Docker for Windows

I'm a huge fan of Docker and am using it a lot in various projects now. In fact the site is running in Docker containers on Azure. Three containers are used and managed with Docker Cloud: 1. nginx container 2. Wordpress container 3. MariaDB (MySql) container What's great about Docker is that I can …

Cover image for: Developer Bliss with Docker for Mac & Docker for Windows