astalwick.com - Arlen Stalwick

Description: Hey there, I'm Arlen Stalwick, VP Engineering @ Wavo.me. I write about my projects and whatever it is that I'm trying to teach myself.

Example domain paragraphs

Hey there, I'm Arlen Stalwick, software architect and full-stack developer at Wavo.me in Montreal. I write about whatever I'm trying to teach myself. Today, it's Machine Learning.

At Wavo, we offer music labels, event promoters and artists a number of services to promote their events or their music. One of the services we offer is hosted DJ/Remix competitions. If an artist is dropping a new track, they can come to us and host a remix competition,…

Is Javascript a pass-by-value language, or a pass-by-reference language? It's an important question, and (in practice) the answer is actually: neither. Actually, technically, the answer is: Javascript is purely pass-by-value. The reason that I say 'neither' is because 'pass-by-value' really does not explain Javascript's variable passing behaviour in any meaningful…