jellyjen blog

Flask pt.2 - M of MVC with SQLAlchemy

Of course it’s probably a good idea to read and work through a tutorial in order, as the creator intended, but I didn’t do that.


Trying out new frameworks - Flask

I wanted to try out some other web frameworks in different languages to see how they worked and if I would have a preference for one. The first new one I tried was Python Flask.


Binary Conversion and Bitwise Operators

Bitwise operators and binary conversion is a topic that may come up in CS algorithms and problem solving.


Module.exports in node.js (+ testing your npm package!)

In a previous blog post, I discussed the process of creating and publishing an npm package. This will be a post on testing and using your own npm package and further understanding module.exports in node.js.


Java Installation on OSX

A quick post on installing Java versions and jenv, a Java environment manager on mac OS using Homebrew in terminal.