-
Software Development
Why Selenium WebDriver Should Be Your First Choice for Automation Testing
Selenium is the name that comes on top of our minds whenever we talk about automation testing. It has been…
Read More » -
Software Development
The All-In-One 2021 Super-Sized Ethical Hacking Bundle
18 Courses from Top Cyber Security Instructors to Take Your Ethical Hacking Expertise to the Next Level — From Python…
Read More » -
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 »