Tutorials

HTML5 Push Notification System Using Nodejs MySQL Socket.io

Real-time web/mobile application is becoming popular day by day. Services like Firebase and Pusher provides API’s and Services to develop effective real-time notification system for your mobile and web apps. We are not going to use these Services in this post; instead, we will develop an application that pops up a notification on a particular […]

HTML5 Push Notification System Using Nodejs MySQL Socket.io Read More »

S.O.L.I.D the First 5 Principles of Object Oriented Design with JavaScript

S.O.L.I.D Stands for first five object-oriented design principle by Robert C.Martin. SOLID principles can be used to design and develop extensible and easy-to-maintain software. By using these principles in object-oriented programming developers can create and maintain the codebase very easily. SOLID stands for: Single-responsibility principle Open-closed principle Liskov substitution principle Interface segregation principle Dependency Inversion

S.O.L.I.D the First 5 Principles of Object Oriented Design with JavaScript Read More »

Getting Started with Kubernetes

Introduction Kubernetes is quickly becoming the new industry-standard tool for running cloud-native applications. As more developers and organizations move away from on-premises infrastructure to take advantage of the cloud, advanced management is needed to ensure high availability and scalability for containerized applications. To build and maintain applications, you need to coordinate resources across different machine

Getting Started with Kubernetes Read More »