top of page
All Posts
Important Security Update for Next.js 15 & 16
A critical vulnerability in React Server Components ( CVE-2025-55182 ) has been responsibly disclosed. It affects React 19 and frameworks that use it, including Next.js ( CVE-2025-66478 ). The issue is rated CVSS 10.0 and can allow remote code execution when processing attacker-controlled requests in unpatched environments. If you are using Next.js, every version between Next.js 15 and 16 is affected, and Vercel recommend immediately updating to the latest Next.js versions co
Chandan Rajpurohit
9 hours ago2 min read
Introduction To Terraform
Terraform is an infrastructure as code (IaC) tool that helps us to build, change, and version infrastructure safely and efficiently. Terraform in simple words helps to provision the infrastructure. It helps automate and manage our infrastructure, our platform, and services that run on our platform. Terraform is an open-source project by HashiCorp. Terraform Architecture includes 3 main components. Terraform Core Terraform Config file (*.tf file) Terraform State file (*.tfstat
Chandan Rajpurohit
6 days ago1 min read


How To Get Started – Cloud Skills Boost & Arcade
If you are new to Google Cloud and don’t know where to start this blog is for you. Google Cloud Skills Boost Google Cloud Skills Boost is the platform where you can learn a lot of cloud concepts and can choose the learning path for example if you want to learn AI you can choose the AI learning path, if you want to learn data analytics you can choose Data Analytics learning path and this is very domain focused courses but if you don’t want to go the complex route you can start
Chandan Rajpurohit
Dec 12, 20232 min read
Google’s Magic | Vertex AI
Gen AI is evolving daily, and big tech giants like Microsoft [OpenAI], Amazon, and Google are in a race to build the best AI solution for users and customers. To stay ahead in the race Google launched Vertex AI – a platform that provides everything to build Gen AI solutions. By everything what do I and Google mean? Businesses and developers would be able to use 100s of foundation models, fine-tune models with business data, and use various AI Solutions. The key features of Ve
Chandan Rajpurohit
Nov 21, 20232 min read
Bun 1.0 is finally here
Bun is a fast, all-in-one toolkit for running, building, testing, and debugging JavaScript and TypeScript, from a single file to a full-stack application. Today, Bun is stable and production-ready. According to bun official blogpost, bun’s goal is simple: eliminate slowness and complexity without throwing away everything that’s great about JavaScript. Your favorite libraries and frameworks should still work, and you shouldn’t need to unlearn the conventions you’re familiar wi
Chandan Rajpurohit
Sep 11, 20232 min read
How To Configure Keycloak With MySQL Database?
Keycloak is an Open Source Identity and Access Management. Keycloak provides Single-Sign On, Identity brokering and Social Login, user federation, strong authentication, user management, fine-grained authorization, and more. Let’s see how we can configure keycloak with MySQL database. Create keycloak database in MySQL Open cmd/ terminal and connect to your MySQL Server using your root MySQL credentials. mysql -u root -p Above command will ask password for the MySQL root user.
Chandan Rajpurohit
Aug 7, 20231 min read
What is Ansible Playbook?
Before discussing Ansible Playbook let’s understand Ansible. In IT, doing repetitive tasks is not interesting and is also considered non-productive. So, Red Hat started an open source community project? “ Ansible ” which is a simple automation tool that helps teams to automate most of their IT tasks. Now the question arises how do they do it? The answer is Ansible playbook . An Ansible playbook is a file that contains a set of instructions (tasks) that are executed by Ansible
Chandan Rajpurohit
May 15, 20231 min read
What is Taproot?
If you have been in the Bitcoin space or ecosystem for some time you all might have heard about taproot. But have you tried understanding it, if not then this article is for you. Let’s dive in, The Bitcoin network has undergone one of the biggest upgrades in its history. The Taproot is a most significant Bitcoin upgrade and as we all know every upgrade brings new features, privacy, security, and scalability to the software it is the same with Bitcoin. The main objective of Ta
Chandan Rajpurohit
May 14, 20231 min read
What is Ansible Tower?
Ansible Tower is an automation platform that provides a web-based UI interface for managing and running Ansible automation tasks and playbooks. It is developed by Red Hat and is designed to provide a centralized platform for IT teams to manage and automate their infrastructure and application deployments. Ansible Tower helps organizations improve productivity and reduce downtime by automating repetitive tasks and ensuring consistent configuration across their entire infrastru
Chandan Rajpurohit
May 8, 20231 min read
What is Ansible
Ansible is a community project sponsored by Red Hat, it’s an open-source project that helps automate IT tasks. In simple terms, if I want to define Ansible then it would be like Ansible is a simple automation tool which helps us to automate most IT tasks. Why Ansible? / Advantages of Ansible It is free to use by everyone. It is lightweight, and no constraints regarding the operating system or underlying hardware are present. It is secure due to its agentless capabilities and
Chandan Rajpurohit
Nov 14, 20221 min read
What is Infrastructure as code?
“According to Wikipedia, Infrastructure as Code (IaC) is the process of managing and provisioning computer data centers through machine-readable definition files, rather than physical hardware configuration or interactive configuration tools. The purpose of infrastructure as code is to enable IT teams to automatically manage, monitor, configure, and provision resources rather than doing it manually.” In simple terms, Infrastructure as code is the process of replacing manual e
Chandan Rajpurohit
Nov 11, 20211 min read
bottom of page