Home
My Blog posts
Links
About me
Site map
Posts
28 Advanced NextJS features everyone should know
2023-12-31
A Deep Dive into Frontend Embedding by Major Payment Providers
2023-12-30
Awesome Websites every Modern JS/TS Developer should know about
2023-12-16
Dependency Injection in React - full guide with examples
2024-08-07
Essentials of Inclusive Web Design for Frontend Engineers
2023-12-16
Everything about the AbortSignals (timeouts, combining signals, and how to use it with window.fetch)
2024-04-20
Guide to Accessibility for Frontend Engineers
2023-10-15
How to import lodash on frontend applications without massively increasing your bundle size
2023-10-15
Master the Art of Pull Requests
2023-04-02
Programming Language Agnostic Naming Conventions
2023-10-15
TDD for Frontend Engineers (Test Driven Development)
2023-05-14
Things I would change about React to increase DX
2023-05-14
Things you should know how to do in your IDE (or you are lowering your productivity)
2023-10-16
Why your team should never skip sprint retro meetings
2024-01-13
Tags
#accessibility
#agile
#build-tools
#dependency-injection
#engineering
#frontend
#javascript
#javascript"
#nextjs
#react
#soft-skills
#testing
#typescript
Notes
Notes are like blog posts, but shorter and more for reference.
Arrange / Act / Assert in tests
2023-10-15
Guide to writing your first Jest test
2023-10-15
Next.js with Jest Install guide - and fixing a string-width import issue
2024-09-29
React Testing Library query types
2023-10-15
Testing
TDD for Frontend Engineers
Guide to writing tests in Jest
React Testing Library cheatsheet guide
What is "Arrange Act Assert"?
General
Useful sites for Javascript devs
Why Sprint retrospectives are important
Engineering
Guide to good Pull Requests
Naming things is hard
Accessibility
Introduction guide to accessibility
Inclusive design
Frontend
Frontend embedding by major payment providers
Advanced Next.JS Features
Useful FE tools
Dependency Injection patterns in React