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