-
Enterprise Java
Apache Camel 3.11 What’s New
Apache Camel 3.11 has just been released. This is a LTS release which will be supported for 1 year with…
Read More » -
Web Development
The Ultimate Web Coding for Everyone Bundle
Dive Deeper in the World of Web Coding with 8 Courses on Python, Ruby, Javascript, PHP, HTML, Bootstrap 4, MySQL…
Read More » -
Kotlin
Kotlin “Result” type for functional exception handling
In a previous post I had gone over how a “Try” type can be created in Kotlin from scratch to…
Read More » -
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 »