1.43K Posts, 996 Following, 2.14K Followers · I'm Paul. I work on Chrome @ Google, leading the DevRel team. Trying to help make the web better. I live in Ruthin, North Wales.| Kinlanodon
Paul is a Developer Advocate for Chrome and the Open Web at Google and loves to help make web development easier.| paul.kinlan.me
I built a web app using Deno, Fresh, and TensorFlowJS to classify images as links or buttons. The app uses a pre-trained ML model and allows users to drag and drop multiple images for classification. I encountered challenges with server-side rendering and islands, specifically with integrating a file-drop web component. I also documented the process of integrating the TensorFlowJS model, including model loading and prediction handling. The code is available on GitHub.| Modern Web Development with Chrome
I've created a tool called "Now Stable" using Browser Compat Data (BCD) to help developers determine when web APIs become stable across different browsers. This addresses the challenge of keeping up with browser updates and helps developers confidently choose APIs for their projects. The tool allows users to select their target browsers (e.g., Chrome, Safari, Firefox) and see a chronological list of when APIs became available across those browsers. I'm looking for feedback on how this tool ca...| Modern Web Development with Chrome