Newstech | |
Totally futuristic design. |
CodeDorm | |
Finding sample projects for different programming language. | |
Colorizer | |
Color picker with high precision and contrast test. | |
Airbnb JavaScript Style Guide | |
Comprehensive javascript style guide (including ES6) from Airbnb. | |
Guide to functional programming | |
(book) This is a book on the functional paradigm in general. | |
Live coding | |
Watch people coding live. |
Passenger 5.0.14 | |
Hotfix due to the CVE-2015-1793 vulnerability discovered in OpenSSL. | |
image_info | |
Finds the size and type of a single or multiple images from the web. | |
Symbolized | |
Hash with indifferent access, with keys stored internally as symbols. | |
test_changes | |
Tests only the files that have changed since a given commit. | |
Colorized SQL Logging | |
Colorized SQL Logging Backport for ActiveRecord. | |
Staytus | |
Staytus is a free, open source status site that you can install on your own servers. | |
PurifyCSS | |
Detects which CSS selectors your app is using and creates a file without the unused CSS. | |
Hack.chat | |
A minimal, distraction-free chat application. | |
pg_shard | |
PostgreSQL extension to scale out real-time reads and writes. | |
Docker on FreeBSD | |
Docker on FreeBSD relies heavily on ZFS, jail and the 64bit Linux compatibility layer. |
Writing Smart Migrations: References, Reversible, and Indexes | jul 14 |
Some less used but handy methods in rails migrations. | |
An introduction to unix sockets in Ruby | jul 14 |
How does nginx talk with unicorn? One of the most efficient options is to use unix sockets. | |
Running a Rails Development Environment in Docker | jul 14 |
Switching development environment to Docker does take some amount of work, but the benefits are well worth it. | |
Print Stylesheet Approaches: Blacklist vs Whitelist | jul 14 |
The 'blacklist' is a common approach to print stylesheets. | |
Ruby's case statement | jul 15 |
Use case for class, regex, lambda/proc matching, and custom matcher matching. | |
Value Objects in Ruby | jul 15 |
What is value object and how to use it. | |
Remote Debugging with Byebug, Rails and Pow | jul 15 |
A great debugger for Ruby 2.x. | |
Speed Up Your Rails App by 66% with Caching | jul 15 |
Intelligent use of caching is usually the only path to achieving fast server response times in Rails. | |
Deploying a Crystal application to Heroku | jul 15 |
Crystal is a typed, LLVM compiled language that reads (mostly) as Ruby. | |
Solving the Makefile problem | jul 16 |
ZeroMQ founder Pieter Hintjens describes his journey in finding a solution to the problem of Makefiles. | |
Practical Persistence in Go: Organising Database Access | jul 16 |
Four different methods for structuring access to a database connection pool. | |
Decoupling Ruby Applications with Amazon SNS & SQS | jul 17 |
pub/sub by using Amazon SNS & SQS. |
Building Crystal in Crystal (23m) | jul 18 |
Talk at Berlin Ruby Usergroup | |
Do too many cooks really spoil the soup (39m) | jul 18 |
Devopsdays Minneapolis 2015 - Jon Cowie - Cheffing Etsy |
Hey it's time to give it a try, talking at a rubyconf is a great upgrade for any coder. That rubyconf will happen on september 11-12th in Taipei. Check it out.
Looks like someone is trying to fight back a reputation of obscurity. While they are still pushing on more invasion of privacy, they also release some open source code. Check the NSA github repository, they released something already. Simp especially has a bunch of puppet modules, but it's designed only for redhat kind of systems. Quite an interesting move.