tskmstr
=============
== tskmstr ==
=============
Gone Fishing! - automation: let the robots take over.

Adding an SSH Key to an EC2 Server (Resolving "Too many authentication failures" issue)

aws linux ssh

A situation where you provision an EC2 server with the selected key-pair provided (and downloaded by you) but you want to use another SSH key-pair to authenticate into the server?

Read more...

Infrastructure Deployment with Terraform

terraform aws linux

In the realm of cloud infrastructure orchestration, Terraform has emerged as a potent tool for achieving agility and efficiency. In this blog post, we’ll delve into a project that encapsulates the power of Terraform in creating a scalable and resilient WordPress infrastructure on AWS.

Read more...

A Primer on Getting (UN)Comfortable with Terraform

terraform

Let’s dive into this new world of Terraform.

Read more...

Using The Return Keyword in Go

go

In simple terms, return is a keyword in Go that is used to end the execution of a function and return a value to the caller of the function.

Read more...

White-Box Testing

testing

White box testing is a software testing method that uses the internal structure or design of the software to design test cases.

Read more...
Previous Page 2 of 3 Next Page