Misc IT & Integration

Misc IT integration topics - Payment Gateways, SMS gateways, Email Servers, Hosting Solutions etc.

2factor SMS in Spring Boot App

Upasana | July 11, 2020 | 3 min read | 87 views

Send 2factor transactional sms in Spring Boot application using Java 11 HttpClient, OkHttp Client and RestTemplate

Read Article

Reverting default shell to bash from Zsh in Mac OS Catalina

Upasana | October 23, 2019 | 2 min read | 1,176 views

In this tutorial we will learn how to revert default shell from Zsh to bash and vice versa in Mac OS Catalina update.

Read Article

Using Asciidoctor in Java and Spring Boot

Upasana | October 22, 2019 | 3 min read | 18 views

In this tutorial, we will learn how to use Asciidoctor in a Spring Boot based project using Java/Kotlin. We will be converting AsciiDoc to HTML and PDF format.

Read Article

how to enable asciimath formula using mathjax in asciidoctorJ

Upasana | May 23, 2019 | 2 min read | 128 views

In this tutorial we will learn how to integrate asciimath diagrams using AsciidoctorJ and any compatible browser.

Read Article

Asciidoc: How to use nofollow option in asciidoc document

Upasana | May 23, 2019 | 1 min read | 14 views

nofollow attribute is required on a hyperlink when you do not want to pass on the SEO page rank karma to the referring website.

Read Article

Integrating PayUmoney Webhooks with your Java backend

Upasana | July 27, 2018 | 3 min read | 1,187 views | Payumoney Integration

Integrating PayUmoney Webhooks with your backend brings resiliency to your payment infrastructure and any accidental page refresh or back button press by customer on payment screen can be handled gracefully without manual intervention.

Read Article

Integrating PayUmoney with your Java Server Side

Upasana | July 16, 2018 | 2 min read | 979 views | Payumoney Integration

Integrating PayUmoney with your Java Server Side - Spring MVC, best practices to follow and common pitfalls to avoid

Read Article