Hunter Trammell's Blog

I'm a Front End Developer hailing from Kansas City, and I'm excited to welcome you to my blog! Here, you'll find a diverse range of content, from intriguing short stories to informative coding-related articles and tutorials. I'm also thrilled to announce the recent publication of my book on React, Mastering React.js: A Comprehensive Guide to Building Modern, Scalable Web Applications, which I believe will be a valuable resource for fellow developers. Don't miss out on this opportunity to elevate your skills - check it out now by clicking here! Happy Coding and enjoy your stay on my blog!

Recent Posts

JavaScript Zen: Simplifying FrontEnd Development with Alpine.js
Alpine.jsTech Talks

Wednesday, Mar 20, 2024

JavaScript Zen: Simplifying FrontEnd Development with Alpine.js

To quote the creator of Alpine.js, 'I hope you find Alpine to be a breath of fresh air. Silence among noise.' Frontend development has evolved significantly over the years, empowering developers with countless ways to create modern web apps. Alpine.js aims to provide a minimalist alternative to big ol' noisy frameworks.

Read Article
Master React Basics: Components, Props & State Management Explained
ReactJavaScript

Friday, Mar 24, 2023

Master React Basics: Components, Props & State Management Explained

Unlock the core concepts of React development with our in-depth guide on components, props, and state. Learn how to structure React applications like a pro and create engaging user experiences.

Read Article
The beginner's guide to publishing your first package on npm
JavaScriptTypeScriptNode

Thursday, Jul 21, 2022

The beginner's guide to publishing your first package on npm

Publishing a package to npm is easier than you think! In this article, we will take a look at how you can publish your first package to npm.

Read Article
A quick guide on how to strategically use Custom Properties in CSS
CSS

Sunday, Jul 17, 2022

A quick guide on how to strategically use Custom Properties in CSS

Custom Properties or variables in CSS can help keep your stylesheets DRY while providing a way to make your code sustainable. Let's take a look at how you can strategically use custom properties in CSS.

Read Article
How to create a dynamic alert component in React
ReactJavaScript

Monday, Jul 11, 2022

How to create a dynamic alert component in React

Having an alert component that you can trigger from anywhere in your application can be a great asset, let's take a look at how we can achieve this in React

Read Article
A quick guide to understanding the basics of TypeScript
JavaScriptTypeScript

Friday, Jul 1, 2022

A quick guide to understanding the basics of TypeScript

TypeScript is a popular language that adds a type layer on top of JavaScript. Let's take a quick look at why you should use TypeScript and how to get started.

Read Article