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

Links For You

Hey folks, I'm writing to you from another world.

From: Raymond Camden

Using JavaScript in a WebC Component

A week or so ago (time is so weird these days), I gave a presentation on Eleventy's WebC plugin.

From: Raymond Camden

My town sure seems to have a lot of...

Ok, so I realize this will make me sound old (spoiler, I am old), but I swear I feel like my town (Lafayette, LA) has about ten thousand or so storage businesses.

From: Raymond Camden

Cloudinary Debugging Tip

I've been blogging about Cloudinary here for the past few months, and I wanted to share a quick tip.

From: Raymond Camden

Quick WebC Tip

Whenever I think I shouldn't post something because I'm covering something completely obvious, despite the fact that I missed it, I always find at least one other person who was also a bit slow in either remembering a basic tip or figuring out the simple stuff.

From: Raymond Camden

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

What I have been working on: Modal

Long story short: I'm working on a super cool tool called Modal. Please check it out — it lets you run things in the cloud without having to think about infrastructure. Scaling out, scheduling, containerization, using GPUs, setting up webhooks, and all kinds of other stuff.

From: Erik Bernhardsson

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

Why I'm finally learning Rust

Javascript and its derivatives are immensely flexible.

From: Michael Walter Van Der Velden

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