GT's Blog
Code snippets, technical articles, tips on computing and programming...
Pages
(Move to ...)
Type in Nepali Unicode Romanized - Convert Roman Nepali to Unicode Tool
▼
Protobuf Apache Pulsar with Spring Boot
›
Protocol buffers(protobuf) are language and platform neutral mechanism to serialize structured data. We define the data structure in protobu...
Read all table and columns in Jpa/Hibernate
›
How to get metadata about all table and columns managed by JPA/Hibernate? There are many ways to get a list of table and columns in your pro...
Download Files from FTP using JSch java library
›
SSH provides support for secure remote login (login to remote server similar to putty), secure file transfer (SCP or FTP/SFTP download), an...
Spock - call mocked method multiple times and return different results for same input
›
Spock - return different mock result for same input In unit testing, we create and use mock objects for any complex/real object that's i...
GraalVM setup and generate native image using maven plugin
›
GraalVM Setup and native image generation using Maven plugin Today we are going to generate native image(one of many features of GraalVM) ...
Create a huge data file for load testing
›
In this short blog, I am going to describe how you can create a big file for load testing. In most cases, you will only need step #2 to comb...
java read huge xml file and convert to csv
›
SAX parser uses event handler org.xml.sax.helpers.DefaultHandler to efficiently parse and handle the intermediate results of an XML file. ...
Java Compress/Decompress String/Data
›
Java provides the Deflater class for general purpose compression using the ZLIB compression library. It also provides the DeflaterOutputStre...
Game of Thrones Style farewell email to coworkers
›
I left my job for another opportunity after working for 8.5 years. Since I had nothing left to do on my last day, I decided to get little cr...
Project to test your programming skills
›
Project to test your programming skills A Guessing Game - to become Full Scope/Stack Developer If you are wondering what would be a perf...
‹
›
Home
View web version