Programming an Open Source Amp Sim Plugin, pt. 1In February of this year I wanted to learn DSP and C++ and dreamed up a little project to accomplish that; a real-time audio effect plugin…Oct 24, 2022Oct 24, 2022
An Introduction on Writing Active Record ValidationsActive Record gives us the the tool of validations to make sure our backend data is reliable, good, and coherent. Learning to actually use…Jun 29, 2022Jun 29, 2022
How to store a date when working with Active RecordRecently, while building a project involving dates, I ran into the issue of how to actually store the data of the date. Javascript has its…Jun 7, 2022Jun 7, 2022
Using Routing in React to Filter DataWith using routing to create sleek and modern web pages, often we will want to have ways to view large amounts of data and be able to use…May 17, 2022May 17, 2022
Binary Search AlgorithmOften in programming, we brush up against problems that are best solved by algorithms. This is a detailed explanation of the first…Apr 21, 2022Apr 21, 2022