Explore >> Select a destination


You are here

ghinda.com
| | abhyrama.com
3.3 parsecs away

Travel
| | Last round of the recently concluded stripectf was in Go lang. This gave me a good opportunity to familiarize myself with the language. Even though my native programming language is Java, I have worked professionally in JavaScript, Perl and PHP; dabbled in Python for my personal projects and can manage to read Ruby, Lisp(and it's...
| | dogweather.dev
7.0 parsecs away

Travel
| | Ruby now has three distinct mechanisms for matching values case/when: the older form, based on ===. case/in: the newer structural pattern matching (Ruby 2.7+). => operator: an inline pattern assertion that raises if it fails. That's the high-level summary. Each behaves differently and is worth knowing in detail. After programming in Ruby for years, I...
| | github.com
1.8 parsecs away

Travel
| | The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub.
| | theburningmonk.com
168.2 parsecs away

Travel
| Learn how to test serverless applications without sacrificing a fast local dev & test loop using remocal tests.