2 followers
A full-stack dev building projects mostly in JavaScript, TypeScript and Python. Wrangled in large-scale data analysis prior. Feel free to connect with me!
Problem No. 1632 · In my opinion, you should try to solve the problem on your own at first and try to understand why there's a need for the disjoint set...
Handling blocking code A plain Javascript function is simply a bunch of lines that are bound to the function scope, and are sequentially executed when...
When and how to use Joi as a validation library for JS/TS based projects · When do you need validation? Whenever you are dealing with large structured...
Adding types to serverless events · Adding types to serverless event handlers can help us easily navigate the serverless (and by serverless, I mean to...