Bitwise Operators Pt. II: Use CasesLuckily with today’s computing power, the necessity of bit manipulation isn’t as prevalent as it once was as programmers no longer need to…Jan 11, 2021Jan 11, 2021
Simple Bit Manipulation, pt. IBit Manipulation is a tool programmers use to flex that they have a CS degree. The concepts are rudimentary, but actually utilizing these…Jan 3, 2021Jan 3, 2021
D3.js Data BindingD3.js (Data-Driven Documents) is a framework used to better show case data, whether it be through animations, transitions, or proper…Dec 29, 2020Dec 29, 2020
Utilizing JavaScript ClosuresJavaScript closures allow JS to emulate object-oriented languages without the use of frameworks or packages. Closures aren’t exactly…Dec 22, 2020Dec 22, 2020
Primitives vs. Reference Types: Bugs from HellPrimitives and Reference Types are two distinct methods of how variables are stored in memory. Sometimes its a reference to where they’re…Dec 15, 2020Dec 15, 2020
OAuth: Why and ConceptualizationOAuth is certainly a buzzword, and for good reason. It solves (and even better, outsources!) several verification issues. What isn’t…Dec 8, 2020Dec 8, 2020
How JavaScript Eventually Becomes 0110101110When you type the special moon runes into your Text Editor, how does your Chrome know that you’re trying to print “Hello World” to your…Sep 29, 20201Sep 29, 20201
Server Responses and How to Make Sure You Can Blame Everyone But YourselfThere’s a whole suite of server errors. Sometimes they tell you when you’ve hit an information dead-end and sometimes they tell you when…Aug 18, 2020Aug 18, 2020
Forcing #pluralize to Work for YouHaving Rails do the messy pluralization you want it toJul 27, 2020Jul 27, 2020