Earlier today a friend of mine, Marc Grabanski, pinged me with a question: What’s the optimal way, in JavaScript, to convert a query string like “foo=1&foo=2&foo=3&blah=a&blah=b” into one that looks like this: “foo=1,2,3&blah=a,b”. He … Read more
Similar
I was at a Free Code Camp meetup in San Francisco a few days ago (for those not familiar, Free Code Camp is a group of people who get together to learn JavaScript and web development), and someone getting ready for frontend dev job interviews asked for Ja... (more…)
Read more »
Learn how to increment date by 1 day in JavaScript. Multiple examples are given to make it understand better. (more…)
Read more »
mastering-modular-javascript - 📦 Module thinking, principles, design patterns and best practices. (more…)
Read more »
1. JavaScript design patterns #1. Singleton and the Module2. JavaScript design patterns #2. Factories and their implementation in TypeScript3. JavaScript design patterns #3. The Facade pattern and applying it to React HooksThe essential thing when approac... (more…)
Read more »
How to build a realtime chat app for web and mobile web in 20 lines of code. (more…)
Read more »