Doximity Tech Digest #7

Jun 15, 2015 | Rodrigo Kochenburger

When should you use DateTime and when should you use Time?

Interesting write-up and explanation about the difference of DateTime and Time objects.

Inside NGINX: How We Designed for Performance & Scale

NGINX leads the pack in web performance, and it’s all due to the software's design. Whereas many web servers and application servers use a simple threaded or process-based architecture, NGINX stands out with a sophisticated event-driven architecture that enables it to scale to hundreds of thousands of concurrent connections on modern hardware.

Practical Cryptography With Go

This book explaining cryptography in Go is a good resource for both learning about cryptography and Go.

The Brunch.io Guide

This is an attempt at a comprehensive guide to Brunch, an excellent builder for browser apps that gives Grunt, Gulp, Broccoli, et al. a run for their money.

How to Undo (Almost) Anything with Git

Tips & tricks explaining how to properly undo commits on Git.

Libraries & Tools

Infer

A tool to detect bugs in Android and iOS apps before they ship.