Started doing some GISTS around Java 18., The new String text block to convert String objects to a JSON string., here is the quick GIST package me.sathish; public class Main { public static void main(String[] args) { String simpleJSONData = """ { "fullName": "%s", "aadress": "%s", "title": "%s" } """; System.out.println(simpleJSONData.formatted("Sathish Jayapal", "18 Java version … Continue reading Java 18 – starter kit
Author: Sathish Jayapal
Indie software engineer.
Resume Builder- Full stack Engineer
It is getting tricky being a full stack engineer in free lance world. So if you have a belt of experience, and want to tailor an resume stack with your skills, each engagement demands a new version of your resume based on the technical stack that is needed, I tght of doing a mini series … Continue reading Resume Builder- Full stack Engineer

You must be logged in to post a comment.