Automatic CSS
My essential CSS framework tool for Bricks Builder. Best used for out-of-the-box CSS classes and utilities.

/* -- The root styles must go in the element of the structure with the name "Menu". --*/ /* The styles are applying to the last menu item and giving it the button styles, you can change the background color value to the one you want instead of "var(--neutral)". */ .default-header__menu { /* Selecting only the children of "bricks-nav-menu". */ .bricks-nav-menu > .menu-item { /* The styles will apply only to the child of the last element with the class "menu-item". */ &:last-child a { background-color: var(--neutral); color: var(--white); padding: var(--space-xs) var(--space-m); border-radius: var(--btn-radius); /* Button hover style */ &:hover { background-color: var(--neutral-trans-90); color: var(--white); } } } }
Long and Impressive Tagline
A curated list of my favorite tools and technologies for building, managing, and optimizing modern digital products and workflows.
My essential CSS framework tool for Bricks Builder. Best used for out-of-the-box CSS classes and utilities.
Bricks Builder is my top Wordpress website builder. Love it for CSS support, flexibility, speed and clean code.
Next Bricks offers extra animations and interactive elements for Bricks Builder. Helps to elevate my websites.
Best in class UX tool. I use Figma for creating products flows and web design mocks.
When I need nested data tables, Notion comes to rescue. Great tool for managing nested notes and tables.
Confluence is my go to for team project documentation, wiki and FAQs.
I use Jira for managing team's task. Great tool for tracking progress on goals, epics and individual tasks.
VS Code is my choice for IDE environment. Love it for simplicity, and library of extensions.
My favorite engine to develop cinematic games. Visual coding language is a plus here.
Unity is my recommended engine for making small and mobile games. I enjoy its simplicity and capability. I made my first games with it.
Grok is an amazing tool for websites research and people sentiment analysis on any current events.
I consider ChatGPT to be all-purpose LLM tool. Great for general tasks, and increases my overall productivity.
I self host n8n for my personal automation tasks with LLM models and create AI agents.
/* -- The root styles must go in the element of the structure with the name "Card". --*/ /* Cards container styles */ .tv-tech-card{ /* Here you can change the width in pixels or percentage of the mask gradient on the sides of the container. */ --tv-tech-card-transparency-size: 10%; /* Gradient mask styles in the image */ .tv-tech-card__img-container{ -webkit-mask-image: linear-gradient(to top, transparent, #000 var(--tv-tech-card-transparency-size)); mask-image: linear-gradient(to top, transparent, #000 var(--tv-tech-card-transparency-size)); } }
Amazing Default Tagline
Whether you're solving problems for users, launching something new, or improving what already works—I can help you build products that are smarter, faster, and more enjoyable to use.