Sunday, November 17, 2024
Home Authors Posts by Amit Khurana

Amit Khurana

16 POSTS 0 COMMENTS
Tech Guy

What is Docker?

0
Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. A Docker container image is a lightweight, standalone, executable...

What are microservices?

0
"MICROSERVICES IS A SOFTWARE DEVELOPMENT TECHNIQUE THAT ARRANGES AN APPLICATION AS A COLLECTION OF LOOSELY COUPLED SERVICES" Robert C. Martin coined the term single responsibility...

What is Java class File?

0
In previous article we learned how to Write your first Java program. A Java class file is a file that contains Java bytecode and having .class extension. A...

Hello, World! – Your First Java Program

0
In our previous post we learned "What is Java". In this tutorial, you will learn how to write "Hello World" in Java. To run this program...

How to create an Alexa developer account?

0
The developer console provides a streamlined experience to help you create, manage, and publish your skills. To create a develop account follow the below steps: Step...

What is Java?

0
It is an object-oriented language similar to C++ with advanced features. Java is free to access and platform independent. It is intended to let developers “write once,...

EDITOR PICKS