Bamdeb Ghosh

Bamdeb Ghosh

24 Articles Published

Articles by Bamdeb Ghosh

Page 3 of 3

What\'s the best RESTful web framework to use with Java

Bamdeb Ghosh
Bamdeb Ghosh
Updated on 04-Oct-2023 257 Views

Introduction Let us talk about what’s the best Java RESTful web framework to use with Java language. We know there are a lot of frameworks available but the “Spring Boot” is the best choice among other Java frameworks. Here we will talk about the usage of the RestTemplate and integration of various data formats including JSON, XML, and HTML using the Spring Boot framework. We will also discuss various approaches to handling HTTP requests. We will learn why Spring Boot is the ideal framework for creating RESTful web services in Java by understanding this article. Support of HTTP in ...

Read More

Does it make sense to choose JavaScript instead of Java for server-side programming and why

Bamdeb Ghosh
Bamdeb Ghosh
Updated on 04-Oct-2023 230 Views

Introduction We know that over a period of time JavaScript has gained popularity for its versatility and it’s easy to use. Java remains a top choice for server-side programming due to its reliability, scalability, and large ecosystem. Let us discuss about why choosing Java as a server-side programming language over JavaScript is a better choice. We will talk about different approaches to explain the strengths of Java. Firstly, we will discuss the stability and robustness of Java by using Spring boot. Then we will explain the scalability and performance of Java. At last, we will explain the advantage of server-side ...

Read More

Is Java dying at the hands of Oracle What future is there for Java?

Bamdeb Ghosh
Bamdeb Ghosh
Updated on 04-Oct-2023 405 Views

Introduction Java is a widely used programming language since 1995 and Java has played a very important role in software development. Although there are many issues regarding its future due to events involving Oracle. Let us discuss these concerns and explore different viewpoints surrounding future of Java. We will explain whether Java is dying at the hands Oracle's influence or if it has the potential for a promising future. In this article at first, we will discuss about the challenges faced due by Oracle and the simplicity of coding in Java language. After that we will also discuss Java's ...

Read More

Renaming Linux Files in Batches

Bamdeb Ghosh
Bamdeb Ghosh
Updated on 08-May-2023 276 Views

Introduction If we want to rename any file in Linux, we use “mv” command. But mv command can only rename one file at a time, it can not rename multiple files at one time in terminal. If we want to rename multiples files then we have to use mv command in different way . Also there are other commands available like “rename” , “mmv”, “renameutils” etc. Though some of these commands are not installed default in Linux , we need to install them separately. In this artile, let us understand each command with some example. Approach 1: Using “mv” command ...

Read More
Showing 21–24 of 24 articles
« Prev 1 2 3 Next »
Advertisements