Mohammad Meraj Zia

Senior Java Developer
  • Git

    Git Fetch

    In this article, we will focus on the fetch command and its usage in Git. We will explain what fetch…

    Read More »
  • Core JavaBipartite Graph

    java.lang.reflect.invocationtargetexception

    1. Introduction In this article, we will understand the meaning of the java.lang.reflect.invocationtargetexception, and why this exception is thrown. Programs…

    Read More »
  • junit

    Assert ‘Exception thrown’ Junit

    1. Introduction In the Java programming language, an assertion is a statement that enables you to test your program’s presumptions.…

    Read More »
  • Docker

    Docker Compose Networking

    In this article, we will learn about Docker Compose Networking. 1. Introduction Docker is a software platform that allows you…

    Read More »
  • DevOps

    GitOps

    1. Introduction Software development has changed a lot in the last few decades. We have moved from Waterfall to Agile…

    Read More »
  • Core JavaBipartite Graph

    Bit Masking in Java

    1. Introduction Bit masking is visualizing a number or other data in binary representation. Some bits are set and others are unset where set means true or 1 and unset means false or 0. It…

    Read More »
  • Pythonset python

    Python sleep() Function

    1. Introduction In this article, we will see a simple usage of the python sleep() function. Python is an easy-to-learn,…

    Read More »
  • Enterprise Java

    Guice – Google

    1. Introduction Guice is a framework that makes it easier for your application to use the dependency injection (DI) pattern.…

    Read More »
  • Docker

    Docker Copy Files

    1. Introduction In this example, we will find out how to use copy files inside Docker. Docker is an open…

    Read More »
  • json

    Convert CSV to Json using Java

    1. Introduction A comma-separated values (CSV) file is a delimited text file that uses a comma to separate values. Each…

    Read More »
Back to top button