#Hot https://www.ftc.gov/news-events/press-releases/2019/07/ftc-imposes-5-billion-penalty-sweeping-new-privacy-restrictions
Federal Trade Commission
FTC Imposes $5 Billion Penalty and Sweeping New Privacy Restrictions on Facebook
NOTE: The FTC hosted an IN-PERSON press conference at FTC Headquarters, 600 Pennsylvania Ave, NW, Washington D.C., on July 24, 2019.
#JS JavaScript: What’s new in ES2019
https://blog.tildeloop.com/posts/javascript-what%E2%80%99s-new-in-es2019
https://blog.tildeloop.com/posts/javascript-what%E2%80%99s-new-in-es2019
#Serverless https://medium.com/serverless-mvp/custom-runtimes-in-aws-lambda-a-good-idea-yes-but-only-if-you-have-to-259eab4d3443
Medium
Custom Runtimes in AWS Lambda. A good idea? Yes, but only if you have to!
At the start of 2018 I was tasked with building out a 100% Serverless infrastructure to replace a 7 million line decade old monolith. The…
#Ruby #Rails https://www.digitalocean.com/community/tutorials/how-to-build-a-ruby-on-rails-application
Digitalocean
How To Build a Ruby on Rails Application | DigitalOcean
Rails is a web application framework written in Ruby. It takes an opinionated approach to application development, assuming that set conventions will best se…
#Development https://leandromoreira.com.br/2019/08/02/linux-ffmpeg-source-internals-a-good-software-design/
Leandro Moreira
Good Code Design From Linux/Kernel
Learn how Linux/FFmpeg C partial codebase is organized to be extensible and act as if it were meant to have “polymorphism”. Specifically, we’re going to briefly explore how Linux …