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