-
Enterprise Java
Spring Boot Data JPA – beginner guide
Databases form an integral part of computer applications. With it comes considerable amount of database operations and the corresponding code.…
Read More » -
Android Core
Android Logs Analysis
Android uses a centralized system for all logs and application programmers can also write custom log messages. The tooling to…
Read More » -
Software Development
[MEGA DEAL] The Complete 2020 Learn Linux Bundle (98%)
Master One of the Most Important Pieces of Software Code in the World Today with 110+ Hours of Content on…
Read More » -
Core Java
Java Exercises for Beginners
Many people who tried learning to program never become programmers. Why? Among all the reasons, one can single out the…
Read More » -
Web Development
Creating a Flutter Web & Android & iOS Application
I recently created a flutter web, flutter iOS and flutter Android Application. This is a short account of my experience…
Read More » -
DevOps
The Best and Worst of Times
The Horrible Dilemma of Dockerising Databases for Testing When working with database client code you have essentially got 4 options…
Read More » -
Web Development
Typescript: What’s This!?
Here’s a little innocuous looking typescript: 01 02 03 04 05 06 07 08 09 10 11 12 13 14…
Read More » -
Core Java
How to do test refactoring towards fluent assertion pattern?
What are Clean Tests? The Clean Code rules apply equally to the production code and the test code. So do…
Read More » -
Core Java
Different ways to remove Spaces from String In Java
String manipulation is done most often while programming. Like removing spaces in or around the string text. This also known as…
Read More »