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

How do I setup the Windows Terminal?

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

Learn With Code Samples Updated

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

Upgrade Angular and NG Material to version 15

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

What is a Typical Day for a Manager?

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

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

@angular/Localize already installed, but ng bootstrap says it needs it

While updating Learn With Series for Angular 15 I can across an odd issue.

From: Jeffry Houser's Blog

Showing a Tooltip on a Div with Just CSS

In my previous post I blogged about truncating content in a DIV only using CSS.

From: Jeffry Houser's Blog

Truncating multi-line text in a Div

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

Using Volta to Switch between versions of NodeJS

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

Angular 15 is Out

Angular 15 is out.

From: Jeffry Houser's Blog

How do you Deploy an Angular app?

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

What version of Node should I use with Angular?

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

How does the includes() method work on a JavaScript Array of Objects??

Earlier this week I wrote about how the JavaScript includes() method works on a string.

From: Jeffry Houser's Blog

How does the includes() method work on JavaScript Arrays?

Earlier this week I wrote about how the JavaScript includes() method works on a string.

From: Jeffry Houser's Blog

How does the includes() method work on JavaScript Strings?

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

More on Date Conversions

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

How do I Publish my own Docker Image?

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

Why would I use an underscore as an argument to an arrow function?

{ // 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