We’ve talked about grounding (giving an AI a textbook to look at) and prompting (giving an AI clear instructions). But sometimes, you don't just want the AI to look at a book; you want the AI to become an expert in its bones. This is called Fine-Tuning.
Learn Information Security
A place to share links and articles that i have found helpful. This blog tends to be more offensive security minded. Basically it is a collection of notes that I will update periodically. None of this is set in stone, and I could very well be wrong on most of it. Just saying.
Single-Page Application
This was a new term for me as I started putting together my most recent study guide. SPA, which stands for Single-Page Application. While it sounds like a simple website, an SPA represents a fundamental shift in how web applications function, bringing unique challenges to the world of information security. Understanding SPAs is critical because they are the primary reason tools like PKCE and OIDC became industry standards.
Connecting Code to Capital: Understanding EPS
In the IT sector, we often measure success through “per unit” metrics: requests per second, cost per gigabyte, or tickets per agent. In the world of public markets and executive leadership, the ultimate “per unit” metric is EPS, or Earnings Per Share.
For an IT professional aiming for a managerial role, EPS is the bridge between your technical efficiency and the company’s stock price. It is the single most watched number by investors and the Board of Directors because it reveals how much actual profit each share of the company is generating.
IaC – Infrastructure as Code
The Recipe for Modern IT
Cloud Formation Example
Imagine you’re a System Administrator tasked with setting up a new environment. Traditionally, this involves a long checklist: log into the console, click through menus to create a VPC, spin up three VMs, configure storage, attach security groups, and set up a load balancer. If you need a second environment for testing, you have to do it all over again, and hope you didn't miss a single checkbox. AWS Cloud Formation turns that manual checklist into a text file.