I decided to create a portfolio/profile/interactive resume, a 3d interactive version of myself, as a complement for my actual resume and Linkedin profile. (more…)
Read more »
Lots of people treat the ternary operator with suspicion. At first glance, ternaries appear unnecessary. Nothing more than a tool for the overly clever to trim some characters from their code. A favourite hack for coders who don’t care about readability. ... (more…)
Read more »
Brendan Eich is the creator of JavaScript and co-founder of Mozilla and Brave. Please support this podcast by checking out our sponsors:- The Jordan Harbinge... (more…)
Read more »
recursion-joy - :hourglass: A set of recursion problems to be solved...
Read more »
Every time I return from ruby/python to JavaScript I'll fall into the same mistake of writing arr[-1] and not getting the last item. JavaScript has a weird way of stringifying object keys which leads to stringifying array indexes which renders the above n... (more…)
Read more »