Infrastructure 10 March 2023 Detect vulnerabilities using Lacework Detect vulnerabilities using LaceworkIntroductionIn today's world, cybersecurity is a major concern for businesses of all sizes. With the increasing number of cyber attacks and data
Infrastructure 10 March 2023 Getting Started with Terraform IntroductionIn recent years, the concept of infrastructure as code has become increasingly popular among DevOps teams. Terraform is an open-source tool that allows you to
Git 26 May 2021 Define standards and rules using Git Hooks Git hooks is one of the advance features provided by Git, and can be very useful to specify certain rules for your local workflow or
Featured Infrastructure 8 April 2021 Client code telemetry: monitoring your client logs A robust product requires a robust telemetry system. As much information we have the better, either if the information is for service status, performance, traffic,
Featured Docker 15 December 2020 Kubernetes not supporting Docker anymore... don't panic Kubernetes (K8) has announced that Docker is being deprecated and won't be supported anymore. It sounds a drastical decision but we need to understand some
Infrastructure 15 October 2020 Docker Swarm configuration for Vultr Docker swarm setup is pretty straightforward but I had to deal with some network problems for Vultr during the setup, so this is a quick
Git 9 September 2020 Github: A quick look at features for distribution When we talk about Github first thing that comes to our mind is the cloud version control feature, and we forget about all the other
Infrastructure 15 August 2018 NGINX basic concepts IntroductionNGINX is a free and open-source web server software. It is also a reverse proxy, load balancer, HTTP cache, and web server. It provides a
Infrastructure 15 August 2018 Organize your server with Docker If you are a Python developer, probably you had to deal with versioning issues between your personal or professional projects in the past, or a