top of page
Blog


Getting Started with Gemma 4 in Google AI Studio
Artifical Intelligence is getting interesting day by day as it continues to evolve rapidly, and Google’s Gemma family of models represents an exciting step forward in lightweight, efficient, and developer-friendly AI. With the release of Gemma 4, developers and researchers gain access to improved performance, better reasoning, and streamlined deployment options. Today, we’ll walk through what Gemma 4 is, how to set it up, and how to test it using Google AI Studio. What is Gem

Chandan Rajpurohit
Apr 82 min read
How To Configure Keycloak With MySQL Database?
Keycloak is an Open Source Identity and Access Management. It 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. CREAT

Chandan Rajpurohit
Feb 21, 20241 min read
Meta’s new open source library – StyleX
Facebook aka Meta open source introduced a new CSS library that they use for Facebook, Instagram, and Thread named StyleX . StyleX is a simple, easy-to-use JavaScript syntax and compiler for styling web apps. https://stylexjs.com/ StyleX combines the strengths and avoids the weaknesses of both inline styles and static CSS. Major features of StyleX Scalable It minimizes CSS output with Atomic CSS. With StyleX, styles remain maintainable as your codebase grows. Predictable The

Chandan Rajpurohit
Dec 21, 20232 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
bottom of page