Offf - Italia | |
Pretty neat navigation trick |
You might not need Javascript | |
You can build so many functional UI components without the additional dependency. | |
Bitwarden | |
Store and sync password across devices. | |
SQL style guide by Simon Holywell | |
A consistent code style guide for SQL to ensure legible and maintainable projects. | |
Your Social Media Fingerprint | |
Any website can detect on which platforms you're signed up (mostly on chrome, and a little less on firefox). | |
The Open Guide to Amazon Web Services | |
A huge practical guide. |
mastodon | |
A GNU Social-compatible microblogging server | |
botstack | |
Rapid FB chatbot development with ruby on rails. | |
Nodejs-dashboard | |
Telemetry dashboard for node.js apps from the terminal! | |
glean | |
A tiny bitmap font for programming | |
Git-Repo | |
utility for managing services | |
Resinos | |
Run Docker containers on embedded devices |
Refine Your Ruby Util Objects | oct 9 |
Use refine to do monkey patch with monkey. | |
Euruko 2016 - Ruby is dead, long live Ruby! | oct 10 |
What can we expect for ruby 3? | |
Diving into How Hashes Work in Ruby | oct 10 |
By far the largest costs in hashing are the rehashing, hash calculation, and bucketing. | |
Wasting Time TDDing The Wrong Things | oct 11 |
Use top-down approach to prevent refactoring your test all the time. | |
How we save money by using DDD and Process Managers | oct 11 |
A clever payment management system. | |
How to generate and add sitemap to your Rails Application | oct 11 |
SitemapGenerator gem is the easiest way to generate Sitemaps in Ruby. | |
Exploring CLI Best Practices | oct 12 |
List of best practices they use at Localytics. | |
How kubeadm Initializes Your Kubernetes Master | oct 12 |
kubeadm is a new tool that is part of the Kubernetes distribution as of 1.4.0 | |
Yarn Package Manager: An Improvement over npm | oct 13 |
Yarn is the newest package manager on the block with speed and improvements over npm. | |
We need JavaScript to fix the web | oct 15 |
Own the responsibility to work around JS flaky nature and reliability issues. |
This week there is a lot of noise in the JS ecosystem, on various trends. But the most noticeable is about Yarn. Yet another package manager for js, that states it opens a war against NPM (in soft terms but clearly enough). The long post from Facebook about it demonstrates a clear effort to push things forward about NPM shortcomings. The reaction on hacker news is pretty verbose.
It provoked a public response from NPM to try to explain that, nop, it's not a war. But I keep feeling that Facebook is slowly taking over another piece of the javascript world. For now, it doesn't seem harmful at all, but my instinct lights a various number of warning bonfires.
But for real, it was more than time that the supremacy of NPM was questioned. It has a lot of flaws and the number of posts about this event proves that the community was kind of waiting for something like this to happen. Like this cheatsheet, various articles like this one, this enthusiastic post from Yehuda Kats. But not everybody is happy about how things are done.
Personally, I like the technical direction it takes. But I hope that like io.js went back to node.js, it will eventually merge back to NPM, really. But I have the feeling it is not going to happen.