Tags: letters
Dear Vishi, this is my daily log for July 24, 2023.
I logged into twitter today and saw the logo has changed. The bird logo has been replaced with letter 'X'.
Also X.com would redirect to twitter.com, Elon Musk said. However, there seems to be some DNS issue as I am redirected to GoDaddy website.
Lets say you wanted to print an object in java
Build build = getBuild();
String json = mapper.writeValueAsString(build);
log.info("Json Object is: {}", json);