Building a Cool Welcome Screen in React Native
Building splash screens in React Native
In this tutorial, we’ll demonstrate how to build a splash screen in React Native. We’ll walk you through how to build stunning welcome displays for both iOS and Android apps using react-native-splash-screen
.
Differences between Props and State in React
Recently, I’ve been exploring React, and during my research, I’ve come across the use of Props and State
quite frequently. So, what are they and how do they differ? Let’s delve into that in this article!
React Native - Redux Saga Basics
Hello everyone, in this article, I would like to share some of the knowledge I’ve gathered about Redux Saga. I hope you all find it informative.
Microservices, Eureka and Zuul Gateway User Manual - Part 3
In this section, let’s explore Spring Cloud Configuration.
Spring Cloud Configuration is a module within the Spring Cloud ecosystem that provides tools for building distributed systems and microservices applications. Spring Cloud Configuration specifically focuses on centralized and flexible management of application configurations.
Microservices, Eureka and Zuul Gateway User Manual - Part 2
In the previous article, we successfully built a simple microservice system consisting of the User service, Eureka server, and Zuul gateway.
In this article, we will delve into understanding JWT and the approach to authentication and security within the Microservice architecture using JWT.
Microservices, Eureka and Zuul Gateway User Manual - Part 1
This article provides a detailed guide on deploying and using the Microservice architecture in combination with the Eureka and Zuul Gateway tools. These steps outline the fundamentals of building a flexible and scalable distributed system.