- programming
- ruby
- code
•
•
-
Bulding and Testing a C++ Project with Bazel
Bulding and testing a C++ project with Bazel
-
The Balanced Brackets Problem - The Ruby Way
The balanced brackets problem is a well-known problem in computer science and programming in general. It asks if a string of brackets is balanced and therefore valid, which means that the brackets are in the correct order and there are no unmatched brackets. Whovever works with Ruby for programming, will try to solve any problem in "the Ruby way", that is, with simplicity, elegance, and human-centered design. The Ruby Way can be described as a philosophy that encourages programmers to write code that is both powerful and easy to understand.
-
Breaking the Chain - The Unspoken Truth About Bad Attitudes in the Workplace and How to Eradicate Them for Good
Bad attitudes in the workspace are like a baby monster that, when fed, grows strong and eats the owner and everyone around. It is a culture destroyer, a team demolisher, a dream invalidator, a motivation crusher, a corrupter of good practices, and a productivity suppressor. In this article, I write about the unspoken truth about bad attitudes and how to respond to it.
-
Metaprogramming in Ruby
Manipulating language constructs at runtime