News, articles, tips & tricks

Using Google Managed SSL Certificates with GKE Ingress Controller

Google Managed SSL Certificates on Google Cloud Platform (GCP) is a service that secures your website or app with SSL or TLS encryption. It offers automatic certificate management to ensure secure and reliable data transmission for your website worldwide.  These certificates integrate with numerous GCP services, undergo automatic renewal to prevent outages, and prove highly…

Learn more
Communication setup between MQTT Broker and GKE cluster

Introduction Hello there! In this blog, we’ll be demonstrating how to make your local MQTT Broker communicate with a pod in your Google Kubernetes Engine (GKE) cluster. We’ll achieve this by sending messages with a simple Python script and safely storing the payloads in a Redis cloud database. This blog will be your constant companion, providing step-by-step instructions,…

Learn more
image
Automotive Dealer Management System

Traditionally, we have operated our enterprises offline, through a real store or outlet. But as more and more offline businesses move their operations online for better presence and online exposure, today practically every industry vertical has made the switch to digital. Businesses that deal in automobiles fall into the same category and make extensive use…

Learn more
Full stack web development with React JS and Node JS
Full stack web development with React JS and Node JS

Full stack web development with React JS and Node JS When you look up react examples or ventures, you’ll find that they almost always use Node.js to make the program easier to use. In addition, most developers use Node.js in conjunction with React to create high-performance applications using UI (user interface) components. The important thing…

Learn more
React.js Tutorial : Components

Creating React Components Components is base and essential part of React application development. To create your React.js web application you need to install react app generator which is written in node.js and available though node package manager. npm install -g create-react-app or npm i -g create-react-app Now lets create an quick react app using create-react-app…

Learn more
React Development Tutorials : Introduction

What is react ? React is an interactive UI library written in Javascript and open source under MIT License created by engineering team at Facebook. React can be used for website, server, native mobile apps and even 360 VR applications. The core of react lies in Virtual DOM (Document Object Model) manipulation on client side.…

Learn more