-
DevOps
Cloud Adoption – Example adoption architecture
In our previous article from this series shared a look at the logical common architectural elements found in a cloud adoption solution for…
Read More » -
Kotlin
Kotlin: Type conversion with adapters
In this post we will learn how we can use Kotlin extension functions to provide a simple and elegant type…
Read More » -
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 »