List of online coding course platforms
I've tried to find all the big and recommended programming coding course platforms
My programming blog - focusing on FE engineering and soft skills
I've tried to find all the big and recommended programming coding course platforms
A guide on what dependency injection (DI) is, how you can use it in React, and why it is worth using
A guide on some rarely used features of AbortSignal, which you can use to easily cancel outgoing HTTP requests with window.fetch (and other uses)
Sprint retrospective meetings are one of the most crucial meetings for an agile team to have - and here is why you should not skip them
A deep dive into some of the more advanced and less used features in NextJS
Discover the intricate dance of frontend embedding as we plunge into the world of major payment providers. From iframes to scripts, explore the secrets behind seamless web transactions. Unveil the artistry of integration with our deep dive into the front-end strategies of payment giants. Navigate the landscape of digital payments with insights from leading industry players in this enlightening…
Dive into the world of accessible web development with my blog post for frontend engineers. Discover key techniques and insights to make your websites universally accessible, ensuring a seamless and inclusive user experience
A list of nice resources, tools, and websites that you should know about if you use Javascript or Typescript
A list of things every engineer should learn how to do in their IDE/code editor - otherwise you are lowering your productivity
My guide into what web accessibility is, why it is important and how to ensure your app has good accessibility.
Why my builds were bundling all lodash functions, and tree shaking was not working...
A language agnostic guide to naming things in code (one of the hardest things to do!)
My guide to doing test-driven-development, for frontend engineers
Hypothetical ideas about how DX could be improved in React
A guide to how to create (and review) Pull Requests in an effective way