Panoply | |
A Creative Company using nice full screen images and videos. |
We Work With Ruby | |
A job marketplace for rubyists. | |
Colorion | |
Curated Color Palettes with Search and Tags Support. | |
Coders Log | |
A collection of community link-log about different code topics. | |
OpenPGP Best Practices | |
In these troubled times, it's good to refresh our personal cryptography habits. | |
GitLab Pages | |
Websites for your GitLab projects, user account or group, like on Github. But not sure it's in the community edition. |
optcarrot | |
A NES emulator written in Ruby | |
zxcvbn-ruby | |
Ruby port of Dropbox's zxcvbn javascript lib | |
notifyor | |
Get realtime notifications on desktop (except windows). | |
Grunt 1.0.0 released | apr 4 |
A big milestone for that well-known javascript processor. | |
Node-RED | |
A visual tool for wiring the Internet of Things. | |
CFSSL | |
CloudFlare's PKI and TLS toolkit |
How to Deal with Timezones the Active Support Way | apr 3 |
ActiveSupport in Ruby on Rails 4.0+ has a built in list of all supported timezones on the TimeZone class. | |
Producing Documentation for Your Rails API | apr 5 |
The quicker a developer can understand and finish up the integration with your API, the fewer headaches your team will have when providing support. | |
CSS containment | apr 5 |
Some words about the contains property. | |
Introducing DGit | apr 5 |
A new distributed storage system that dramatically improves the availability, reliability, and performance of serving and storing Git content. | |
RubyGems.org gem replacement vulnerability and mitigation | apr 6 |
Gem replacement vulnerability on RubyGems.org, gems with hypen in their name are affected. | |
Some facts about the Ruby Hero awards | apr 6 |
An interesting rant about the Ruby Heroes initiative and how it's organized. | |
Getting Started with Browserify | apr 6 |
Browserify lets you use require in the browser, the same way you'd use it in Node. | |
Debouncing and Throttling Explained Through Examples | apr 6 |
Use debounce, throttle and requestAnimationFrame to optimize your event handlers. | |
Managing Data Storage with Blockchain and BigchainDB | apr 6 |
BigChainDB offers to supply a lot of functionality missing from current NoSQL and distributed databases. | |
GPG signature verification | apr 6 |
A new feature for Github." | |
Generate Excel Spreadsheets with Rails and the Axlsx Gem | apr 7 |
Axlsx excels at helping you generate beautiful Office Open XML Spreadsheet documents without having to understand the entire ECMA specification. | |
Debugging techniques in Elixir | apr 7 |
Other approaches to debugging Elixir code, beyond IO.inspect. | |
LogZoom, a fast and lightweight substitute for Logstas | apr 8 |
Log data indexer written in Go, competitor of Logstash or Fluentd. | |
One Rails App With Many Databases | apr 9 |
It may be useful to connect to different databases for a variety of reasons |
That's years that I'm trying to do something real with go. I mean, it is a very attractive language with quite a special workflow and toolbox. From time to time I write some small script for keeping contact with that language. Last week I made this one to list links pinned in our Greenruby slackroom to prepare the letter, So I can open them all at once to check them in my browser. With time passing, seems that Go now has a really complete collection of libraries for a lot of usages. I think I will have push a little the slack api soon, and maybe do some real go coding.