Java Programming

Convert image to pdf in Java with iTextPdf

I have started working with Java spring boot a couple of months ago, along with my react project with kepler.gl.

Javascript Programming

Javascript Event Loop for Concurrency in Javascript

Javascript is a single-threaded language yet it works on a concurrency model with the help of the javascript event loop.

Programming Python

The f-Strings in Python 3.6+

Python has multiple ways to format text strings. The most common being %-formatting and str.format(). These existing ways of formatting are either