Hi there! It's been a while since I posted anything, but it is all cause of the good reasons. The...
Every Terraform user should be familiar with HashiCorp Language (HCL) aka Terraform interpolation...
There is a number of great guides on "containerizing" NodeJS applications, including this one from...
Prisma Cloud Compute is a self-hosted solution to secure containerized workflows. "Self-hosted" means...
In this video I am showing how to use import and output workflow in order to take obtain source code...
Automating your security is crucial, especially for companies operating in the cloud! I have recently...
Conan is an open source and multi-platform package manager to create and share native binaries...
The Internet Protocol Stack Most developers are familiar with visualizing the Internet sta...
Hey guys! I haven't written anything in a while, and this post will be very brief too. That said, I t...
Today I will show you how to build an HTTP service in C++ using modern tools. The point of this artic...
Glossary Cryptography - the practice and study of techniques for secure communication in t...
Welcome back! In the previous tutorials we talked about the differences between dynamic and static...
Client URL, or just curl, is a command-line tool for transferring data using various network...
Last time we talked about the difference between static and dynamic websites, and created a Hello Wor...
I have published a number of posts featuring Hugo. They got the least number of views and responses I...
Hugo is the world’s fastest framework for building websites. It is easy to get started, and has a fai...
Having a TLS certificate is not a common requirement for local development. Moreover, many tools, lik...
Deploying a static website is one of the easiest task a web developer faces. There is a number of sol...
The current document was born as part of my personal research on topic of security related to Softwar...
Since its very beginning, DevOps movement has been a pretty vast topic, with many followers worldwide...
This article was originally published in my Medium blog with the title "Redis the Proper Way". When...
Kubernetes (K8s) is an open-source system for automating deployment, scaling, and management of cont...
One day I decided to create a backup of all my dev.to posts. Programmers are lazy, so I wanted to do...
This article is based on my old cheatsheet. It only includes methods provided by Vanilla JS. If you...
Intro For one of my senior classes this year, I worked on a project where we were building...
Make is a build automation tool which generates executable from source code. It is really powerful, a...
Overview Three.JS is an awesome library. It is based on WebGL, and has a straightforward,...
Everyone using AWS knows that navigating the console could be a major pain. Luckily there is a number...
In my previous post, I showed my readers how to implement Singleton in JavaScript using closure, and...
If you come from Java or C++ background, you are probably used to classic OOP model, and it is hard t...