A Simple Dropdown List with React Native

🚀 Simple Dropdown List – React Native 🚀 • No dependencies • Customizable Compatibility Expo ✅ | iOS ✅ | Android ✅ ✔ Installation $ npm install react_native_simple_dropdown_select_list OR $ yarn add react_native_simple_dropdown_select_list 🚀 Example … more Read More

A React application made for hobbists/enthusiasts of playing piano

React Piano Player/Visualizer/Analyzer PianoBlocksApp is a web application made for hobbists/enthusiasts of playing piano. This app provides a very simple way to visualize a persons piano playing, by reading his midi File. Link to latest version https://react-piano-player-63qjc9wca-tzmcion.vercel.app/ … more Read More

Adding interactive code snippets to your SSG sites

Engaging your users is and will always be an essential part of SSG sites, whether you’re dealing with developer documentation, guides, API references, or even blog posts like this one. One way to achieve this is by adding interactive and runnable code … more Read More

Validating structural data with Valibot

Schema libraries have been a boon to validation in web development for some time, but since the widespread adoption of TypeScript, these libraries have evolved to handle more complex operations such as type-safety, data validation, and transformation. … more Read More