Enable HTTPS on your Website for Free
Https , Ssl , Certbot , Letsencrypt / May 31, 2019
It’s true. You do not have to pay 200 bucks just to get HTTPS working on your Website.
Get to know what I am doing
Https , Ssl , Certbot , Letsencrypt / May 31, 2019
It’s true. You do not have to pay 200 bucks just to get HTTPS working on your Website.
Spring , Jpa / May 14, 2019
My last post titled Overriding Primary Key Generation Strategy in JPA + Liquibase discusses how Spring Boot Application can work with multiple databases.
Homebrew / January 14, 2019
Homebrew is an Open Source Package Manager for macOS.
Https , Ssl , Certbot , Letsencrypt / May 31, 2019
Now let’s try to automate the certificate generation. For this I am going to refer to a post published on pbxhacks.com. Please do exercise caution when you try the scripts below as they will change all the TXT
records in your domain.
Spring , Jpa / May 10, 2019
How do you write a Spring Boot
backend which supports all the SQL databases known to mankind. I’m just kidding. I have only tried this with H2
, MySQL
, PostgreSQL
and Oracle
in one single application.
Spring / December 17, 2018
In this post I want to explain how Spring Security can be customized since it seems to be difficult to find any solid documentation around this available on internet. I am going to use a custom API Key based authentication example to demonstrate how Spring Security can be configured for your needs.