Terry Threatt

Terry Threatt @terrythreatt

About: 🖥 Software Engineer

Location:
Houston, Texas
Joined:
Feb 14, 2020

Terry Threatt
articles - 36 total

FizzBuzz for Javascript

New developers will surely see this problem show up in technical interviews. FizzBuzz is a classic...

Learn More 12 6Jul 10 '21

5 reasons to use node.js

What is Node.js Node.js is an open-source Javascript run-time. It is used to create...

Learn More 111 4Jul 4 '21

How to use control flow in javascript

When you are programming in Javascript. The lines of code are executed line by line. In order to...

Learn More 5 0Jun 27 '21

What is a relational database?

When you develop functional websites and web applications. A major requirement to hold customer data...

Learn More 1 0Jun 20 '21

Semantic HTML in 5 Minutes

What is Semantic HTML Semantic HTML refers support and accessibility tags introduced to...

Learn More 19 0Jun 12 '21

5 Skills You Need To Become A Developer

Before I got my start developing programs. I gained interest in development and quickly wondering wha...

Learn More 3 0Jun 5 '21

Working with Javascript Events

The motivation of the web development is to provide a web experience that provides pages of informati...

Learn More 5 0May 31 '21

CSS Flexbox in 5 Minutes

What is CSS Flexbox CSS Flexbox is a one-dimensional layout module that can be used to mak...

Learn More 54 4May 23 '21

Exploring Web Accessibility: a11y

The web is a great big place with lots of exciting things to explore but did you know that there is a...

Learn More 17 0May 16 '21

Object Relationships Intro

When you are constructing object-oriented programs in programming. You will run into a need to model...

Learn More 4 0May 9 '21

Javascript Array Crash Course

When we develop programs for people to use in Javascript, We need to take advantage of data structure...

Learn More 20 2May 1 '21

7 Reasons Why You Need To Learn Javascript

According to Wikipedia, there are at least 700 programming languages that exist. As developers, we kn...

Learn More 4 0Apr 25 '21

How to work with error handling in Javascript

In programming unintended side-effects called errors can and will happen in your code. Allowing these...

Learn More 16 4Apr 17 '21

Best things to know about debugging code.

Debugging is the process of identifying errors in your code the prevent your code from running in the...

Learn More 6 0Apr 12 '21

How I learned Javascript Loops

In life we understand Loops to be a repetitive direction an object is traveling in perpetuity or unti...

Learn More 13 0Apr 4 '21

All About Javascript Objects

What are objects Objects are things we can perceive with our senses like an iPhone, Appl...

Learn More 15 0Mar 29 '21

Strands of information about Javascript Strings

In a programming language, we are directly speaking to a computer and provided instructions to execut...

Learn More 5 0Mar 21 '21

Design Patterns: Singleton

This week I came across a Youtube video discussing the need to understand design patterns as a develo...

Learn More 7 0Mar 14 '21

Simplifying Scoping in Javascript

Scoping is one of the fundamental parts of how Javascript works. Scoping is defined as the context of...

Learn More 5 1Mar 7 '21

Vanilla Javascript Fetch Refresher

If you've been developing with any of the powerful Javascript frameworks/libraries like React, Vue, a...

Learn More 25 0Feb 28 '21

5 things you need to get about working with Git

Since being introduced in 2005 by Linus Torvalds (Creator of the Linux kernel). The distributed versi...

Learn More 6 0Feb 15 '21

How to write a SQL Inner Join

When you are new to writing SQL queries, A big hurdle is learning to gather necessary data with compl...

Learn More 7 0Feb 7 '21

What is the Execution Context in Javascript?

Javascript is quite often referred to as the most loved program and the most hated programming langua...

Learn More 11 0Jan 31 '21

React Hooks in action

React Hooks If you have been developing in React since early 2019, you may have heard Reac...

Learn More 0 0Jan 24 '21

What's a promise? Exactly...

What is a promise If you have been learning Javascript or writing Javascript you have come...

Learn More 1 0Jan 17 '21

Final Bootcamp Project

Final project I wrapped up my final project for the Flatiron School Bootcamp. I highly rec...

Learn More 1 0Dec 11 '20

The Four Principles of Object Oriented Programming in Python

Object-oriented or OOP we shall call it is one of several different programming paradigms used in ord...

Learn More 29 4Nov 12 '20

What is mapStateToProps in Redux?

If you are an experienced ReactJS developer and you are familiar with Redux then you have heard or se...

Learn More 21 3Nov 8 '20

Why You Should Be Using React

One of the most important decisions in web development is to choose the right tool for the right job....

Learn More 29 6Oct 30 '20

Javascript / Rails API Project: Moby - Book Review App

Project Overview I just wrapped up a new single-page app to fulfill project requirements...

Learn More 7 0Sep 28 '20