RSSAmplifier

Blog

Code driven development

My programming blog - focusing on FE engineering and soft skills

codedrivendevelopment.comRSS feed ↗15 posts

Latest posts

List of online coding course platforms

I've tried to find all the big and recommended programming coding course platforms

Dependency Injection in React - full guide with examples

A guide on what dependency injection (DI) is, how you can use it in React, and why it is worth using

Everything about the AbortSignals (timeouts, combining signals, and how to use it with window.fetch)

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)

Why your team should never skip sprint retro meetings

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

28 Advanced NextJS features everyone should know

A deep dive into some of the more advanced and less used features in NextJS

A Deep Dive into Frontend Embedding by Major Payment Providers

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…

Essentials of Inclusive Web Design for Frontend Engineers

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

Awesome Websites every Modern JS/TS Developer should know about

A list of nice resources, tools, and websites that you should know about if you use Javascript or Typescript

Things you should know how to do in your IDE (or you are lowering your productivity)

A list of things every engineer should learn how to do in their IDE/code editor - otherwise you are lowering your productivity

Guide to Accessibility for Frontend Engineers

My guide into what web accessibility is, why it is important and how to ensure your app has good accessibility.

How to import lodash on frontend applications without massively increasing your bundle size

Why my builds were bundling all lodash functions, and tree shaking was not working...

Programming Language Agnostic Naming Conventions

A language agnostic guide to naming things in code (one of the hardest things to do!)

TDD for Frontend Engineers (Test Driven Development)

My guide to doing test-driven-development, for frontend engineers

Things I would change about React to increase DX

Hypothetical ideas about how DX could be improved in React

Master the Art of Pull Requests

A guide to how to create (and review) Pull Requests in an effective way