Archive

Archive for February, 2018

Functional Programming in JavaScript

February 8, 2018 Leave a comment

Published on Jun 21, 2015

Support the show by becoming a Patreon
https://www.patreon.com/funfunfunction

In this video series, I will teach you how to do functional programming in JavaScript. In this first one, I will tell you about one of the most important concepts in functional programming: Higher-order functions. I will talk about what higher order-functions are, and then move on to code, and show you how to use them. I will also tell you why you should learn functional programming in the first place.

Caption authors (Portuguese)
Lucas Fernandes da Costa Nickollas Coelho
Caption author (French)
tag9724
Category
Science & Technology
License
Creative Commons Attribution license (reuse allowed)

Categories: Interesting Tags:

Using setup.py in Your (Django) Project

February 8, 2018 Leave a comment

A client recently asked me why all the Django projects we create have a setup.py in the root of the project. Lots of projects get by just fine without one, so why do I use it? The explanation turned out a bit long-winded, so I thought I’d turn it into a blog post here.


https://lincolnloop.com/blog/using-setuppy-your-django-project/

Categories: Interesting