Neno Sulistiyawan

Neno Sulistiyawan (28)

an old soul, seeker, trapped in computer geek body :)

Fix Vue Range Slider Bug - Blocking All Input 

Today, when working on vue based app, i found a weird bug, all of input in a page suddenly get blocked, you cannot type into text/number/textare field, all input field. After checking previous commit, wasting 1-2 hours 🤪, finally found the source of the problem.

Continue reading...

Tentang Rezeki & Bekerja

Percaya nggak? Kehidupan itu seimbang. Punya cara sendiri untuk mempertahankan kondisi seimbang. Dengan cara yang kadang tidak pernah kita duga. Saya percaya tidak ada daya dan upaya kita yang berakhir sia sia dalam hidup, termasuk usaha kita dalam bekerja. Jika sudah bekerja dengan maksimal, namun…

Continue reading...

Flutter Tips : Formatting Code

Widget based code on flutter often resulting a deep tree-shaped structure. That kind of structure. Slowly but sure. Will definitely kill you when your codebase becoming larger and larger. Fortunately flutter already give us an awesome formatter. However, the awesomeness of flutter formatter will only…

Continue reading...