-
Enterprise Java
Appium vs Selenium – Architecture, Functionality, Applications, and Everything in Between
It’s perhaps difficult to remember life before smartphones. Today, mobile phones have transformed dramatically to become the information and communication…
Read More » -
Enterprise Java
Migrating to Jakarta EE 9
Jakarta EE 9 is out, and with it the namespace change from javax.* to jakarta.*. When we talk about the…
Read More » -
Enterprise Java
AWS SDK 2 for Java and storing a Json in DynamoDB
AWS DynamoDB is described as a NoSQL key-value and a document database. In my work I mostly use the key-value…
Read More » -
Agile
Why Very Few (If Any) People Are “10x” Developers-Or Managers
Steve, a software development manager, thought John was a “10x” developer. He explained that John could: Coded faster than anyone…
Read More » -
Enterprise Java
Processing real-time data with Storm, Kafka and ElasticSearch – Part 3
This is the third part of the article series: Processing real-time data with Storm, Kafka, and ElasticSearch. 1. Introduction In…
Read More » -
Python
Python Errors and Built-in Exceptions
Hello in this tutorial, we will understand errors and built-in exceptions in python programming. 1. Introduction 1.1 Error A typing…
Read More » -
Enterprise Java
Parameterized Tests in JUnit 5
A parameterized test allows you to run a test against a varying set of data. If you find yourself calling…
Read More » -
Software Development
A tale of two migrations
Within an enterprise, there are services (systems really) which are widely popular, offer just what you need and are easy…
Read More » -
Python
How to Round Numbers in Python
Hello in this tutorial, we will understand the round() method to round the numbers while working with decimal numbers in…
Read More »