How to Run Multi-Container Applications with Docker Compose – Part Two

In our previous article, we introduced you the Docker Compose YAML file. Today, we’re going to focus on the compose command line. In order to better understand this topic, you’ll need to be familiar with images and containers along with how to use them and the concepts. this is so that you can use all […]
8 tips for Android app developers
If you got into Android development after doing research on various development careers, you might have noticed that Android app development is a behemoth. It was back in 2013 when mobile devices sales surpassed those of computers and made the switch from being an up-and-coming platform to a more dominant one today. Now as we […]
How to Run Multi-Container Applications with Docker Compose
Docker is not new in the world of software development. Docker is a tool designed to make software easier to create, to deploy, and to run applications by using containers. Containers allow a developer to package up an application with all of the parts needed, such as libraries and other dependencies, and ship it all […]
Front-End vs. Back-End Development
What’s the difference between front-end and back-end development? Well, first of all, let’s define terms. The front-end of a website is everything that users can see and interact with: the images on the page, the dropdown menus, the forms and submit buttons, the visual layout that (hopefully) automatically changes on mobile, tablet and desktop. The […]
Python Developer Interview Questions
Python is kind of trending language these days with its wide range of applications from science to web development and so on. If you’re looking for a job as a Python developer or if you’re interviewing candidates for a role on your team, this tutorial will come in handy. Firstly, Python Developer means Software Developer […]
Intro to Image Processing in OpenCV with Python
Welcome to this tutorial covering OpenCV. This type of program is most commonly used for video and image analysis such as license plate reading, facial recognition, robotics, photo editing and more within C++, Python, C and Java. In this tutorial we’ll cover OpenCV for image analysis. Firstly, the “CV” part in OpenCV as mentioned in […]