Intriguing Development Stories
Pitayan blog is a place publishing contents about web development! All articles are free to read and share. Come and find those inspiring stories.
Subscribe to our newsletter
A petty trick in front of a builtin function
Lately, I was working on a project that’ll heavily concentrating on the server-side. Although those server-side stuffs aren’t really my expertise. The lucky part is that this project is about process the HTTP header and return a proper json as response.
Making a modern JS library in 2020
Recently, I was assigned a task of creating a new JS library to replace the obsolete one that's been released for almost 8 years. This is a quite intruiging task because I'm also permitted to try everything new to make this project much more robust.