Many developers think that comments are good practices while others think totally the opposite, that is, to apply comments are bad practices. Sorry to tell you that there are no absolute rules, everything depends on the case. The truth is that there are a... (more…)
Read more »
I’ve recently been getting pretty far into the weeds about what the future of data programming is going to look like. I use pandas and dplyr in python and R respectively. But I’m starting to see the shape of something that’s interesting coming down the pi... (more…)
Read more »
JS++ 0.7.0 has arrived. Everything that is possible to do in JavaScript is now possible to do in JS++. JS++ has fully implemented JavaScript and the JS++ Standard Library is now fully documented. (more…)
Read more »
📄 PDF extraction and rendering across all JavaScript runtimes - unjs/unpdf... (more…)
Read more »
JavaScript promises have become useful with the addition of methods like race, all, allSettled and any. Let's learn about these in detail. (more…)
Read more »