Clay Hess
Full Stack Designer & Developer
- UX Design
- Adobe
- Agile Scrum
- HTML
- CSS
- JavaScript / TypeScript / Node
- React
- .Net
Let's Change the World
Digital Passion
Each of us relies on some sort of technology to improve our lives and the lives of others.
We Solve Real Problems
what can we do for you?
Web / App Development
Agile Scrum
SEO
Strategy & Marketing
Web Design
Content Management
Clay Hess
our work inspires smiles
Let's Change the World
Your Dream. Our Mission.
A Belief In Hard Work And Dedication
Web technology can be an amazing tool to improve businesses, quality of life and bring hope to those that otherwise may not receive it if it weren’t for a technological advance.
Thoughts & Musings
Our Passion
We have a passion for not only solving problems, but also sharing knowledge. Check out our various posts below…

This Keyword
In JavaScript functions, you will see the special “this” keyword used. Let’s see it in an example… The “this” keyword refers to the object itself. You will see this in object function properties often. Happy Coding! Clay Hess

Closures
When a function runs, it goes through its code, then completes. Everything goes out of scope. There are times when we might want some information to “hang around”. Let’s start by looking at an example… Within our IIFE, we have a variable (animalName). We also have a nested function that
