-
Core Java
Set it up
In Java, we often have framework support for importing settings from the file system of our application. If we’re lucky,…
Read More » -
Software Development
All Our Assertion Problems
When our software outputs JSON, it can be hard to test. Consider this code: 1 2 assertThat(someJson) .isEqualTo(expectedJson); Assuming the…
Read More » -
Software Development
Anthos ASM: Cross cluster mesh with different network
The previous article demonstrated how to implement cross-cluster Anthos Service Mesh (ASM) in a single network. In this article we…
Read More » -
Software Development
Anthos ASM: Multi cluster concept
One of the advanced mesh constructs or topologies are multi mesh or cross mesh designs that aids in inter-cluster communication.…
Read More » -
DevOps
Unravelling the Best Practices for DevOps Testing Strategy
With time progressing, technology is transforming at a lightning speed to make the software development process much simpler, faster, qualitative…
Read More » -
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 »