A Look into Google Antigravity
Writing code has come a long way. We started by writing everything from scratch by hand, then moved to frameworks, libraries and boilerplates, and now…
Writing code has come a long way. We started by writing everything from scratch by hand, then moved to frameworks, libraries and boilerplates, and now…
Tailwind CSS has changed how we build websites by using utility classes like text-center or bg-blue-500 directly in HTML. But as projects get bigger, …
As we kick off the new year, I think it’s a great time to take a fresh look at your development machine. Over months of developing projects, testing…
As 2025 winds down, I think it’s just the perfect time to explore new tools that can make your development workflow smoother in the year ahead. In t…
For years, we’ve had to make a trade-off using cloud-based tools like Google Translate or DeepL, or choosing open-source, privacy-friendly tools tha…
If you’re using Visual Studio Code (VS Code), you’ve probably used its built-in terminal to run commands and scripts without ever leaving the edit…
CSS has come a long way. We once relied on preprocessors like Sass or JavaScript hacks just to do basic things like use variables, nest selectors, or …
OpenAI has recently introduced a new browser called Atlas. It is an AI-native browser, designed to completely change how we use the web. So instead of…
Large Language Models (LLMs) have changed how we build and use software. While cloud-based LLM APIs are great for convenience, there are plenty of rea…
When working with Model Context Protocol (MCP) servers, each one might require its own setup, tools, or environment. For a deeper dive into MCP server…
Adding animations can be a great way to make your website feel more alive and enjoyable. They can be used to provide helpful feedback, guide users’ …
React Aria Components (RAC) is a library from Adobe that gives you fully accessible, production-ready React components—but without any default styli…