Today at work I wrote 28-step instructions on how to get to a point where you can test changes made to a couple of React components exported as a NPM package. They involve setting up four separate repositories, installing their dependencies and runnind a portal shell rendering an app in an iframe...
January 23, 2025 at 6:07 AM
Today at work I wrote 28-step instructions on how to get to a point where you can test changes made to a couple of React components exported as a NPM package. They involve setting up four separate repositories, installing their dependencies and runnind a portal shell rendering an app in an iframe...
I like how The Agency (TV series) manages to weave in the mundane details of spycraft like car mechanics and washers. It's original; you never see that in spy movies.
December 15, 2024 at 6:22 AM
I like how The Agency (TV series) manages to weave in the mundane details of spycraft like car mechanics and washers. It's original; you never see that in spy movies.
Looking for some prior art @ setting up Neovim/LazyVim on a Windows 11 system. Set up clean Neovim on my personal machine, but "fun" can always be found down various plugin rabbit holes :) Will see if I succeed.
December 14, 2024 at 3:17 PM
Looking for some prior art @ setting up Neovim/LazyVim on a Windows 11 system. Set up clean Neovim on my personal machine, but "fun" can always be found down various plugin rabbit holes :) Will see if I succeed.
Why web components have such a hard time to break into the real world of web app development? Most of WC affectionados will tell you to avoid the Shadow DOM API in favour of "HTML web components". Google, their creator, puts Shadow DOM at the front of their best practices. web.dev/articles/cus...
Why web components have such a hard time to break into the real world of web app development? Most of WC affectionados will tell you to avoid the Shadow DOM API in favour of "HTML web components". Google, their creator, puts Shadow DOM at the front of their best practices. web.dev/articles/cus...
I lived in Switzerland in my twenties and I can confirm this. You can't tie a waste bag without someone telling you that you are doing it wrong. www.youtube.com/watch?v=eMNh...
I lived in Switzerland in my twenties and I can confirm this. You can't tie a waste bag without someone telling you that you are doing it wrong. www.youtube.com/watch?v=eMNh...
To devs performing technical assessments: Give candidates a concrete tasks, like create a shopping cart, or fetch products from an API and render a catalog integrated with a shopping cart, or using d3 and this dataset, render an chart that zoom in/out on a time axis instead of abstract puzzles ...
November 26, 2024 at 9:18 PM
To devs performing technical assessments: Give candidates a concrete tasks, like create a shopping cart, or fetch products from an API and render a catalog integrated with a shopping cart, or using d3 and this dataset, render an chart that zoom in/out on a time axis instead of abstract puzzles ...
A small #CSS tip: If you are using CSS modules use one class at the root (of a component) as a namespace and then use native CSS nesting. Stop CSS classitis!
November 22, 2024 at 11:14 PM
A small #CSS tip: If you are using CSS modules use one class at the root (of a component) as a namespace and then use native CSS nesting. Stop CSS classitis!
Some time ago I was interviewing with a "one of the most admired companies by Fortune" and when I got to the final round talking to their Director of Engineering, he asked me about deploying web apps. I mentioned Docker but added that I provision VPS personally since I have experience with Linux ...
November 21, 2024 at 1:23 PM
Some time ago I was interviewing with a "one of the most admired companies by Fortune" and when I got to the final round talking to their Director of Engineering, he asked me about deploying web apps. I mentioned Docker but added that I provision VPS personally since I have experience with Linux ...
Would I rather work in a readable codebase or a performant one? I can more easily mess up the performant one if I don't understand it; I can probably make it run faster if I understand the details.
November 19, 2024 at 10:41 PM
Would I rather work in a readable codebase or a performant one? I can more easily mess up the performant one if I don't understand it; I can probably make it run faster if I understand the details.
This looks like a better way to evalutate potential hires than leet code puzzles. With over two decades of experience in frontend/backend and I still get asked how many f'ing bananas Koko can eat in `h` hours. That's f'ing bananas! (Not sure about AI, though.)
This looks like a better way to evalutate potential hires than leet code puzzles. With over two decades of experience in frontend/backend and I still get asked how many f'ing bananas Koko can eat in `h` hours. That's f'ing bananas! (Not sure about AI, though.)
Spent a good part of the day creating an example app built with React micro-frontends (using module federation + rsbuild)... will fine-tune it tomorrow and see if I can mix it with a touch of Solid #react#microfrontends#solidjs
November 12, 2024 at 6:46 AM
Spent a good part of the day creating an example app built with React micro-frontends (using module federation + rsbuild)... will fine-tune it tomorrow and see if I can mix it with a touch of Solid #react#microfrontends#solidjs