Skip to main content

Recently Updated Pages

Dotnet Dev on Linux

.NET

To create a new project at the current folder: dotnet new console --framework net6.0 --use-progr...

Updated 1 year ago by glwhite

Process Logging Behavior

.NET

Here’s my current conventions for logging in application processes. Logging features, here are i...

Updated 1 year ago by glwhite

Linux Disk Usage

System Administration

Linux has a few means to analyze a disk for space usage. One way, is a package called, ncdu. It...

Updated 1 year ago by glwhite

Jenkins References

Jenkins

Jenkins Tutorial — Part 5 — When Conditions Conditionals in a Declarative Pipeline Jenkinsfile ...

Updated 1 year ago by glwhite

Regex Notes

Other

Good site for testing Regex matching strings: https://regex101.com/r/iY5hU9/1

Updated 1 year ago by glwhite

NET Core Func Variables

.NET

Here are some use cases for a Func. Func as Method Callback If you want to have a lambda that y...

Updated 1 year ago by glwhite

Raspberry PI Notes

Raspberry PI

Here’s some references and notes for PI service and IO stuff. NET Core and GPIO on the Raspberry...

Updated 1 year ago by glwhite

Raspberry Pi - DotNet Setup

Raspberry PI

Here’s a short article for setting up a Raspberry PI to run DotNet. Reference Articles We are f...

Updated 1 year ago by glwhite

Good Article on Net Core With or Without IIS

.NET

Publishing and Running ASP.NET Core Applications with IIS - Rick Strahl's Web Log (west-wind.com)

Updated 1 year ago by glwhite

Supermicro Fan Scripting

System Administration

Some references: https://www.truenas.com/community/threads/script-hybrid-cpu-hd-fan-zone-control...

Updated 1 year ago by glwhite

Supermicro Fan Problems

System Administration

If you are running Noctua cooling fans in your PC and the PC is cycling fans up and down, then it...

Updated 1 year ago by glwhite

Web Push Notifications

Angular Dev

Here’s some initial references for setting up Push Notifications in web pages. Service Worker AP...

Updated 1 year ago by glwhite

Runtime Security Service

Angular Component Book

Add the Library Add the library to your app. App.Config.ts (formerly App.Module.ts) Impo...

Updated 1 year ago by glwhite

Generic Web Reply

Angular Component Book

This is a class that is returned by the REST Base Service: Runtime Security Service It is a gene...

Updated 1 year ago by glwhite

REST Base Service

Angular Component Book

We have a base REST API service that we can leverage in the entire app stack. It encapsulates th...

Updated 1 year ago by glwhite

Swapping Side-Nav Groups

Angular Dev

As your application grows in complexity, it will be come necessary to add layers to your side nav...

Updated 1 year ago by glwhite

Angular: Access CSS Variables

Angular Dev

CSS Variables can be defined in css (or SCSS) like this: NOTE: These are defines in the root ele...

Updated 1 year ago by glwhite

Thin Vertical Scrollbar

Html Dev

Here's a block of CSS that will generate a thin vertical scrollbar: .scroll-thin { overflow-y...

Updated 1 year ago by glwhite

HTML CSS Prevent Text Selection

Angular Dev

Here’s a simple css style you can add to your styles.scss of any project, to prevent user selecti...

Updated 1 year ago by glwhite

Typescript This

Angular Dev

Taken from an older version of the Typescript handbook, as the latest does not include this, but ...

Updated 1 year ago by glwhite