Capture the flag: A Node.js web app vulnerability practice (part 1)Originally published on Pitayan | Capture the flag: A Node.js web app vulnerability practice (part 1)May 20, 2022May 20, 2022
Published inGeek CultureRemake my blog with a solid system design (Part 1)Recently I’ve decided to remake this whole blog to improve its workflow and UI/UX. This article will uncover my story of creating this …Jul 5, 2021Jul 5, 2021
Published inDev GeniusMaking a modern JS library in 2020Originally published at https://pitayan.com.Nov 5, 2020Nov 5, 2020
Published inDev GeniusAttempting to create a CSS frameworkIn 2019, I created a CSS framework and named it Rotala.css. After some refactorings and modifications, I finally released the “toy”…Aug 19, 2020Aug 19, 2020
Published inDev GeniusVue 3 new features summaryVue-next (Vue 3) has been out for a while. It is now under release candidate stage which means there won’t be big changes on the open APIs…Aug 11, 2020Aug 11, 2020
Published inDev GeniusLearn FP Design from ReduxBefore I set my eyes on the Redux source code, I naively thought OOP is superior than FP(Functional Programming) as a programming paradigm…Aug 4, 2020Aug 4, 2020
Published inWebtipsJSON.stringify accepts 2 other parametersDo you know that JSON.stringify can actually take 2 other parameters? I didn't know this before I laid my eyes on my colleage's pull…Jul 30, 20202Jul 30, 20202
Published inDev GeniusI Have Very Good Feelings about ES2020 featuresES2020 has been out for a while. I guess a lot of Node developers have already adopted these features. Some even started using them when…Jul 28, 2020Jul 28, 2020
Published inDev GeniusjThe optimal solution to shuffle an Array in JavascriptI recently met a small issue on creating a new randomly ordered array based on an old one. To speak shortly, the final goal is to get a…Jul 27, 2020Jul 27, 2020
Published inDev GeniusHave You Mastered These 9 Vue Techniques?Now Vue.js has become a hot framework for front end development. There are a lot of engineers utilizing the convenience and powerful…Jul 24, 20204Jul 24, 20204