|
You are here |
ghinda.com | ||
| | | | |
abhyrama.com
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub. | |
| | | | |
theburningmonk.com
|
|
| | | Learn how to test serverless applications without sacrificing a fast local dev & test loop using remocal tests. | ||