A breakdown of Nyquist–Shannon sampling theoremThe Nyquist-Shannon sampling theorem is the mathematical theorem which serves as the theoretical framework for Analog-to-Digital signal…Jul 27, 2021Jul 27, 2021
How do Analog-to-Digital Converters Work?In order to convert an analog signal into a digital signal it is essential to include an Analog-to-digital converter somewhere along the…Jul 20, 2021Jul 20, 2021
An Overview of Digital Signal ProcessingThe first examples of audio recording devices were entirely mechanical. These recorders typically used a conical horn to detect fluctuation…Jul 11, 2021Jul 11, 2021
Approaching Algorithms with JavaScriptTwo Sum is the name for one of the most common questions asked in coding interviews. Given an array of integers and a number, return the…Jul 6, 2021Jul 6, 2021
The State within JavaScriptState is an important concept to understand for any kind of application development. Like many other coding bootcamp graduates, I initially…Jun 28, 2021Jun 28, 2021
Conditional Rendering in ReactConditional rendering allows for a React user interface (UI) to render different elements based on a condition. Conditional rendering is…Apr 18, 2021Apr 18, 2021
Using Components to Structure React Web ApplicationsReact is a JavaScript library that allows for an expedited workflow when constructing complex web applications. React accomplishes this…Mar 27, 2021Mar 27, 2021
JavaScript CRUD Functionality Using Fetch RequestsThe JavaScript Fetch API provides JavaScripts with a generic answer for generating the Request/Response cycle inherent to network requests…Mar 7, 2021Mar 7, 2021
ActiveRecord Macros and Ruby InheritanceThe term ‘active record pattern’ was coined by Martin Fowler in his 2003 book Patterns of Enterprise Application Architecture. Fowler…Feb 14, 2021Feb 14, 2021