firattonak.comEnhancing API Security with Middleware: Filtering and Masking Requests in .NET CoreMiddleware is a key part of how modern web apps are built, working as a middle layer that handles requests and responses. In API systems, middleware helps make things safer, work better, and follow rules about protecting data. One big problem develop...Jan 15, 2025·18 min read
firattonak.comEasy Steps to Set Up Terraform on MacThis article will teach you about Terraform and how to install it on macOS. You can start using Terraform once you are done with all the steps. This guide is created to serve as a reference for future articles, and it focuses on the installation and...Jan 4, 2025·5 min read
firattonak.comUnderstanding Terraform Provisioner: A Beginner's TutorialWe will examine the provisioner in this article, and you will learn about some common details, such as the file, local-exec, and remote-exec commands and how to use them. What is a Provisioner? A provisioner is a mechanism that is used to execute com...Dec 31, 2024·11 min read
firattonak.comUnderstanding and Using EC2 Key PairsLet's imagine you want to create a virtual server on AWS called an EC2 instance and need a secure way to connect to it. This is where key pairs come in. A key pair acts as a lock and key that ensures you can access only your EC2 instances. This artic...Dec 24, 2024·3 min read
firattonak.comHow to Easily Configure AWS CLI with Your Access Key and Secret KeyThis article will investigate how to create an Access Key and Secret and how to use aws configure command. Please ensure that you have a valid AWS account before proceeding with this article. Go to your AWS Management Console and search for IAM. C...Dec 11, 2024·2 min read