Would you like to TALK about it?

Balázs Tápai

Written by Balázs Tápai.
I will make you believe that I'm secretly three senior engineers in a trench-coat. I overcome complex issues with ease and complete tasks at an impressive speed. I consistently guide teams to achieve their milestones and goals. I have a comprehensive skill set spanning from requirements gathering to front-end, back-end, pipelines, and deployments. I do my best to continuously grow and increase my capabilities.

You can follow me on Twitter or Github.

BullMQ with ExpressJS

February 24, 2023 | Originally published on the ThisDot blog

Node.js uses an event loop to process asynchronous tasks. The event loop is responsible for handling the execution of asynchronous tasks, but it does it in a single thread.

Performance analysis with Chrome Devtools

January 09, 2023 | Originally published on the ThisDot blog

When it comes to performance, developers often use Lightouse or similar performance analysis tools, but when the target site has protection against bots, getting information is not that simple. In this blog post we would like to share our experience with Chrome Devtools and performance analysis.

Introducing @this-dot/rxidb

October 13, 2022 | Originally published on the ThisDot blog

When we are working on PWAs (Progressive Web Applications), we sometimes need to implement features that require us to store data on our user's machine. One way to do that is to use IndexedDb.

How to Set Up OAuth with a Stripe App

Co-author: Dario Djuric

May 24, 2022 | Originally published on the ThisDot blog

Stripe Apps are a great way to extend Stripe dashboard functionality using third-party integrations. But when using these integrations, developers must prioritize security. The best way to do this is by using OAuth with the third-party product with which you would like to integrate.

Getting authenticated images in Angular

September 09, 2021 | Originally published on the ThisDot blog

Sometimes some applications need to display images on a page, which is only accessible with authentication. But using simply the `src` attribute of an `` tag will only accept images that are not authenticated. How can you circumvent this issue?

NX e2e testing with AWS Amplify

May 05, 2021 | Originally published on the ThisDot blog

CI/CD helps you automate most of your testing and build processes. AWS Amplify can help you with that, but sometimes it is not that straightforward. In this step-by-step guide, I am going to show you how to set up e2e testing with an NX workspace using Amplify build tools.

Functional testing with cypress

March 31, 2021 | Originally published on the ThisDot blog

Have you ever needed to test the functionality of an app in a controlled environment? During this session we are going to cover how to intercept network requests, fake them and mock APIs.

Old browser's tale

December 30, 2020

Supporting old and deprecated browsers can be challenging. I share some of my IE11 support problems with you in this post. I hope it helps you in the future if you still need to support IE11

Small mistakes, huge lessons

May 21, 2020

An old friend of mine asked me, how did I reach my current level of knowledge as a Software Developer. It is simple... I made mistakes!