Upgrade from Angular 15 to Angular 16!
In this video, I step through the process of upgrading the Learn With application from Angular 15 to Angular 16.
From: Jeffry Houser's Blog
In this video, I step through the process of upgrading the Learn With application from Angular 15 to Angular 16.
From: Jeffry Houser's Blog
I use the Windows Terminal a lot for work when dealing with lots of microservices, or libs, but never set it up on my personal writing / dev machine. I thought I'd screencast the setup, discuss how I use it, and talk about some configurable settings:
From: Jeffry Houser's Blog
I just updated the Learn With code Repository with all the code samples for my Angular 13, 14, and 15 book updates. Go Get The Updated Code Go Get The Latest Books Thanks everyone for the continued support of my writing endeavors.
From: Jeffry Houser's Blog
I threw together this screencast about upgrading Angular from version 11 to version 15. My sample went way easier than our real app, but I cover some of the main issues we had especially around styling.
From: Jeffry Houser's Blog
I was buried deep in some side thread in an on-line forum, and someone asked me what a typical day was like for me.
From: Jeffry Houser's Blog
Happy New Year Everyone! I started writing this after my first day at work in 2023, and have been tweaking it for the past week.
From: Jeffry Houser's Blog
While updating Learn With Series for Angular 15 I can across an odd issue.
From: Jeffry Houser's Blog
In my previous post I blogged about truncating content in a DIV only using CSS.
From: Jeffry Houser's Blog
I've been working on a project where we have a big description field that we want to display to our users.
From: Jeffry Houser's Blog
I threw together this video about using Volta with multiple NodeJS projects. This video felt a bit haphazard, as it is still pretty new to me, but I learned a bit while recording it and that is good!
From: Jeffry Houser's Blog
This question comes in from a reader of one of my books, who was curious about how to deploy an Angular application to his ColdFusion server.
From: Jeffry Houser's Blog
Today I learned someone put together a chart to tell which version of NodeJS works best with which version of Angular.
From: Jeffry Houser's Blog
Earlier this week I wrote about how the JavaScript includes() method works on a string.
From: Jeffry Houser's Blog
Earlier this week I wrote about how the JavaScript includes() method works on a string.
From: Jeffry Houser's Blog
I have a discussion with another developer about a section of code that had the use of the includes method on a string, and there was some confusion about what it did, and I thought I'd write this full blog post.
From: Jeffry Houser's Blog
I was recently working on an app where the user was entering one date, but the date was turning into something else.
From: Jeffry Houser's Blog
In the initial rendition of the LearnWith book series, I gave instructions on how to create a database and populate it with SQL, but left no instructions or details on how to set up or install a DB Server from scratch.
From: Jeffry Houser's Blog
{ // do stuff } This is weird syntax; what does it mean? First, you can create an arrow function in a few different ways.
From: Jeffry Houser's Blog