React: TypeScript basics
26 March, 2022This is the first in a series of posts delving into using React with TypeScript (Ts). Writing React with Ts is a lot of fun, Ts is in…
This is the first in a series of posts delving into using React with TypeScript (Ts). Writing React with Ts is a lot of fun, Ts is in…
Angular Development in Docker We need to create a local working directory four our source code, if your using WSL, place this in your WSL…
Strict Angular If you like to have your TypeScript type checking to be stricter, there are a few settings that can be turned on within your…
Monospaced Fonts Mono fonts are a mainstay of developer IDE and text editors alike. They allow for a clean, consistent look and feel when…
Installing Haskell Head to haskell.org and download a copy of the minimal installer for your platform. This will install the core Haskell…
Monokai Operator is a theme for Visual Studio Code (VSCode). It is based on the VSCode Monokai theme, with customisations for italics making…
With the VS Code Extension Debugger for Chrome this should be a quick setup for most projects, especially if you are using angular-cli. Open…
A tip that was passed on to me via Google+ from +MatoušSkála in this post, it is a useful tip to keep around. Simple adjustments to the…