StoilskyAuthor Stoil Stoychev

Why it's so hard to hire good Quality Assurance Engineers?

February 26, 2024

A good Tester is worth their weight in gold.

How it feels to enter the React Ecosystem in 2024

February 16, 2024

In 2024 the Frontend runs on the Backend.

How it feels to code an HTML email template in 2021

October 8, 2021

Learn about the pitfalls of coding HTML emails via a fictional, snarky conversation.

Learning state machines with XState and React in an afternoon

February 2, 2021

My job gave me an afteroon to figure out how to use state machines on the Frontend...

Why is 0.1 + 0.2 weird in JavaScript?

December 30, 2020

Why do floating-point operations in JavaScript sometime have weird results?

How to write a debounce function in JavaScript with ES6 and arrow functions

December 18, 2020

A guide to writing your own debouncing implementation in JavaScript with ES6

Flatten an array in JavaScript - stream of consciousness whiteboarding

April 4, 2020

My real-time thought process as I whiteboard flattening arrays in Javascript to an empty room...

How GraphQL makes Redux obsolete

January 5, 2020

Let's building a Star Wars app with RESTful Redux, then GraphQL and compare.

Why we switched to Apollo after an year of Relay

December 28, 2019

Spoiler: Relay is not well documented

Let's solve Hackerrank's "Minimum Swaps 2" in Javascript

December 15, 2019

Working through a simple problem on Hackerrank takes an unexpected turn when performance becomes an issue. A quest for fast array operations ensues.

© Stoilsky 2024 | Fork of overreacted.io