Welcome to my personal site, joshhollis.dev!
Why I Built This Site
- With more frontend projects at work, I wanted a place to sharpen and showcase my skills.
- I designed this as a creative playground for experimenting with new ideas and technologies.
- My previous site (created back in college) was great for the time but didn’t support the customizations I wanted for my current projects and aesthetic.
Exploring the Tech Stack
I’ve customized code styling with Dracula for Prism, enhancing readability and giving the code blocks a polished look.
const greeting: string = 'Hello, World!';
console.log(greeting);