r/ruby - Ruby on Rails ActiveSupport::StringInquirer
class magic
Link: r/ruby - Ruby on Rails ActiveSupport::StringInquirer
class magic: "Posted in r/ruby by u/igorspringer • 28 points and 6 comments"
r/webdev - 7 Unique APIs for making interesting projects or side hustles
Link: r/webdev - 7 Unique APIs for making interesting projects or side hustles: "Some of these are new to me and pretty useful."
r/webdev - How to prep your GitHub for job seeking
Link: r/webdev - How to prep your GitHub for job seeking: "Hello, I'm currently hiring and most people sharing their GitHubs have very poorly maintained profile and projects so I decided to write a little..."
repl.it - Java
Link: repl.it - Java: "Write and run Java code using our Java online compiler & interpreter. You can build, share, and host applications right from your browser!"
ries lean startup ppt
Link: ries lean startup ppt: "Eric Ries' presentation on lean startups. From Steve Blank's Customer Development course at Berkeley. Learn more and hear the audio at http://bit.ly/3qsvJ."
ripgrep is faster than {grep, ag, git grep, ucg, pt, sift} - Andrew Gallant's Blog
Link: ripgrep is faster than {grep, ag, git grep, ucg, pt, sift} - Andrew Gallant's Blog: "I blog mostly about my own programming projects."
rlabbe/Kalman-and-Bayesian-Filters-in-Python
Link: rlabbe/Kalman-and-Bayesian-Filters-in-Python: "I’m trying to get smart about Kalman filters. This is a great resource"
rpush/rpush
Link: rpush/rpush: "Getting mobiles to display notifications is a tricky business. Especially because there are several and each one is different. This gem tries to solve this."
ruby - Is a global variable defined inside a Sinatra route shared between requests? - Stack Overflow
Link: ruby - Is a global variable defined inside a Sinatra route shared between requests? - Stack Overflow: "Say I've got: get '/' do $random = Random.rand() response.body = $random end If I have thousands of requests per second coming to /, will the $random be shared and 'leak' outside the context or..."