Tech

More Than One Way to Fizz a Buzz

The infamous fizzbuzz question... Everyone's done it, but how many ways can it be done, and how short can it be written? Does it require complex algorithm structures, or just a few if-else? Does it fill up multiple lines, or can you fit it in a single line tweet? Here…

NodeJs Wrapper Module for Tinder's API

After discovering Tinder's private API's, I wanted to document everything I found. What better way than to write a nodejs module that would wrap those API calls into something simple and easy to use? The nodejs module can be found here: https://github.com/tranhungt/tinder_pro The intent was…

Charles Proxy - Discovering Tinder's (Private) API

API calls are generally easy to discover, especially if you use web inspector tools like chrome's built in devtools when interacting with html pages. But what if what you're trying to see what is embedded inside a native app? I was fascinated with how Tinder, the iPhone app, was trasmitting…

Why I work in Tech

I really like just learning new things and solving problems. One of the things I like about technology is that I can just learn anything from anywhere and apply that knowledge to new problems and solve it. I love working on puzzles and solving new problems. It helps me think…

Hello Nodejs

In my spare time, I love learning new technology and figuring out new methodologies to do something. Doing this helps me build a better understanding of how things work and allows me to solve new problems. Why Node? There were a few reasons why I chose to learn Node. My…