Web Development

Front-end Development vs. Back-End Development

Front-end developers work on what the user can see while back-end developers build the infrastructure that supports it. Both are essential components for a well-functioning software or website. The term “front-end” refers to the user interface, while “back-end” means the server, application and database that work behind the scenes to deliver information to the user.

Front-end Development vs. Back-End Development Read More »

How to Deploy Containerized Laravel Application from Repository to Ubuntu Server

In this blog, it will show us how to deploy containerized Laravel application in ubuntu by cloning it by its Github repository. Having a github repository of a containerized application is an advantage as we don’t need to make it from scratch. In my case, I cloned a containerized application from a private repository. Here

How to Deploy Containerized Laravel Application from Repository to Ubuntu Server Read More »

What is android studio?

Android Studio is a Google-developed integrated development environment (IDE) for the Android platform, which was released in 2013. It has versions for most operating systems, including Apple, Windows, and Linux. It provides developers with a well-stocked toolkit for constructing Android apps or other projects, thanks to support for the Google Cloud platform and Google app

What is android studio? Read More »

what is the difference between Docker and Docker Compose

The difference between Docker and Docker-compose is simple: docker commands are focused on only one container (or image) at once while docker-compose manage several containers docker. An example of difference of docker and docker compose is when you run these commands:  docker ps (-a)  In Docker, docker ps displays every docker instance currently running in your

what is the difference between Docker and Docker Compose Read More »