10 followers
Opinionated Irish Senior Software Engineer / Architect in training with a penchant for functional programming
Subscribe to my newsletter and never miss my upcoming articles
The misconception of the "Computer [Science]" Degree · We were all beginners once, we all stared at a monitor screen in confusion trying to make out what...
A fun little challenge, try to do it as little code as possible! · Just a fun little challenge I made for myself when figuring out a wider solution for...
Demystifying the closure in one go!. · function countFactory(isIncrement, start){ return function(){ return isIncrement ? start += 1 :...
The simplicity of the reduce method · I am a functional programming fan, and I strive for purity and simplicity wherever I can. I especially love the...
It's not about the interview, it's about the knowledge! · A while back I posted about the pitfalls of cramming for a coding interview, the problem with...
A small checklist of things before hitting that "publish" button! · I read a short but well-written article by Nishant Gour which provided a good precis...