Open in app

Sign In

Write

Sign In

Jacob Lozano
Jacob Lozano

19 Followers

Home

About

Jan 11, 2021

Bitwise Operators Pt. II: Use Cases

Luckily with today’s computing power, the necessity of bit manipulation isn’t as prevalent as it once was as programmers no longer need to account for every literal bit. Still, these are good things to have in your tool belt, especially in low memory environments like in PLCs. A common example…

3 min read

3 min read


Jan 3, 2021

Simple Bit Manipulation, pt. I

Bit Manipulation is a tool programmers use to flex that they have a CS degree. The concepts are rudimentary, but actually utilizing these low level functions is much harder. Great programmers like John Carmack and Terje Mathisen of Id Software can utilize bit manipulations for bespoke code, as they did…

Bit Manipulation

3 min read

Bit Manipulation

3 min read


Dec 29, 2020

D3.js Data Binding

D3.js (Data-Driven Documents) is a framework used to better show case data, whether it be through animations, transitions, or proper charting. D3 allows arbitrary data to be bound to the DOM, better allowing transitions and user interaction with the data itself. As data can change on the fly, say from…

2 min read

2 min read


Dec 22, 2020

Utilizing JavaScript Closures

JavaScript closures allow JS to emulate object-oriented languages without the use of frameworks or packages. Closures aren’t exactly intuitive, but what they lack in readability, they make up for in functionality, for lack of a better term. To start off with, closures are formed by functions. …

Closures

2 min read

Closures

2 min read


Dec 15, 2020

Primitives vs. Reference Types: Bugs from Hell

Primitives and Reference Types are two distinct methods of how variables are stored in memory. Sometimes its a reference to where they’re stored in memory (like a location) and sometimes they’re stored as a value. This distinction in data types leads to difficult bugs because if you don’t know this…

2 min read

2 min read


Dec 8, 2020

OAuth: Why and Conceptualization

OAuth is certainly a buzzword, and for good reason. It solves (and even better, outsources!) several verification issues. What isn’t talked about as fondly is its implemention. The first step remains the same however: conceptualization. The very first thing a new application wants to know is “are you YOU?” and…

Oauth2

3 min read

Oauth2

3 min read


Sep 29, 2020

How JavaScript Eventually Becomes 0110101110

When 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 console? Is it really as simple as a JavaScript engine running your high level code through a interpreter/JIT compiler combo, passing it through an Assembler…

3 min read

How JavaScript Eventually Becomes 0110101110
How JavaScript Eventually Becomes 0110101110

3 min read


Sep 9, 2020

Working with APIs

A simple question: How do you work with APIs? Well you don’t. There is almost no cooperation on the APIs end and you will exclusively have to work around the APIs lack of documentation and functionality. …

API

4 min read

Working with APIs
Working with APIs
API

4 min read


Aug 18, 2020

Server Responses and How to Make Sure You Can Blame Everyone But Yourself

There’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 someone is having a bad day.

Http Response

4 min read

Server Responses and How to Make Sure You Can Blame Everyone But Yourself
Server Responses and How to Make Sure You Can Blame Everyone But Yourself
Http Response

4 min read


Jul 27, 2020

Forcing #pluralize to Work for You

Often times QoL fixes change code that make 90% of the tasks we do 10% faster, but make the other 10% of tasks 100% slower. It can be a pain when your entire program is in the 10% niche. Ruby, and by extension Rails, ActiveRecord, and all other libraries/gems that…

Rails Pluralization

3 min read

Forcing #pluralize to Work for You
Forcing #pluralize to Work for You
Rails Pluralization

3 min read

Jacob Lozano

Jacob Lozano

19 Followers

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech