Technical Challenges and Solutions

  • Opening chrome with disabled web security

    April 19, 2024

    A project I'm working on needs to have chrome opened with disabled web security in order to communicate with the back end so I really want to have this comand line saved: open -n -a /Ap...

  • Angular Generate and Display Build Git Info

    March 6, 2024

    Given the numerous release versions we were working on, my colleagues in the QA department asked for the release git branch name and the release git short hash to be displayed somewhere in the app to...

  • Docker To Reproduce Prod

    February 28, 2024

    I recently came across an interesting situation - having a wizard with some automatically created components, I thought I could use the components names as a indicator when to activate and inactivate...

  • Template Form no empty string at beginning directive validator

    February 2, 2024

    Template driven forms are rarely used because in my experience, the data and forms are a bit more difficult to work with although, in theory, Angular provides all the documentation needed. In this ...

  • Page Title Strategy

    January 26, 2024

    The project I am mostly involved in at the moment is really challenging as it isthe first projects I am delivering to be public facing at a very big scale so my limits are being pushed by implementin...

  • Show Redirect to Login Pop Up When Keycloak Refresh Token expired

    December 21, 2023

    Keycloak is often use as an authentication and user management tool and it comes with a fair amount of functionality right our of the box. For the project I am currently involved in, we use it as t...