Denislav Gavrilov

Pro

@kubeden · Joined July 2020

I am a 'Software Consultant' by title, considering myself a futurist who is interested in any tech related subject.

Jsonnet Adventures: Deploying our application to ArgoCD!

Hello fellow Kubernetes enthusiasts! In my previous blog posts we explored the basics of Jsonnet and how to use it to generate Kubernetes manifests. Now, I'm thrilled to finally get to the d...

How to make screenshots in Laravel with Browsershot

## Introduction [Browsershot](https://github.com/spatie/browsershot) is a software by Spatie that converts a webpage into an image or PDF by utilising a headless instance of Chrome. In this...

AWS or Azure: The 5-Criteria Choice

# AWS or Azure: Тhe 5-Criteria Choice > DISCLAIMER: This document is a promotion of my work. I discuss the differences between AWS and Azure in my own experience, and what I like and dislike...

6 HTML tags you might not know

## Introduction (Skippable) A few days ago I was working on my desk and next to me was my lovely girlfriend who was interested in what I really do for a living. She already knows I am doing...

Top 10 (+/-) Linux skills for landing a Linux job

# Introduction Hey now, you have probably went through numerous job-hunting websites and you memorized all the buzzwords (Junior Sysadmin; Junior Site Reliability Engineer; NOC Engineer; Sy...

How to use tilt.js to create a 3d effect on your elements

## Prerequisites * VS Code (or any editor you feel comfortable with) * Jquery * Bootstrap ## Introduction In this *how-to* we will go through the [tilt.js](https://gijsroge.github.io/tilt...

Use Socket.io to build your first multiplayer game!

# Prerequisites: ## Must-haves * node.js * npm * express * socket.io * VS Code # Introduction ## Backstory If you read my other [post](https://devdojo.com/dennis/the-jsourney-learn-with-p...

The JSourney: Learn with projects, not videos!

The JSourney: socket.io # Introduction Ok, so don't get me wrong, I am not a good developer but let me tell you, the last 4 days has been one of the most interesting & fun 4 days I've had...

'X-Fordwarded-For' or How To restrict access to your Apache when using Cloudflare

"Noo you can't just enter my website when I restricted the access in my Apache!" "IP machine goes brr" # Prerequisites: * Debian/Ubuntu * Apache2 web server with a running virtual host * C...