Coder's Coffee House
-
Awk Is Easy To Use
2023-09-19
The problem Unfortunately a lot of coding is dealing with boilerplate - assigning getters and setters to all the properties of a class for example. An ... More ...
-
RESTful APIs With DreamFactory
2023-07-14
The Problem Most of the programming I have done over the past twenty years has been writing boring line of business applications and it's probably wha ... More ...
-
.NET Debugging Using Vim On Apple Silicon Machine
2022-10-26
I've mostly been using Vim for my development work recently. I have a JetBrains subscription but hopping between IDEs felt like overkill and I wanted ... More ...
-
WordPress With Tailwind Made Simple
2022-06-18
Embracing WordPress Anyone acquainted with web development knows about the ubiqity of WordPress. Finding every other website I visit being powered by ... More ...
-
Debugging Android NativeScript WebViews
2022-01-21
The Problem Trying to implement a Three.js library in an app I needed to use a WebView and hit a problem when I tested it on Android. Although it work ... More ...