Python List Comprehensions Tutorial
List comprehensions in Python are a great feature but also a little hard to wrap your head around at first. Basically a list comprehension is a one line for loop...
3 posts from November 2016
List comprehensions in Python are a great feature but also a little hard to wrap your head around at first. Basically a list comprehension is a one line for loop...
NextJS is a very interesting, minimalistic framework for server-rendered React applications. If you’re new to React or NodeJS in general, the current documentation for NextJS can be confusing.
Tom Preston-Werner, the original creator of Jekyll and co-founder of Github, gave a talk back in 2015 at JekyllConf2015 that’s mind-blowing. The general theme is on the future of static...