Developing NPM packages for React Native I'll keep this short: there are a few ways you could potentially develop NPM packages to be used with React Native that I'm aware of: develop them in some folder, use symbolic links
github Setting up a Ghost Blog with Github Pages Github Pages is a static site host on Github for hosting simple blogs for developers or landing pages for their open-source projects. Ghost is "just a blogging platform" that's open source
angularjs Introduction to Flux and Angular Integration For my group's thesis project at Hack Reactor, our client is having us design a vendor app for taking and processing drink orders at bars to accompany the app they have already built
auth0 Introduction to Auth0 One major component of our thesis project is the ability to authenticate users from their Facebook accounts and vendors from their email address/password combinations. To do this, we could either 1) roll
lamport Quantum Computer-Proof Digital Signatures, Part 2 In my previous post, I went over my implementation of a quantum-computer-proof digital signature algorithm known as the Lamport signature scheme. We also learned of its greatest weakness: the keypairs can only be
lamport Quantum Computer-Proof Digital Signatures, Part 1 For my MVP (minimal viable product) project at Hack Reactor, I developed a browser library that implements two quantum-computer-proof digital signature algorithms known as the Lamport and Merkle signature schemes. In this post,
javascript JavaScript's Bind Function Today I'll be walking through my simple, less robust reimplentation of Function.prototype.bind() which, along with apply() and call(), allows us JavaScript developers use functions outside of their defined execution context. However,
cjdns IP Addressing (and a segue into CJDNS) In this post, I'll be lightly elaborating on a 5-minute talk I've yet to give to my classmates at Hack Reactor. We'll start with IPv4 addresses, their format and what's known as address
pseudoclassical This and That, On Inheritance This place rocks. While I can't claim to be an expert on the keyword 'this' or every difference and nuance between the four instantiation styles (functional, functional-shared, prototypal, and pseudoclassical), I definitely have
hack reactor First Day Down Hack Reactor is exactly as intense as you think it would be, if not in terms of content (since we're primarily reviewing some of the later precourse work), then in terms of sheer
hack reactor 'Twas The Night Before Hack Reactor So tomorrow begins the rest of my life. To satisfy a necessary requirement of the program, I set up this blog. Hopefully though, that won't be the only reason why I maintain it.