-
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
-
Make react app full screen (immersive mode)
In mobile app development, creating a full-screen experience is essential for immersive applications like games, media viewers. For React Native apps, the goal is to hide the status bar and navigation
-
Setup vite react typescript app for single spa microfrontend
In modern web development, Micro Frontends is an architectural style that allows independent, self-contained front-end applications to be developed, deployed, and maintained. One popular tool for impl
-
Handling file inputs in expressjs application using multer
Handling file uploads in a web application is a common task. Whether you're building a profile picture upload feature, document storage, or handling media files, understanding how to handle file uploa