August 19, 2026
Was not really sure what I wanted to write about, so I thought I would just write about a few of my thoughts I had this week. Heroku's free tier I jus...
Read MoreAugust 19, 2026
What is website accessibility? Some users on your sites will use screen readers, only use a keyboard to navigate, use screen magnification or use spee...
Read MoreAugust 19, 2026
What is website accessibility? Some users on your sites will use screen readers, only use a keyboard to navigate, use screen magnification, use speech...
Read MoreAugust 19, 2026
What are React Hooks? They are functions in React that allow you to add react functionality to function based components. What is the useState hook? T...
Read MoreAugust 19, 2026
What are React hooks? They are functions in React that allow you to add react functionality to function based components. What is the useRef hook? Thi...
Read MoreAugust 19, 2026
What are React hooks? They are functions in React that allow you to add react functionality to function based components. What is the useMemo hook? Th...
Read MoreAugust 19, 2026
What are React hooks? They are functions in React that allow you to add react functionality to function based components. What is the useEffect hook? ...
Read MoreAugust 19, 2026
What are React hooks? They are functions in React that allow you to add react functionality to function based components. What is the useContext hook?...
Read MoreAugust 19, 2026
I recently had a technical front end interview. I did not do as well on the CSS portion of the interview as I had hoped. As a result, I have been prac...
Read MoreAugust 19, 2026
What is a Linked List? A linked list data structure involves a series of Nodes linked together. Each Node will have a data value and a reference to th...
Read MoreAugust 19, 2026
What do the key words var, let and const do? These key words are used to declare variables in JavaScript. var firstName = 'Bob'; let lastName = 'Bobso...
Read MoreAugust 19, 2026
What is the Spread Operator? This syntax is used to succinctly pass multiple values from either an Array or Object to an expression where elements are...
Read MoreAugust 19, 2026
What is Apache Arrow? Apache Arrow is a series of libraries that enable large data systems to process and transfer data quickly and efficiently. It is...
Read MoreAugust 19, 2026
Modern web development offers a plethora of frameworks, libraries, and products, each catering to different project needs. However, the choice between...
Read MoreAugust 19, 2026
What is an arrow function in JavaScript? Arrow functions are an alternative way of writing functions in JavaScript. There are a few limitations compar...
Read More