Blog

Sanjoy Kumer DevFebruary 18, 2020

YouTube Data API (v3): Introduction With Spring Boot

YouTube is a video-sharing website where users can view and upload videos. For both web and app development, sometimes we need to access information from YouTube videos

Read More
Sanjoy Kumer DevFebruary 18, 2020

Docker With Spring Boot and MySQL: Introduction (Part 1)

Docker is a technology where developers or DevOps teams can build, deploy, and manage applications by using containers. Docker is an open source software so that everyone can run this on their own operating system, which should support virtualization and Docker for Mac/Windows/Linux.

Read More
Sanjoy Kumer DevFebruary 18, 2020

Docker With Spring Boot and MySQL: Docker Compose Part 2

In my previous article, I wrote about Docker, the CLI commands needed to run a database, and Spring Boot applications. We used Dockerfile to set up the environment and run the application by running containers separately and then building a link between them.

Read More
Sanjoy Kumer DevFebruary 18, 2020

Cryptography With the DES Algorithm

Nowadays, information security is the main concern on the Internet. With web data continuously flowing from one end to another, to ensure data security, there are many procedures that must be implemented. Different organizations are working to find a more secure way to protect data.

Read More
Sanjoy Kumer DevFebruary 18, 2020

Anatomy of an Excel File and Large Excel File Operation With the POI Library

Excel is a popular spreadsheet for different types of tasks related to business, research, analytics, and tabular tasks. The Apache Foundation released the POI library December 30, 2001

Read More