We are building a web application interacting with a GraphQL API. We are using the React and Apollo Client libraries; a fairly common scenario these days. The twist is that we have a large dataset…
Dockerized Jenkins in 2019 isn’t too dissimilar from Dockerized Jenkins in 2015… but there are some key improvements. I’ve been tasked with building an Ansible playbook that (1) spins up a Jenkins…
Today we’re going to create a Symfony 4 API web app from scratch — I’ll walk you through all the steps, so by the end of this tutorial, you should be able to create, configure and run a web app with…
This project showcases how to build real-time search engines like Google, Coursera, Medium, etc. We focus on the following aspects as part of this project. Free and Open, Distributed, RESTful Search…
Service Mesh is a configurable infrastructure layer on top of your MS architecture that provides communication services to your microservices. The mesh provides load balancing, service discovery…