bash Your Terminal and You: Dotfiles Have you ever watched a skilled engineer pull up a terminal, issue a few keystrokes and kick off a whole series of processes in seconds? It can be downright magical,
.NET Core Debugging .NET Core via Symbol Server on OSX in VSCode In a previous life, I was a heavy user of Visual Studio on Windows. But for the last few years I have been working exclusively on Mac OSX and using
.NET Core Webpack Proxy Configuration for .NET Core 3 SPA Projects On August 5th of 2019, Daniel Roth announced on the aspnetcore repository that Microsoft.AspNetCore.SpaServices and Microsoft.AspNetCore.NodeServices were being made obsolete in the coming .NET Core 3
Twitch.tv Pop-Up Saturday: Vue.js, Vuex, Websockets, Vuetify In this stream, we cover an overview of the Bivrost frontend, how websockets are managed using Vuex plugins and end with some conversion work using Vuetify.
Vue.js Implementing Websocket Plugins for Vuex Vuex is a state management plugin for Vue.js. It allows you to centrally store all data needed for a Vue application and manage mutations (changes) to that data. Out
Twitch.tv Bivrost: Managing State with Vuex In this stream we do some hacking on Bivrost my Vue.js/ASP.NET Core Twitch bot and overlay system. We learn some good techniques on Vuex.
Twitch.tv There's No Place Like Home The reports of my death are greatly exaggerated. Join me for a catch-up session. We will discuss some upcoming events, what's new at Auth0 and a project I have been working on called Bivrost.
Twitch.tv Securing Vue.js with Auth0 In this stream, we cover updating a Vue.js application to use an external identity provider to authenticate using OpenID Connect and OAuth 2.
Node.js Building A Twitch Screen-Scraper With Node Twitch.tv's API does not offer a way to fetch scheduled events. In this stream, we take a stab at writing a screen-scraper to fetch event information for a given stream team.
Node.js How Do I Verify a JWT Token If I Am Not Using Express? In this popup stream, I show how you can verify a jwt token for any framework you want to use by hand.
.NET Core Broxburn: Setting Up Continuous Deployment With Zeit Now In this session we will cover dockerizing the app and setting up continuous deployment.
.NET Core Broxburn: Getting Started Setting Up The Initial Project In this session, we will cover setting up the initial project structure and commit it to source control.
Guide 2019 Live Streaming Setup Here is a nice linked list of my current Twitch.tv streaming setup to direct people to when they ask on stream.
.NET Core Running .NET Core React App on OSX, Docker and Zeit's Now In this sneak preview stream recording, I demonstrate how to run the .net core react template in OSX, build a docker image to host a release build of the application and automatically deploy the whole thing to Zeit's Now platform.
Webtasks Creating a GitHub Issues Autoresponder using Webask.io A Cry in the Twitterverse That sounds like a job for @auth0’s serverless platform! Does GitHub have a webhook for when a new issue is opened? — Ted Neward
Docker Simplest Possible ASP.NET Core Web Application in Docker for Windows Create Project First, let's create a directory for our solution and create a couple folders. mkdir docker-web mkdir .\docker-web\src mkdir .\docker-web\scripts cd docker-web This simply creates a directory
Azure Zero to Azure CLI in Seconds Using Docker I wanted to look into deploying a microservices based app to a Docker instance in Azure this morning. I found a guide that I wanted to walk though. In the
bash Setting Up Powerline Shell on Windows Subsystem for Linux Installing Fonts Powerline Shell uses custom patched fonts for the glyph icons it uses. Contrary to the documentation, you actually need to install these fonts in Windows and set the
Unit Testing Costs Too Much And Slows A Project Down The company I contract through has a tradition of having monthly lunch where all of us contractors get together, eat, share war stories and on occasion present new techniques or
PowerShell NuGet, Dependency Management & A Single Point of Package Truth For the last few years, I have been doing a lot of contracting on enterprise .NET systems. Microsoft's focus on open source has led to a lot of adoption in
.NET Core Learn C# on Windows, OSX or Linux with the .NET Core Koans Background During the height of the ALT.NET movement, I became determined to learn another language/stack outside of the current Microsoft .NET environment. At the time there was a
.NET Core Refactor This: The Gilded Rose Kata for .NET Core Background Back in 2011, Terry Huges and I attended the Software Craftsmanship North America conference in Chicago. We came back excited about what we had learned and out of that
Windows Subsystem for Linux Error "Unable to resolve host ..." While working with the new Windows Subsystem for Linux beta on Windows 10, I noticed that any time I ran a command with sudo I would get a long pause
Node.js Running Ghost on Ubuntu on Windows Enabling Ubuntu on Windows To enable the new Ubuntu in Windows 10 Anniversary Edition; you need to enable developer mode, turn the feature on and finally install Ubuntu on Windows
.NET Core Installing .NET Core 1.0 on a Dirty OSX Microsoft released .NET Core 1.0 today at Red Hat DevNation. At the time of release, I had Release Candidate 2 installed. These are the steps I took to install