all blog posts
Angular Pipes
Pipes: Chainable, declarative display-value transformations to use in your Html.
This post covers:
- All Builtin Angular pipes (json, async, string, array, i18n)
- How to install different locales (currency, decimal, date, percent)
- How to generate, implement and test your custom pipes
- Some examples of custom pipes (ngx-pipes and angular-pipes)
An example:
<!-- This does exactly what you'd think -->
{{ value | uppercase }}
Git Assume Unchanged
Ideally one would create a new gitignored file to configure an application to fit his local development environment but when you do have to revert to modifying a committed configuration file, at least there is “git assume unchanged” to avoid committing your changes in these files accidentally.
Assume Unchanged
# Git assume a file
git update-index --assume-unchanged fileName
# And unassume with
git update-index --no-assume-unchanged fileName
Autohotkey DynaRun
Run any Autohotkey script on the web with a single.. Autohotkey hotkey.
Autohotkey Use Case: Submitting a Form
A simple Autohotkey use case you can start using in your application right away:
Filling in an entire form with predefined values.
Programming Mnemonics
Mnemonics - helping developers remember intrinsics since 1973.
A mnemonic
a system such as a pattern of letters, ideas, or associations which assists in remembering something.
Angular Road Trip
Today I want to blog about my Angular(2 - 6) experiences the past years.
After 3 years of desktop development I’ve started with Angular 2+ in july 2016, when it was still in beta.
Back then
Back then the landscape was a lot more difficult than it is today.
Developing with LocalDb
Tutorial on how to use LocalDb as a lightweight Sql Server substitution for development purposes.
Git-NumberedAdd for PowerShell
Last update on Oct 17, 2025
v1.2: Fixes for git 2.26+ and PowerShell 7+
.NET Testing Frameworks
Last update on Mar 12, 2025
Updated to latest versions. Added TUnit, SoftAssertions, Throws derived, ...
EPPlus: No longer free to use in a commercial setting
Last update on Feb 25, 2025
Added EPPlus forks
Programming Mnemonics
Last update on Feb 2, 2025
There vs Their
JavaScript RegExp Tutorial
Last update on Jan 30, 2025
Added ES2024 //v flag (UnicodeSets)
Docker + Mongo: a guide
Last update on Sep 14, 2024
Added mongo-secure