Marabesi

Marabesi @marabesi

About: Crafting bugs and learning along the way.

Joined:
Aug 12, 2021

Marabesi
articles - 26 total

2025 edition is live: https://thestateoftdd.org/2025

Shaping the state of Test-Driven Development Marabesi ・...

Learn More 0 0Oct 11

[Boost]

AI and TDD - A match that can work? Marabesi ・ Jun 30 ...

Learn More 0 0Oct 11

[Boost]

The one thing Vitest has better support than Jest ...

Learn More 0 0Sep 3

[Boost]

AI and TDD - A match that can work? Marabesi ・ Jun 30 ...

Learn More 0 0Aug 20

[Boost]

Testing ReactJS Context - A Guide with test-doubles ...

Learn More 0 0Aug 18

[Boost]

Testing browser's clipboard with jest Marabesi ・ Jun 17...

Learn More 0 0Aug 15

[Boost]

Testing ReactJS Context - A Guide with test-doubles ...

Learn More 0 0Aug 13

[Boost]

AI and TDD - A match that can work? Marabesi ・ Jun 30 ...

Learn More 0 0Jul 30

[Boost]

Testing ReactJS Context - A Guide with test-doubles ...

Learn More 0 0Jul 25

[Boost]

AI and TDD - A match that can work? Marabesi ・ Jun 30 ...

Learn More 0 0Jul 14

[Boost]

Testing ReactJS Context - A Guide with test-doubles ...

Learn More 0 0Jul 1

AI and TDD - A match that can work?

Test-Driven Development (TDD) is a software development approach that emphasises writing tests before...

Learn More 2 0Jun 30

[Boost]

Testing browser's clipboard with jest Marabesi ・ Jun 17...

Learn More 0 0May 23

[Boost]

Configuring vitest and testing library to work together - step...

Learn More 0 0Apr 29

[Boost]

Testing ReactJS Context - A Guide with test-doubles ...

Learn More 0 0Apr 28

The one thing Vitest has better support than Jest

TLDR In this post, we explore the limitations of Jest in regards to jsdom-worker and...

Learn More 0 0Apr 22

[Boost]

Web Workers to the Rescue – How to Work with JSON Strings...

Learn More 0 0Apr 21

Testing ReactJS Context - A Guide with test-doubles

In this post, I'll walk through my thought process for testing React components that rely on context,...

Learn More 0 0Dec 3 '24

Global day of code retreat Madrid

What is code retreat It is a day-long coding workshop designed to help developers improve...

Learn More 1 0Nov 10 '24

Shaping the state of Test-Driven Development

In recent years, the adoption of Test-Driven Development (TDD) has spread across software development...

Learn More 1 0Oct 10 '24

Testing browser's clipboard with jest

Recently I have been playing around react + jest trying to sharp my skills on outside-in TDD and the...

Learn More 6 0Jun 17 '23

Web Workers to the Rescue – How to Work with JSON Strings without Blocking User Interactions

Web workers have been around for a while now. But how you use them depends on the type of application...

Learn More 15 5Jun 10 '23

Strategic monoliths and microservices - Driving Innovation Using Purposeful Architecture - Book review and takeaways

Microservices have gotten attention in the industry since its inception. The idea of having...

Learn More 0 0Feb 5 '23

Configuring vitest and testing library to work together - step by step guide

The javascript ecosystem provides a variety of tools and frameworks that sometimes require some...

Learn More 6 0Feb 2 '23

On one hundred percent code coverage

The mindset for testing for developers has changed over the years as the software industry is...

Learn More 3 0Sep 9 '21

Jest asserts beyond equals

Testing with jest is an activity that developers do to keep the application maintainable and time...

Learn More 5 1Sep 6 '21