-
Core Java
How To Make A File Read Only Or Writable In Java?
A quick guide on how to make a file read only in java using setReadOnly() method from File API. 1.…
Read More » -
Core Java
Chasing Java’s release train, from 8 to 16. Part 1: JDK 9, the last big banger
A lot has been said about JDK’s new 6 months release cadence cycle, and arguably, this is one of the…
Read More » -
Core Java
Java – How to Delete Files and Folders?
A quick guide to delete the files and folders in java with example programs. 1. Overview In this tutorial, We…
Read More » -
Core Java
Project reactor and Caching with Caffeine
So you have a function which takes a key and returns a project reactor Mono type. 1 2 3 4…
Read More » -
Software Development
[MEGA DEAL] The 2021 Complete Computer Science Training Bundle (97% off)
Build Your IT & Data Science Skill Set with 212 Hours of Curated Content on Python, Linux, TensorFlow, Discrete Math,…
Read More » -
Software Development
Significance Of Scriptless Test Automation In The World Of Automation Testing
In this evolution of technology, the level of test automation has significantly increased not only in terms of quantity but…
Read More » -
Agile
The Focus of Every Agile Coach: Support How the Business Creates Value
How should agile coaches work? I’ve heard several questions and problems around what agile coaches should and should not do.…
Read More » -
Software Development
Common anti-patterns in Go
It has been widely acknowledged that coding is an art, and like every artisan who crafts wonderful art and is…
Read More » -
Software Development
Seeing Through Frosted Glass
One of the solutions to code quality is peer review. Some suggest that pairing – i.e. live peer review –…
Read More »