
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 We’ve all been there, reseting your password per the system’s prompt, and it seems like these prompts became more frequent than before. You are probably wondering why that happened. Here’re the statistics: As of June 9, 2020, the website haveibeenpwned.com shows […]
Intro This post contains a basic overview of the most-commonly used Vapor setup commands. This is by-far not a comprehensive list, think of this as a cheat-sheet. What’s Laravel Vapor? Here’s a quote from the makers themselves: Laravel Vapor is […]
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 […]
Hey peeps, here’s a brilliant video from “Hak5” on YouTube, showing a DIY camera development process. As we’re adopting IOT more and more, it’s refreshing to see something that doesn’t relly on a cloud infrastructure somewhere to work. Plus, anything […]
Intro I hear some of you shouting in the back, why would you do that, just use the TOR browser. Erm, yeah, sure, but what about the rest of the traffic your machine generates? Where does that go, dev/null? Let’s […]
Intro This will be a short-and-sweet one. What is an alias you ask? It’s a shorthand version (macro) pretty much. Welp, let’s use it for something. Essentially, let’s goof off with it, for starters. Instead of using sudo, let’s go […]
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.