nhasbeen.hashnode.dev📘 Adopting a Documentation Framework: A Practical Guide for Tech TeamsIntroduction Technical documentation is more than a set of Markdown files — it is a strategic asset. Good documentation preserves knowledge, accelerates onboarding, reduces risks, and supports overall technical quality. Yet in many organizations, doc...Jan 8·4 min read
nhasbeen.hashnode.devEnhancing JavaScript Code: Using Objects Instead of Switch StatementsIntroduction This is a short and somewhat unusual topic to write about, but I haven’t encountered it much on the web while working, so here is my contribution. I would love to hear people’s opinions on this method since I use it regularly. I don’t li...Jan 6, 2025·2 min read
nhasbeen.hashnode.devZod + Vuetify = 💣 VuetiformsGoal Hi I created a small Library which I called Vuetiforms. It came to me since I was rather not satisfied with the current zod integration so I pushed it further. How It Works Its a dynamic form component leveraging the vuetify Library. You pass it...Aug 4, 2024·1 min read
nhasbeen.hashnode.devVue 3 - Recursion with Treeview componentHi welcome back to my Vue series where I share intermediate tips and tricks to use in order to create a view components. Today, we will focus on building a Treeview Component.Which looks somewhat like this: They are very useful il many cases and exi...May 7, 2024·3 min read
nhasbeen.hashnode.devVue 3 - Custom Input with BreadCrumb InputHi and welcome to the first article of my Vue serie. This serie will hopefully bring another way of breaking down Vue for developers in order to get started on grasping more and more complex Vue Components. Our Goal This article will offer a way to c...Apr 8, 2024·4 min read