Free Post Version Control System Version Control Systems: A Glimpse A glimpse into version control system. How it works and different types of version control systems developed throughout the years past.
Free Post platform-use-cases Facebook Insights Case study on insights provided by Facebook to guide on where to invest more resources and how to attain better results from posts.
Free Post industry-use-cases Market Research Case study on market research for finding efficient way to collect necessary market information.
Free Post industry-use-cases Energy Utilization Case study on management of energy consumption in different sectors of industries.
Free Post Docker Swarm Docker Swarm - An Introduction Nowadays, all applications are moving towards microservices architecture. Microservices architecture splits application into multiple services that does a unique functions of the whole application. Typically, each microservice is containerised using
Free Post DevOps What is DevOps? Explained! DevOps is a set of practices that automates the processes between software development and IT teams, in order that they can build, test, and release software faster and more reliably.
Free Post Docker Compose Docker Compose Installation on Ubuntu 18.04 Compose is a tool for defining and running multi-container Docker applications as services. Docker Compose makes it easier for users to orchestrate the processes of Docker containers.
Free Post API REST or SOAP? Which one to use! When we start to look into establishment of communication between frontend and backend for our website we have to think about the webservices architecture we will follow. REST and SOAP are two popular webservices used today. Let's compare and see which one should be used and when.