We're a place where coders share, stay up-to-date and grow their careers.
team lead developer - dad. APIs specialist, In love with #ruby, #rails and #python - developer at @getchorally
Software Developer at Chorally
All private interactions must abide by the code of conduct.
feedirss-api
RSS as RESTful. This service allows you to transform RSS feed into an awesome API.
Ruby • 341 stars
webinspector
Ruby gem to inspect completely a web page. It scrapes a given URL, and returns you its meta, links, images more.
Ruby • 288 stars
datoji
A tiny JSON storage service. Create, Read, Update, Delete and Search JSON data.
Ruby • 216 stars
datorss
Simple search interface around FeediRSS API.
JavaScript • 52 stars
emailhunter
A tiny Ruby wrapper around Hunter (former EmailHunter) API (https://hunter.io/)
Ruby • 40 stars
tuns
Twitter Unfollower Notification Service. Keep track when someone unfollow you on Twitter.
Ruby • 38 stars
restcountry
This is a Ruby wrapper library around the API provided by REST Countries http://restcountries.eu
Ruby • 30 stars
github-search-react
Simple fetching data from GitHub API with react and axios.
JavaScript • 9 stars
gameoflife
This is a Rails implementation of "Conway's Game of Life." Conway's game is a mathematical simulation where cells live or die based on certain rules.
Ruby • 8 stars
secrypto
simple API for encrypt/decrypt text
gemsbot
Telegram Bot wrapper for the RubyGems.org API
Ruby • 6 stars
geopweb
Just a little demo of the geoplugin ruby gem
Ruby • 3 stars
apiwha
A tiny ruby wrapper around apiwha whatsapp API (https://apiwha.com)
Ruby • 2 stars
ruby and python
Machine Learning and Rust
DatoRSS https://www.datorss.com TUNS https://www.tunsapp.com FeediRSS https://feedirss.com
Davide Santangelo for Chorally
promoted as senior team lead at chorally.com
Oct 16 '20
great job! Take a look at my service also datoji.dev
Jun 24 '20
I learned a lot by creating the fastest JSON storage service ...
Jun 19 '20
datoji.dev can also be useful.
Jun 16 '20
no digits in ruby 12345.digits #=> [5, 4, 3, 2, 1] s...
May 29 '20
ruby def last_digit(a, b) (a**b).digits.first end or...
May 28 '20
in ruby def alg(number, iteration, step) number + (iterat...
May 27 '20
maybe not the most elegant, but it work! def expression_mat...
May 13 '20
Davide Santangelo
Recent comments
What was your win this week?
promoted as senior team lead at chorally.com
Announcing JSON {BIN} IT! service to store your JSON files
great job! Take a look at my service also datoji.dev
June 19th, 2020: What did you learn this week?
I learned a lot by creating the fastest JSON storage service ...
I am surprised more people are not using these tools!!
datoji.dev can also be useful.
Daily Challenge #250 - Last Digit of a Large Number
no digits in ruby 12345.digits #=> [5, 4, 3, 2, 1] s...
Daily Challenge #250 - Last Digit of a Large Number
ruby def last_digit(a, b) (a**b).digits.first end or...
Daily Challenge #249 - Incremental Changes
in ruby def alg(number, iteration, step) number + (iterat...
Daily Challenge #242 - Expressions Matter
maybe not the most elegant, but it work! def expression_mat...