Web Development

How to install Laravel Application in Docker Container

Step 1: Download Laravel to your local machine If you don’t have Laravel in your local machine, install it first by cloning it by git command. git clone https://github.com/laravel/laravel.git laravelapp Step 2 : Create Docker Compose File After installing Laravel in your local machine, proceed to your Laravel project directory by typing: $ cd laravelapp …

How to install Laravel Application in Docker Container Read More »

Software Engineers & Developers: What’s the difference?

Many times, the terms software engineers and software developers are used interchangeably. In this post, we’ll look at what a software engineer is, how it differs from a software developer, and what work they entails. To start, a software engineer is a professional who designs, develops, tests, evaluates, and maintains computer software using engineering concepts …

Software Engineers & Developers: What’s the difference? Read More »

Microsoft offers Productivity Power Tools for Visual Studio 2022 IDE

Microsoft has made available its Productivity Power Tools extensions for its upcoming Visual Studio 2022 IDE, providing capabilities ranging from HTML copying to error message viewing.  Visual Studio 2022, now in a preview stage, is a planned 64-bit version of the IDE. The suite was unveiled on August 31 and includes the following extensions: Copy as …

Microsoft offers Productivity Power Tools for Visual Studio 2022 IDE Read More »

Difference between docker run and docker start command

Docker commands sometimes leave us confused about its use and an example of these is the difference between docker run and docker start. Upon running the “docker run” command, it creates a new container of an image, and execute the container. Also, you can create clones of the same image. You can use the command …

Difference between docker run and docker start command Read More »

Visual Studio Code editor moves forward on language detection

With the latest release of its Visual Studio Code editor, Microsoft is highlighting capabilities such as automatic language detection, now enabled by default. Visual Studio Code 1.60, also known as the August 2021 version of the editor, was published September 2, and it can be downloaded from the Visual Studio Code project website. In this …

Visual Studio Code editor moves forward on language detection Read More »