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
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.
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.
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.
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.
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.
I was writing SQL that operates on an Oracle DBMS as part of my job.