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
▼
AWS Java SDK - automatically detect the region
›
When the app is deployed in multiple regions in AWS, its useful to detect the region automatically without specifying the region by using a ...
AWS DynamoDB - dynamic table prefix using DynamoDBMapper
›
We can use DynamoDBMapperConfig.TableNameOverride to configure the DynamoDBMapper and provide a custom/dynamic table name prefix using Table...
Spring Boot - How to skip cache thyemeleaf template, js, css etc to bypass restarting the server everytime
›
The default template resolver registered by Spring Boot autoconfiguration for ThyemeLeaf is classpath based, meaning that it loads the templ...
Web Scrapping in Java using JSoup
›
Example of Web Scrapping in Java using JSoup In this blog I'm going to describe how we can use JSoup library to scrap content from a web...
‹
›
Home
View web version