Mindful Ramblings

My thoughts on JavaScript, cryptocurrency stuff, and random things in between

  • Home

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

  • Sunny G
    Sunny G
1 min read
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

  • Sunny G
    Sunny G
3 min read
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

  • Sunny G
    Sunny G
2 min read
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

  • Sunny G
    Sunny G
1 min read
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

  • Sunny G
    Sunny G
4 min read
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,

  • Sunny G
    Sunny G
2 min read
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,

  • Sunny G
    Sunny G
2 min read
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

  • Sunny G
    Sunny G
3 min read
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

  • Sunny G
    Sunny G
1 min read
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

  • Sunny G
    Sunny G
1 min read
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.

  • Sunny G
    Sunny G
1 min read
Mindful Ramblings © 2018
Latest Posts Twitter Ghost