Showcasing your work can help you land your dream job. But you have to follow a few simple rules.

Tips for your GitHub Portfolio

Showcasing your work can help you land your dream job. But you have to follow a few simple rules.

How I reduced the rendering of a complex component by 10 (from ~4s to ~0.3s).

Vue.js Performance Improvement with Memoization

How I reduced the rendering of a complex component by 10 (from ~4s to ~0.3s).

How Testing Library helps you to write better integration test

Vue.js Testing Made it Easy (with Testing Library)

How Testing Library helps you to write better integration test

How to unit test components that have HTTP calls.

How to mock Axios HTTP calls with Jest

How to unit test components that have HTTP calls.

A cool wrapper to write promises without using a try...catch block

async/await without try...catch!

A cool wrapper to write promises without using a try...catch block

High code coverage doesn't guarantee quality: You can write tests that cover every line but miss edge cases or core functionality.

Why you shouldn't pay too much attention to your code coverage

High code coverage doesn't guarantee quality: You can write tests that cover every line but miss edge cases or core functionality.

Since the pandemic, most developers have been forced to work from home. I've been working remotely for over 2 years now. Here are some tips to make this period a little bit less painful.

10 Tips for Working From Home

Since the pandemic, most developers have been forced to work from home. I've been working remotely for over 2 years now. Here are some tips to make this period a little bit less painful.

1. Think documentation 2. Isolate your tests 3. Keep it flat 4.Only mock what you can't control 5. Avoid assertion in loops (forEach/...) 6...

10 Tips for Writing Better Tests

1. Think documentation 2. Isolate your tests 3. Keep it flat 4.Only mock what you can't control 5. Avoid assertion in loops (forEach/...) 6...

How I created dynamic Open Graph images for my Gatsby website

How to generate social share images with Gatsby

How I created dynamic Open Graph images for my Gatsby website

Cover image for 2019 - A Year In Review

2019 - A Year In Review

‹ Newer posts

Page 3 of 7

Older posts ›