PAPrashant Acharyainprashant28.hashnode.dev·May 28 · 6 min readUnderstanding docker and containersWhat is Docker ? Docker is a tool that lets you run your application inside a small “box” called a container, so it works the same on every computer. Instead of installing packages, we install the doc00
PAPrashant Acharyainprashant28.hashnode.dev·May 7 · 4 min readRedis for Dummies: Understand how it works in Modern ArchitectureWhat is Redis? Redis is a high-performance in-memory data store used alongside traditional databases to improve application speed by caching frequently accessed data. Yes, Redis is a database. However00
PAPrashant Acharyainprashant28.hashnode.dev·Apr 28 · 4 min readHow to SSH into your android device using Termux from UbuntuSSH (Secure Shell) is a secure, encrypted protocol that opens a terminal on another device remotely.It lets your laptop connect to your mobile device's command line and run commands as if you were typ00
PAPrashant Acharyainprashant28.hashnode.dev·Apr 24 · 9 min readIntegration of notification system in your NextJS/MERN applicationWhat is Notification System? A notification system is a feature in modern web applications that delivers real-time updates, alerts, or messages to users based on specific events. Providing this kind o00