top of page

Search
All Posts


Understanding AWS Identity and Access Management (IAM)
Identity and Access Management (IAM) is a security framework that involves policies, processes and technologies for organisations to...
emsuraki5
Sep 8, 20254 min read


Open Systems Interconnection (OSI) Model
In this blog, we are going to take a look at an essential model used in networking which is the Open Systems Interconnection Model (OSI...
emsuraki5
Aug 26, 20254 min read


Networking 101
Networking is the practice of connecting two or more devices—like computers, smartphones, servers, or printers—so they can share data,...
emsuraki5
Aug 25, 20258 min read


Information Security
As I start to dive deeper into learning about Security beginning with the fundamentals, I will start documenting what I learn through my...
emsuraki5
Aug 21, 20254 min read


Python Bootcamp : 100 Days of code - Day 1
Revisions Day 1 print() Function The print() function prints the specified message to the screen, or other standard output device....
emsuraki5
Aug 20, 20253 min read


Your First Deployment: The Essential Terraform Lifecycle
Now that we have covered the overview of Terraform, including how it works, tracks your infrastructure, and state files, we are going to...
emsuraki5
Aug 20, 20255 min read


Unlocking the Cloud with Infrastructure as Code (IaC): An Introduction to Terraform
We all know about the inherent challenges of traditional, manual infrastructure management, where human error and inconsistent...
emsuraki5
Aug 20, 20254 min read


The Twelve Factor App Part II
In this blog post, we will be building on what was covered in Part I where the first six principles of the framework was discussed. The...
emsuraki5
Aug 19, 20253 min read


System Design Fundamentals Part 1
System Design is the process of defining the architecture, components, modules, interfaces, and data of a system to meet specific...
emsuraki5
Aug 18, 20255 min read


The Twelve-Factor App Part 1
Software developers collaborating on a project Over a decade ago, Heroku co-founder, Adam Wiggins published the 12-factor app as a...
emsuraki5
Jun 10, 20253 min read


Learning Prompt Engineering Fundamentals with PartyRock Apps
PartyRock is a playground where you can build AI-generated apps powered by Amazon Bedrock . It uses foundation models from Bedrock to...
emsuraki5
Jun 10, 20253 min read


Building a Secure and Scalable Static Website with Authentication on AWS using Terraform
In this blog post, I’ll walk you through a public repository that deploys a secure and scalable React single-page application (SPA) on...
emsuraki5
Jun 9, 20252 min read
bottom of page