top of page
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


Open Network for Digital Commerce
ONDC Stands for Open Network for Digital Commerce. It is a private non-profit Section 8 company established by the Department for Promotion of Industry and Internal Trade (DPIIT) of the Government of India to develop open e-commerce. In India, more than 12 million sellers earn their livelihood by selling or reselling products and services. However, only 15,000 sellers (0.125% of the total) have enabled e-commerce. E‑retail has been out of reach for the majority of sellers,
Chandan Rajpurohit
May 30, 20231 min read
Next.js
Next.js is the react framework used for building web applications and user interfaces. It is loaded with a lot more features that enable you to build full-fledged production-ready applications. Features like routing , styling , authentication , and bundle optimization . There’s no need to install additional packages. Next.js provides everything that you need to make the Web Faster. Why would you like to choose next.js for your next web project? Built-in Optimization Dynamic
Chandan Rajpurohit
May 21, 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
bottom of page