I have selected some news from the web dev world to share.
π How to document your JS package ?π½ JSR registry, a superset of npm.π§‘ Amber, a programming language compiled to bash.π How to structure your Vuejs project
Have a great week.
Great article which explain how you can leverage, JSDoc, Typescript and JSR to document, test and publish your javascript package.
JSR is a registry designed to publish Typescript package as a source, it handles generating API docs,Β .d.tsΒ files, and transpiling your code for cross-runtime compatibility. It will distribute your package as web-standard ECMAScript modules.
The new way to write bash script. Itβs like Typescript but for bash.
Keep the hierarchy as flat as possible, and if you have a project which start to really grow, you can create an micro-service architecture with each modules which represents parts of your application.
Web tools and Library
The Web Platform Dashboard from the Google team, a way to check when some features will be available.
Vue Fluid DnDΒ is a fluid and smooth drag and drop solution for lists on Vue3 full animated.