-
Software Development
Go Desperately Needs Nil Safe Types
If you’ve worked with Go before, you’ve probably seen this runtime error. 1 panic: runtime error: invalid memory address or…
Read More » -
JavaScript
Create Node.js Web Server
Hello. In this tutorial, we will create a simple node.js web server and handle the HTTP requests. The node.js framework…
Read More » -
Python
Diagrams as Code with Python
In my career I have noticed that often organizations are reluctant on providing Engineering teams with licenses for software to…
Read More » -
Core Java
Java 8 Streams Filter With Multiple Conditions Examples
A quick guide to java 8 streams filtering concept with multiple conditions. This demonstrates how to use filter() in a…
Read More » -
Core Java
Java – How to Convert Java Array to Iterable?
A quick guide to convert an array to iterable in java using Stream api with examples programs in two ways.…
Read More » -
Software Development
The Master Learn to Code 2021 Certification Bundle
Kickstart Your Lucrative Coding Career with 119 Hours of Content on HTML, Data Science, Different Programming Languages & More! Hey…
Read More » -
Core Java
Java 8 – Converting a List to String with Examples
A quick guide to convert List to String in java using different methods and apache commons api with examples. 1.…
Read More » -
Agile
With Agile Approaches, No Need to “Meet” or “Enforce” Deadlines
Several of my clients struggle with their deadlines. One of them, Brad, quoted Douglas Adams to me and frowned: “I…
Read More » -
Web Development
TagUI: an Excellent Open Source Option for RPA – Introduction
Today I want to introduce TagUI, an RPA (Robotic Process Automation) Open Source tool I am using to automate test scenarios for…
Read More »