Python at Netflix
Discover how a big company like Netflix uses Python across different departments: CDN, machine learning, devops, recommendation, etc.
“Science and technology revolutionize our lives, but memory, tradition and myth frame our response”
Best 7 links of week #19, 2019
Discover how a big company like Netflix uses Python across different departments: CDN, machine learning, devops, recommendation, etc.
An interesting overview of two common JavaScript array methods, push and concat, and why concat is much slower than push.
A wonderful series of articles to introduce you to the art of creating multiplayer browser-based games using mostly JavaScript, Node.js and websockets.
JPEG images are everywhere in our digital lives, but behind the veil of familiarity lie algorithms that remove details that are imperceptible to the human eye. This produces the highest visual quality with the smallest file size—but what does that look like? Let's see what our eyes can't see!
An interesting article for serverless lovers. It describes the current status of Fargate, the AWS Docker-based serverless runtime, and compares it with AWS Lambda and Kubernetes.
Learn all the fundamentals of the Rust programming language in this excellent video. Really good if you have tried multiple times to get started with this language but you were discouraged by the sheer amount of new concepts to understand.
A while back I wrote about using DynamoDB TTL to implement ad-hoc scheduling. It generated some healthy debate and a few of you have mentioned alternatives including using Step Functions. So let’s take a look at some of these alternatives, starting with the simplest – using a cron job.
by William E. Shotts Jr.
The Linux Command Line takes you from your very first terminal keystrokes to writing full programs in Bash, the most popular Linux shell. Along the way you'll learn the timeless skills handed down by generations of gray-bearded, mouse-shunning gurus: file navigation, environment configuration, command chaining, pattern matching with regular expressions, and more. In addition to that practical knowledge, author William Shotts reveals the philosophy behind these tools and the rich heritage that your desktop Linux machine has inherited from Unix supercomputers of yore.