
Vault&Go(role id based)
Intro This section will review one possible approach to getting Go to play nicely with Vault. I’ll also include a full code reference, as well as an in-depth explanation of how all of it works. If you’re unsure of what […]
A programmer's blog
Intro This section will review one possible approach to getting Go to play nicely with Vault. I’ll also include a full code reference, as well as an in-depth explanation of how all of it works. If you’re unsure of what […]
Intro Kubernetes is an amazing orchestrator that has tons of configuration options for any size application that you may want to deploy on it. This guide will cover the deployment of a pre-built Docker image containing our Laravel 6 application […]
Intro I started a new project yesterday, and as there are no backward compatibility considerations – Laravel 6 appeared on the horizon. As usual, when building the skeleton, I needed an updated docker configuration, to follow the mantra – Don’t […]
Intro This is going to be a quick one, promise. First of all, if you don’t know what PHPStorm is, click here: Link I believe it is the best PHP IDE on the market today. You can set a coding […]
Getting Swagger up-and-running on a Lumen based project. Definatelly one of the easier tasks within the microservice world. Come check it out.
Overview Cryptography is a fascinating subject, that I hope we’ll explore further in the future. This post will cover a practical use-case for encryption within a PHP based project. WIthin this guide you will learn the ins and outs of […]
Welcome to the world of RTL-SDR. This is an exiting place to be, with virtually limitless possibilities for what you can achieve. This post will serve as the stepping stone for the upcoming guides and tutorials, that you’ll see here.
So you have an existing Laravel based microservice project, and want to integrate Swagger into it: read on bud