Menu

Uncategorised

Using Visual Studio’s Android Emulator alongside Hyper-V
Any Microsoft developer soon notices a chasm when they stray into the Android development world. And that chasm is between Hyper-V and the Android Studio [...]
Currying in Javascript and C#, to Serverless Currying?
Who is Curry Haskell Brooks Curry was an American mathematician best known for his work in combinatory logic. He has three programming languages named [...]
Flutter gradle error after flutter run
If you get a; Could not find lint-gradle-api.jar error, then the easiest way to fix it is to go to your flutter SDK folder, [...]
WordPress on Windows 2016 Server with IIS 10
When installing, or moving a wordpress site onto windows server 2016 you need to ensure that you have the following feature enabled; CGI This can be found [...]
Some ES2015 scratches
Just popping it here as a bookmark const d=document; const t=(txt)=>d.createTextNode(txt); const cr=(d,el)=>d.createElement(el); const [...]
Application request routing for Hugo on IIS
Dynamic websites are great, just install a database and some scripts and deliver a multitude of magical pages to your visitors, including realtime data [...]
Using Gulp on Windows machines
Doing any sort of Javascript FullStack development on windows seems to be quite niche, so you usually have to spin up a VM with Ubuntu (other distros are [...]