Not Only Code
  • Home
  • About
  • Videos
  • Articles
  • Coaching
Sign in Subscribe

exploration

A collection of 5 posts
The power of reduce
Article Featured

The power of reduce

Reduce() is one of the most unintuitive functions, and yet it's so flexible that most of the array functions can be written using reduce()
27 Jul 2021 9 min read
Python gotchas for JavaScript developers
Article

Python gotchas for JavaScript developers

Python and JavaScript are close languages, yet they have a couple of surprising differences. In this article I list and explain a few of them
11 Jan 2021 6 min read
Beyond semantic versioning
Article Featured

Beyond semantic versioning

An idea on how to improve software versioning and managing dependencies came to my mind a few days ago. I'm yet to figure out how it would exactly work, but I thought I'd share it first.
23 Sep 2020 3 min read
Why Python has won among dynamic languages
Article Featured

Why Python has won among dynamic languages

Recently I've been reflecting on the (loosely defined) quality and popularity of programing languages. Despite growing appreciation for static typing and compilers (whether in fully-compiled languages like Java or with JIT recently introduced in PHP or Ruby), 2 dynamic, scripting languages pushed their way up in the popularity
19 Sep 2020 15 min read
12 ways to call a method in Ruby
Article Featured

12 ways to call a method in Ruby

A fun little experiment where I try to call the same method in Ruby in as many ways as possible
13 Aug 2020 5 min read
Page 1 of 1
Not Only Code © 2025
Powered by Ghost