atoriegg logo

Stacks

Linux

I installed Ubuntu 20.04 on a PC from 2016 that I inherited from my father, and since then, I've been primarily using that PC for development. Most of my file search and editing tasks are performed through the terminal. For development, I use Vim for the backend and VS Code for the frontend. Additionally, I also host this website on a Linux server that I provisioned myself

Packer By Hashicorp

All server images for the environment hosting this website are configured using Packer. As part of the build process, we perform software updates, apply CIS Benchmark remediation, audit after application, and install the required software.

Terraform By Hashicorp

All instances of the servers in the environment hosting this website are provisioned using Terraform. Many tasks, such as joining the appropriate networks and clusters, are automated, reducing the need for significant internal changes to the servers after their creation.

React, React Native, Next.js and TypeScript

This website is currently built using Next.js. Previously, I created my first WebSite with GitHub Pages with React. A few years ago, I developed a self-management app with React Native, and I continue to use and maintain it as needed.

Nginx and AWK

This website is hosted in an environment that utilizes Nginx. To ensure that the configuration files meet security requirements, I've created an analysis tool for the configuration files using AWK.

Nginx and AWK

This website is hosted in an environment that utilizes Nginx. To ensure that the configuration files meet security requirements, I've created an analysis tool for the configuration files using AWK.

SQL

I was writing SQL that operates on an Oracle DBMS as part of my job.