Menu

Latest articles

React Native, JDK 13, Grade and Jettifier
Dateline: 2020-01-18 If you have attempted to start a project from the facebook dev site for react native ( [...]
Windows Development Package Management
Chocolatey is a third party package manager for windows. Basically, its an extended version of nuget. It becomes extremely handy when you want to spin up a [...]
Writing a .Net Core Bubble Sort using TDD in Visual Studio Code
A lot of areas packed into that title! Today we’ll be looking at quite a different pipeline to your standard .net development. Using the new (ish) [...]
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, [...]
Running React Apps on IIS when using routing
When you initially upload a react app to IIS, you’ll find that the routes you have created, such as website.com/story/1 will return a 404. This is [...]
Android emulator – Windows Internet issues
Often, when I am developing something on Android and come back to a windows computer I haven’t used for a while, the emulator won’t connect to [...]
.Net Standard Duplicate Attribute error when using AssemblyInfo
.Net Standard autogenerates the assembly info based on the project and solution. If you get this error when moving to .Net Standard, either delete the [...]
Upgrading M.2 disk space on a laptop boot drive
I recently bought a development laptop and its great, fast processor, great GPU, nice resolution monitor.. Then I neglected to look at the HD space. 128GB [...]