Jacob LozanoBitwise 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
Jacob LozanoSimple 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
Jacob LozanoD3.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
Jacob LozanoUtilizing 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
Jacob LozanoPrimitives 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
Jacob LozanoOAuth: 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
Jacob LozanoHow 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
Jacob LozanoWorking with APIsWorking with APIs when they don’t want to work with youSep 9, 2020Sep 9, 2020
Jacob LozanoServer 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
Jacob LozanoForcing #pluralize to Work for YouHaving Rails do the messy pluralization you want it toJul 27, 2020Jul 27, 2020