-
Create custom splash screen in react native application
How to Create a Custom Splash Screen in React Native A splash screen is the first thing users see when they launch your app—it sets the tone and can even improve perceived performance. In this post, w
-
NestJS + Sequelize: Managing Migrations and Test Data for E2E Tests
End-to-end (E2E) testing is a crucial part of any robust testing strategy. It ensures that all components of your application—from the API to the database—work together as expected. But writing E2E te
-
Setup keycloak auth in react native application
Keycloak is an open-source Identity and Access Management solution that supports various authentication mechanisms like OAuth2, OpenID Connect, and SAML. It’s commonly used for Single Sign-On (SSO) an
-
Creating docker image for a vanilla expressjs app
Hi Everyone, Today we will see in simple steps of how to create build or create docker image build with plain express js with javascript. The process is quite simple. You will need to install babel-lo