For those of you craving more Jeffrey content, I’ve written a few posts on my company’s blog this year. They’re both rather technical write-ups on upgrades and improvements I did to older React/Redux apps. I’m also primarily responsible for this Next.js-based project, which ended at the beginning of this year. I didn’t write the case… Continue reading A few work posts
Tag: javascript
What is a function?
I’m trying my hand at writing a ridiculously easy-to-follow guide on JavaScript essentials. There might be many of these out there, but this one is mine. Tell me what you think and whether I can clarify or simplify at any point. In JavaScript, a function is a bunch of code that can be run, or… Continue reading What is a function?
Binary Image Converter
Binary Image Converter I made another HTML5 toy! It deals with binary images that print ASCII messages when converted, and vice versa. Try it out! Last night, I noticed chickensnack‘s favicon on his site – I converted it to a binary string by hand (by literally typing out the 1’s and 0’s), and then feeding… Continue reading Binary Image Converter