April 2021
Master Your Craft with These Top UX Tools
When having the right UX tools can be the crucial difference between having a collaborative, seamless, and overall highly effective design workflow and one that’s slow and unproductive, it’s important to stay up to date with the latest tools and technologies.
Why Docker?
While companies like Amazon are releasing their own container services, leverage the portability of containers to create a platform that allows you to work with Docker on from AWS, Microsoft Azure, Digital Ocean, or even to customize it on your own.
Caching in Ruby on Rails 5.2 – Ruby Inside – Medium
A copy of the chapter 14 about Caching of the “Learn Rails 5.2” book (Amazon Link, Apress Link) which was published in April 2018 by…
The Seven Deadly Sins of AI Predictions - MIT Technology Review
When a distinguished but elderly scientist states that something is possible, he is almost certainly right. When he states that something is impossible, he is very probably wrong. The only way of discovering the limits of the possible is to venture a little way past them into the impossible. Any sufficiently advanced technology is indistinguishable from magic.
Event Sourcing made Simple – Kickstarter Engineering
tl;dr: Event Sourcing is to data what Git is to code. We’ve implemented a minimal event sourcing framework at Kickstarter to power d.rip…
Python: party with Strings | Codementor
Simplify string processing in Python 3.6.5 and later
John Byrd's answer to What is the most sophisticated piece of software/code ever written?
Stuxnet worm crypto security
Command-line Tools can be 235x Faster than your Hadoop Cluster - Adam Drake
Introduction As I was browsing the web and catching up on some sites I visit periodically, I found a cool article from Tom Hayden about using Amazon Elastic Map Reduce (EMR) and mrjob in order to compute some statistics on win/loss ratios for chess games he downloaded from the millionbase archive, and generally have fun with EMR. Since the data volume was only about 1.75GB containing around 2 million chess games, I was skeptical of using Hadoop for the task, but I can understand his goal of learning and having fun with mrjob and EMR.
wrotniak.net: Lenses for Olympus E-System Cameras
List and specifications of lenses for Fourr Thirds system cameras, mostly the Olympus E-System
Automated Machine Learning on the Cloud in Python – Towards Data Science
An introduction to the future of data science
Rewriting deprecated APIs with parser gem | Arkency Blog
Rewriting deprecated APIs with parser gem In upcoming Rails Event Store release we’re going to deprecate existing reader methods. They’ll be replaced in favor of fluent query interface — popularized by ActiveRecord. In order to make this transition a bit easier, we’ve prepared a script to transform given codebase to utilize new APIs.
Ruby’s New Exception Keyword Arguments – Square Corner Blog – Medium
exception: false and exception: true
How to solve the Google recruiters’ puzzle about throwing eggs from a building | Codementor
You work in a 100 floor building and you get 2 identical eggs. You need to figure out the highest floor an egg can be dropped without breaking. Find an algorithm that is minimizing number of throws in the worst-case scenario.
A Modern Prometheus – Processing Foundation – Medium
The History of Processing by Casey Reas and Ben Fry
How I’ve captured all passwords trying to ssh into my server!
How I’ve captured all passwords trying to ssh into my server! URL: https://hackernoon.com/how-ive-captured-all-passwords-trying-to-ssh-into-my-server-d26a2a6263ec Type: link Domain: hackernoon.com
Actionable Tips to Improve Web Performance with Rails
Web performance is an extremely important metric in the digital world. Learn tools and tricks for its improvement and enjoy both better Rails-related and General Web performance.
Building A Creative & Fun API Client In Ruby: A Builder Pattern Variation
I stumbled upon the Datamuse API the other day as I was looking for thesaurus-like data for some small app I am currently toying with. If…