Would you like to TALK about it?

Balázs Tápai

Written by Balázs Tápai.
I believe in quality software development, that is why I joined ThisDot. I make software to make people's lives better. A well written and well tested codebase helps you and the developers that come after you.
You can follow me on Twitter or Github.

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!