The Four Pillars of Object Oriented ProgrammingObject Oriented Programming is a coding paradigm/model that emphasizes code reusability and modular construction through the use of classes…May 3, 2021May 3, 2021
React and TypeScript: the BasicsAfter familiarizing yourself with TypeScript, you are probably well aware of the time saving and error reducing benefits it offers when…Apr 26, 2021Apr 26, 2021
Interfaces in TypeScript Pt. 1Interfaces are a powerful tool in TypeScript which allow us as developers to define the specific rules and syntax of a new “type” we wish…Apr 19, 2021Apr 19, 2021
Arrays in TypeScriptAs mentioned in a previous entry on TypeScript, TypeScript is a framework for JavaScript that implements a type system in your JavaScript…Apr 12, 2021Apr 12, 2021
TypeScript: Type Annotation & Type InferenceTypeScript is a framework for JavaScript that implements a type system in your JavaScript code. It analyzes the code we write using type…Apr 5, 2021Apr 5, 2021
An Introduction to MVCMVC is a software architectural design pattern commonly used to compartmentalize and separate the functionality of an application. There…Mar 28, 2021Mar 28, 2021
Introductory Mobile Responsive Design with CSS Media QueriesWe are apes on the go, and as we continue to harness silicon into the ubiquitous glass rectangles we refer to as mobile devices, the…Mar 22, 2021Mar 22, 2021
JSX: the What, How, and WhyIn order to streamline the process of writing code in JavaScript, the React framework does a magnificent job of containing the necessary…Mar 8, 2021Mar 8, 2021
useEffect and The Component LifecycleThe component lifecycle has always been an essential element of React app building, allowing developers to dictate how a component should…Mar 1, 2021Mar 1, 2021