DESCENTE 2017 | |
Transitions with some striking effects on a Japan sports clothing site. |
Scrimba | |
Easy to use code learning screencast. | |
Animista | |
A collection of ready to use CSS animations. |
Switchman | |
An ActiveRecord extension for sharding database. | |
Uncss | |
Remove unused styles from CSS. | |
Ctop | |
Top-like interface for container metrics. | |
Rearmed-js | |
A collection of helpful methods and monkey patches for Arrays, Objects, Numbers, and Strings in Javascript | |
Numscrubberjs | |
Change values of input numbers by dragging the mouse. | |
Space_elevator | |
Client for integrating a ruby application with a remote ActionCable-based backend provided by Rails 5 or compatible framework. | |
Babel | |
A compiler for writing next generation JavaScript. |
Unicode Normalization in Ruby | mar 6 |
The reason we need normalization is that in Unicode there is more than one way to write a character. | |
Towards Minimal, Idiomatic, and Performant Ruby Code | mar 6 |
Sometimes it is necessary to trade performance for readability, or readability for performance, or even break the deal if the trade is not worth it. | |
Micro-optimizations matter: preventing 20 million system calls | mar 6 |
This post explain a micro-optimization can have drastic effect on software performance. | |
Introduction to Web Audio API | mar 6 |
Make sounds in web application through Web Audio API. | |
Linting HTML using CSS | mar 7 |
Some nice CSS tricks to find and lint HTNL code. | |
Concurrency Deep Dive: Multi-process | mar 7 |
Writing a program that uses multiprocessing is quite complex and uses a lot of resources. The upside is that it’s very robust. | |
ODBC and writing your own ActiveRecord adapter | mar 7 |
ODBC is the specification of an API that acts as a common gateway through which a client program can access disparate databases without having to account for individual interfaces. | |
IO#readlines now accepts chomp flag as an argument | mar 7 |
Additionally, IO#gets, IO#readline, IO#each_line, IO#foreach methods also have been modified to accept an optional chomp flag. | |
Want to use ES6 with Rails right now ? Webpack to the rescue | mar 9 |
Explore one way (of many) to configure a Rails application so we can write ES6 code. | |
Google Hangouts is getting a major overhaul to take on Slack | mar 9 |
The core features of Hangouts Chat play on Google’s strengths. It’s deeply integrated into Google Docs and Sheets. | |
Speak | mar 10 |
The speak property in CSS is for specifying how a browser should speak the content it reads, such as through a screen reader. | |
Password Rules Are Bullshit | mar 10 |
The more likely you are to use a truly random password generation tool, the more likely you have suffered. |