Sander BorgmanFrontend ConsultantImport maps in JavaScript Traditionally, developers have used build tools like Webpack or Rollup to bundle and optimize their code for production. These build processes can be time-consuming to set up and make development more complicated. With native JavaScript modules now widely supported in modern web browsers, there is a need to map JavaScript packages to their source files. Published onMay 3, 2023frontendweb-capabilitiesjavascript
Lucien ImminkSoftware Architect & Developer AdvocateProject Fugu Cross-platform software development is hard. Each platform has its specific implementation of an API and you end up with separate apps for each platform. Multiple frameworks try to fix this issue by creating an abstract between the platform and the application. Browser vendors are doing the same and it's called Project Fugu. Published onApril 14, 2023frontendweb-capabilitiesproject-fugu
Dave BitterGoogle Developer Expert Web & Developer AdvocateThe File System Access API: Unlocking New Possibilities for Web Developers An incredibly powerful API exists to access the local file system of a user. Let’s have a look at how this works and why this could be interesting for your next project. Published onFebruary 3, 2023frontendweb-capabilitiesproject-fugu