Computing and IT Learnings

Learning. Understanding. Deploying.

View My Work

Selected Work

Screenshot of my portfolio website

Portfolio Site

A responsive portfolio built with semantic HTML and Modern CSS.

View Code →

Latest Writing

How I Built This Portfolio

Jan 5, 2026

Building a site with HTML and CSS. Here is a snippet of the CSS I used for the navigation hover effect:

.site-nav a:hover {
    color: var(--color-orange);
    transition: color 0.2s;
}
.site-nav a:hover {
    color: var(--color-orange);
    transition: color 0.2s;
}
Read full article →

About Me

When I am not coding, I am exploring new design trends and learning how to make the web faster and more inclusive for everyone.

My Current Tech Stack

  • HTML
  • CSS
  • Python
  • SQL
  • VS Code