top of page

Blog

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

An Intro to Git

Git is the free and open-source distributed version control system. Installation & GUIS GitHub for Windows https://windows.github.com GitHub for Mac https://mac.github.com GitHub for All Platforms https://git-scm.com Setup Configuring user information used across all local repositories Set a name that is identifiable for credit when reviewing the version history git config –global user.name “[firstname lastname]” Set an email address that will be associated with each history

Shared Responsibility Model

Many businesses adopted the cloud in the last few years due to its various factors like scalability, security, etc. Again businesses need to understand one important thing that cloud providers do not take complete ownership of security be it AWS, GCP, or Azure they have something called a Shared Responsibility Model . The shared responsibility model is a model defined by most cloud providers to draw a clear line between the responsibilities of the cloud provider and the custo

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

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

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

Made with ❤️ by Chandan Rajpurohit

© 2025 by CR. 

bottom of page