Boldking | |
Simple and nice usage of illustrations. |
DreamFactory | |
REST API backend for mobile, web, and IoT applications |
Ruby 2.3.0-preview1 Released | nov 11 |
Many new features and improvements are included. | |
Immutable-struct | |
Create struct-like classes that don't have setters, but have an awesome constructor. | |
Stitches | |
Rails Engine and supporting classes for easily exposing a RESTful API. | |
Rspec_api_documentation | |
Automatically generate API documentation from RSpec. | |
Apitome | |
An API documentation reader (as a rails engine) for RSpec API Documentation. | |
Descriptive_statistics | |
Adds methods to the Enumerable module to allow easy calculation of basic descriptive statistics. | |
Facette | |
Time series data visualization and graphing software. | |
Clair | |
Container Vulnerability Analysis Service. | |
Helm | |
The Kubernetes Package Manager. |
Ruby DelegateClass | nov 8 |
Composing objects to achieve flexibility and maintain encapsulation. | |
Slicing and Dicing Ruby Enumerables | nov 10 |
Super-useful methods when you need to group items in an array or other enumerable based on arbitrary criteria. | |
Methods to Remember Things by: Ruby Memoization | nov 10 |
Another post describing memoization in details. | |
Six years of Go | nov 10 |
Happy birthday Go. | |
Hash Comparison in Ruby 2.3 | nov 11 |
New hash comparison methods that will be available in Ruby 2.3 when it's released this coming Christmas. | |
Snappier Development Mode in Rails 5 | nov 11 |
For a long time Rails simply reloaded unconditionally in every request, this will be changed in Rails 5. | |
The Sprockets 4 Manifest | nov 11 |
When Rails 5 is released it will require that you upgrade to Sprockets 4. | |
Search by proximity using PostGIS and Rails | nov 11 |
Try out PostGIS, an addon for PostgreSQL. | |
The Difference Between Responsive and Adaptive Design | nov 11 |
This is a question that comes up more regularly than you might expect. | |
Using HTML5’s Native Drag and Drop API | nov 11 |
Hook into native events and attributes to handle drag and drop interactions. | |
Simple, Clutter-free Programming with Go | nov 11 |
Many of the reasons Go is chosen for large-scale, distributed and network-heavy applications. | |
Ruby 2.3.0 preview 1 | nov 12 |
Review of did_you_mean.gem, Safe navigation operator and Frozen String Literal Pragma. | |
Bulletproof Rails Background Jobs | nov 12 |
Few common-sense patterns to keep the back side as neat and well-ordered as the front. | |
Power Failure Testing with SSDs | nov 12 |
Testing SSD disks and Postgres. | |
An Overview of JavaScript Templating Engines | nov 13 |
What benefits JavaScript templates can provide. |
This week I read the reaction of Avdi to the rant of Linus last week. He proposes a short but insightful angle by just naming it 'bullying'. It rejoins the damage that I consider the coder-hero culture brings to our industry.
Certainly the creative process of writing software attract creative people. They have strong personalities, some have tendencies to mild autism. They move mountains and their pride make them work day and night to achieve unbelievable things.
This is good and well, but on the long run, now that we are passing 2 generations of coders, we know that it's not sustainable on the long run. Plus, it has a disastrous impact on team building. No pyramid was built by a single hero.
Incidentally I also read an interesting article about Why computer programmers need to stop calling themselves engineers already. Even if I can't clearly explain how this is related, I have the feeling it's talking about something that is in the same area.