Tag: Software engineering
-
Managing Shared Secrets
Posted on May 15, 2017, Level beginner Resource Length long
Jakob Holderbaum article about managing shared secrets when working on a shared codebase.
Tags security-and-privacy software-engineering
-
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 software-engineering
-
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 software-engineering backend-development
-
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 software-engineering backend-development
-
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 software-engineering data-and-analytics
-
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 software-engineering leadership-and-career
-
Resource Hints - What is Preload, Prefetch, and Preconnect?
Posted on January 30, 2017, Level beginner Resource Length long
Brian Jackson good article xploring current resource hints and directives which can be another great way to boost the performance on your website or web application.
Tags software-engineering frontend-and-mobile miscellaneous
-
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 software-engineering backend-development architecture-and-apis
-
How Load Speed Impacts User Focus Time: Analysis of 83,828 Sessions
Posted on January 24, 2017, Level beginner Resource Length medium
Jack Maden (and team) created series of articles in which they summarize the key findings of our extensive data science report on load time. While part one looked at bounce rate, and part two focused on page count, this post summarizes their findings regarding focus time.
Tags frontend-and-mobile software-engineering
-
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 architecture-and-apis software-engineering
-
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 software-engineering backend-development
-
Modern Functional Programming: Part 2
Posted on January 12, 2017, Level advanced Resource Length long
John a De Goes thoughts on what the architecture of modern functional programs should look like.
Tags software-engineering architecture-and-apis