CodingNginx Internal Load Balancing with PHP-FPMIn this article, were gonna improve PHP-FPM performance using upstream and nginx.Let’s start with setting up the PHP side of it first. Find…
CodingGit Tricks CheatsheetBesides the “basic” commands of Git, everyone has their own little Git tricks they use. I wanted to quickly write a list of my own which I…
CodingIntroduction to PuppeteerPuppeteer is an awesome Node.js library which provide us a lot of commands to control a headless (or not) chromium instance and automatize…
CodingHow to use Fetch APIWe’re getting a random fact about a certain number! fetch() allows you to make network requests similar to XMLHttpRequest (XHR). The main…
CodingAuto Deployment using git hooksContinuous Integration is essential when developing restful api’s and testing webhooks. You are developing in a working-copy on your local…
CodingGoogle tag manager cheatsheetCheatsheet using marketing tools and analytics for developers. Event - Trigger Type = Event Name = Fires on = Add per new dataLayer.pushData…