Page 78 of 126 (2520 total posts)

April 2021

06-04-2021
Ruby concurrency: in praise of condition variables · vaneyckt.io

Ruby concurrency: in praise of condition variables · vaneyckt.io

Source: vaneyckt.io

Ruby concurrency: in praise of condition variables · vaneyckt.io URL: https://vaneyckt.io/posts/ruby_concurrency_in_praise_of_condition_variables Type: link Domain: vaneyckt.io Notes: I link to an article about concurrency in Ruby. Concurrency is such a deep and multi-faceted topic, and each language does it a little different!

Notes:

I link to an article about concurrency in Ruby. Concurrency is such a deep and multi-faceted topic, and each language does it a little different!

Tags: software-engineering concurrency ruby performance explainer
06-04-2021
untitled

untitled

Source: hvper.com

The Internet on one page. Successor of Popurls, the mother of news aggregators. By @thomas

Tags: web
06-04-2021
VisuAlgo - visualising data structures and algorithms through animation

VisuAlgo - visualising data structures and algorithms through animation

Source: visualgo.net

VisuAlgo was conceptualised in 2011 by Dr Steven Halim as a tool to help his students better understand data structures and algorithms, by allowing them to learn the basics on their own and at their own pace. Together with his students from the National University of Singapore, a series of visualisations were developed and consolidated, from simple sorting algorithms to complex graph data structures. Though specifically designed for the use of NUS students taking various data structure and algorithm classes (CS1010, CS1020, CS2010, CS2020, and CS3233), as advocators of online learning, we h...

Tags: Java visualization algorithm
06-04-2021
Tutorial: Decoupling Rails Components | Toptal

Tutorial: Decoupling Rails Components | Toptal

Source: toptal.com

Your website is gaining traction, and you are growing rapidly. Ruby/Rails is your programming language of choice. Your team is bigger and you’ve given up on “fat models, skinny controllers” as a design style for your Rails apps. However, you still don’t want to abandon using Rails? No problem. In this article, To...

Tags: software-engineering