Guide to The SOLID Principles In Java
Overview If you don’t have much time, this table captures the core of the SOLID principles: Principle Description Single Responsibility Principle (SRP) Clients should not be forced to depend on […]
Get Keycloak Access Token Without Password
Overview Recently I had this use case: I need to integrate Android login with my web app which is using keycloak as IDP. Once the user logs in successfully, the […]
Create a Jenkins pipeline to deploy the angular app
Overview In this post, we are going to learn how to create a Jenkins pipeline to deploy the Angular app to our server. If you prefer to watch the video […]
Develop the Wallet UI With Angular
Overview Now we have the API ready, it’s time to create the UI. CRUD Wallet Let’s first create a service to talk to the API about wallets. We also need […]
Create API to Upload Images To Aws S3
Overview It’s 2023 and nobody is storing files on their server anymore. There are many choices available. For me, I choose AWS S3 since I have it and it’s one […]