
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 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 […]
Getting Swagger up-and-running on a Lumen based project. Definatelly one of the easier tasks within the microservice world. Come check it out.
This ramble was triggered by a discussion we had at work. Essentially it revolves around – “What makes an API response structure good?”. More specifically – a JSON response object. Suggested book (affiliate link): JSON at Work Preface Well then, […]
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