juste.bocovo.meHow to Build a Slider in React Native Using FlatListWhen implementing a slider in React Native, many developers instinctively turn to external libraries, assuming that creating a slider from scratch is a complex task. However, what may seem like a daunting challenge is actually much simpler to accompl...Sep 22, 2024·5 min read
juste.bocovo.meHow Vite helped me on my React source code exploration adventure.Diving into the depths of React.js source code or embarking on a journey of reverse engineering can be an exhilarating endeavor. To complete your journey, you'll need a small React application to act as your compass. So, how can you preview this smal...Sep 21, 2024·7 min read
juste.bocovo.meVisualize the entity relationship diagram from Prisma code in the VsCode editorIf you are a Prisma user, I have great news for you. This about a VsCode extension that let you visualize your Prisma code in ERD directly in your VsCode Editor. That give you more readability of your database schema. The extension has some interesti...Jul 27, 2024·2 min read
juste.bocovo.mePreview DBML code from VscodeIf you're a dbdocs or dbdiagram user, you've probably written DBML code from your editor (Vs code ). This extension enhances your experience by allowing you to view your DBML code in an ERD ( Entity Relation Diagram ) from your editor. How does it wo...Apr 28, 2024·1 min read