Posts
All the articles I've posted.
How to solve ”variable is possibly undefined” in TypeScript - even when it’s defined
Updated: at 07:05 AMLearn how to solve the "variable is possibly undefined" error in TypeScript and avoid nesting with ternary operators in React
Debugging for Remote Teams
Updated: at 07:36 PMLearn how to debug effectively in remote teams with guidelines for asynchronous work, issue templates, pull request templates, and minimizing calls
How to Make Next.js 13 More SEO-Friendly
Updated: at 02:04 PMAre you struggling with getting your Next.js 13 app to rank well on search engines? I’ll show you some essential SEO optimizations that you can implement.
Mocking GraphQL response for React components using MockedProvider
Updated: at 06:06 PMIn GraphQL-powered React apps, testing component behavior based on GraphQL data is a common scenario. Let's see how to achieve that with MockedProvider.
What I look for in a job besides money
Published: at 09:37 PMIs this something I have always wanted to try? Can I build on this? Many questions you should ask yourself before picking your next endeavor. Here are mine.
How to speed up your integration tests
Updated: at 10:08 AMIn this post, I'll show you how we speed up the build process for one of our clients. Now they can run 40% more builds on the same budget.