Tag: Programming
-
The shocking secret about Static Types
Posted on May 13, 2017, Level beginner Resource Length long
Eric Elliott has written excellent article about static types and why the feeling that they make us more productive may be wrong.
Tags programming functional-programming
-
Java 9: Step by Step From Zero to Modules (Part 1)
Posted on May 6, 2017, Level intermediate Resource Length short
Tomer Ben David wrote guide which covers the basic building blocks of making modules in Java 9.
Tags programming java
-
An Overview of Object-Oriented Programming Using Python
Posted on March 30, 2017, Level beginner Resource Length medium
Sajjan Kumar article serves as intro into Object-Oriented Programming in Python.
Tags programming python oop
-
The Algorithms Behind Probabilistic Programming
Posted on February 1, 2017, Level beginner Resource Length medium
This post by Mike gives a feel for the content in our report on probabilistic programming by introducing the algorithms and technology that make probabilistic programming possible.
Tags programming big-data
-
Become a Better Coder by Keeping a Programming Journal
Posted on January 30, 2017, Level beginner Resource Length medium
Joel Lee had been programming since he was 13, yet still find it both challenging and rewarding. There's nothing quite like it. But it can be overwhelming at times, leading some people to give up and quit.
Tags programming agile
-
Token-Based Authentication With Flask
Posted on January 28, 2017, Level intermediate Resource Length long
This tutorial takes a test-first approach to implementing token-based authentication in a Flask app using JSON Web Tokens (JWTs).
Tags programming python microservices
-
Some Better Practices For Using Requests in API Clients
Posted on January 20, 2017, Level intermediate Resource Length short
Ian Cordasco has written a few API client libraries and works on Requests (Python) and shares overlapping knowledge in this article.
Tags apis microservices programming
-
Introduction to Erlang and Elixir
Posted on January 14, 2017, Level beginner Resource Length short
Tom Whitbread's intro into Elixir. Elixir is a fast, dynamic and scalable language which is fast becoming adopted by the startup crowd and established businesses alike for production applications.
Tags programming erlang elixir