-
Software Development
The Joy of Programming
Yesterday I was working with a slide deck for one of my future talks about Java and object-oriented programming and…
Read More » -
Software Development
5 Reasons Why Manual Testing is Important
Manual testing is inevitable when it comes to mobile app testing. In this age of rapid digital transition, mobile apps…
Read More » -
Python
Will Python Overtake Java as the Most Used Programming Language?
Will Python Overtake Java as the Most Used Programming Language? As per the Stack Overflow Developer Survey 2019, Python is…
Read More » -
Software Development
Exception handling
In this post i will share how error handling is done and what options we have.Error handling is complex topic…
Read More » -
Enterprise Java
Using metric tags with MicroProfile Metrics 2.0
Business-related metrics that are emitted from our application might contain parameters (i.e. tags or labels) for which a specific metric…
Read More » -
Enterprise Java
Testing Spring Boot conditionals the sane way
If you are more or less experienced Spring Boot user, it is very luckily that at some point you may…
Read More » -
Kotlin
Ktor – a Kotlin web framework
Ktor is an asynchronous web framework written in and designed for Kotlin. Allowing the more impressive features of Kotlin, such…
Read More » -
Kotlin
Flows can do anything
In Corda, Flows can do a lot more than proposing new transactions to record between organisations. Although, saying they can…
Read More » -
Android Core
Migrating React Native App to AndroidX
In this post, we will learn to migrate React Native application to AndroidX. Before starting, let me give you a brief introduction about…
Read More »