Artem

Artem @secure_daily

Location:
Santa Rosa, CA
Joined:
Jul 20, 2019

Artem
articles - 32 total

Trivy Vulnerability Scans Adnvanced Filtering

Hi there! It's been a while since I posted anything, but it is all cause of the good reasons. The...

Learn More 0 0Dec 12 '24

Terraform Interpolation vs. Directives

Every Terraform user should be familiar with HashiCorp Language (HCL) aka Terraform interpolation...

Learn More 12 0Jul 1 '22

Why NOT TO Ship NodeJS Containers With NPM?

There is a number of great guides on "containerizing" NodeJS applications, including this one from...

Learn More 6 0Jan 6 '22

Installation Using Operator | Prisma Cloud Compute

Prisma Cloud Compute is a self-hosted solution to secure containerized workflows. "Self-hosted" means...

Learn More 3 0Dec 14 '21

Import Existing Resources in Terraform | Prisma Cloud Compute

In this video I am showing how to use import and output workflow in order to take obtain source code...

Learn More 4 0Dec 11 '21

Starting with Terraform Provider | Prisma Cloud Compute

Automating your security is crucial, especially for companies operating in the cloud! I have recently...

Learn More 5 0Dec 8 '21

Cross-platform C/C++ Development with Conan

Conan is an open source and multi-platform package manager to create and share native binaries...

Learn More 15 1Mar 13 '21

Implement HTTPS using Sockets and OpenSSL

The Internet Protocol Stack Most developers are familiar with visualizing the Internet sta...

Learn More 8 0Feb 7 '21

C++ Pointer to Function

Hey guys! I haven't written anything in a while, and this post will be very brief too. That said, I t...

Learn More 5 5Jan 27 '21

Building HTTP Service in C++ (Using Modern Tools)

Today I will show you how to build an HTTP service in C++ using modern tools. The point of this artic...

Learn More 11 0Dec 5 '20

Cyptography for Beginners

Glossary Cryptography - the practice and study of techniques for secure communication in t...

Learn More 269 2Oct 24 '20

[Learn Hugo] Develop, Stage and Prod Configurations

Welcome back! In the previous tutorials we talked about the differences between dynamic and static...

Learn More 9 0Oct 7 '20

Using Libcurl in C/C++ Application

Client URL, or just curl, is a command-line tool for transferring data using various network...

Learn More 51 2Sep 28 '20

[Learn Hugo] Project Structure

Last time we talked about the difference between static and dynamic websites, and created a Hello Wor...

Learn More 7 0Sep 25 '20

[Learn Hugo] Getting Started with Static Websites

I have published a number of posts featuring Hugo. They got the least number of views and responses I...

Learn More 7 0Sep 24 '20

Add a Video to Your Hugo Website

Hugo is the world’s fastest framework for building websites. It is easy to get started, and has a fai...

Learn More 11 2Sep 22 '20

HTTPS on Localhost for Any Web Application

Having a TLS certificate is not a common requirement for local development. Moreover, many tools, lik...

Learn More 13 0Jul 24 '20

[Terraform] Static Website Infrastructure on AWS

Deploying a static website is one of the easiest task a web developer faces. There is a number of sol...

Learn More 12 0Jul 19 '20

Web Security 101

The current document was born as part of my personal research on topic of security related to Softwar...

Learn More 50 2Jul 18 '20

5 DevOps Books to Read for FREE

Since its very beginning, DevOps movement has been a pretty vast topic, with many followers worldwide...

Learn More 210 7Jul 8 '20

Install Redis on Linux Machine

This article was originally published in my Medium blog with the title "Redis the Proper Way". When...

Learn More 12 0Jul 8 '20

4 YouTube Resources to Get Started with Kubernetes

Kubernetes (K8s) is an open-source system for automating deployment, scaling, and management of cont...

Learn More 59 0Jul 7 '20

Implementing CD Pipeline for Static Website

One day I decided to create a backup of all my dev.to posts. Programmers are lazy, so I wanted to do...

Learn More 6 0Jul 5 '20

Intro to Functional JavaScript

This article is based on my old cheatsheet. It only includes methods provided by Vanilla JS. If you...

Learn More 4 0Jun 6 '20

The Problem of Centralized State in Web Applications

Intro For one of my senior classes this year, I worked on a project where we were building...

Learn More 9 4May 21 '20

Introduction to Make

Make is a build automation tool which generates executable from source code. It is really powerful, a...

Learn More 11 0May 3 '20

Three.JS-Webpack Boilerplate

Overview Three.JS is an awesome library. It is based on WebGL, and has a straightforward,...

Learn More 16 2Apr 20 '20

[Terraform] Deploy EC2 Instance in Minutes

Everyone using AWS knows that navigating the console could be a major pain. Luckily there is a number...

Learn More 25 11Apr 19 '20

Counter Using Functional Approach in Javascript

In my previous post, I showed my readers how to implement Singleton in JavaScript using closure, and...

Learn More 10 0Apr 16 '20

Singleton Pattern in JavaScript

If you come from Java or C++ background, you are probably used to classic OOP model, and it is hard t...

Learn More 93 12Apr 12 '20