Making a Personal AI Sunglass Shopping Assistant in Python and React
Oct 2, 2024
Recently I was tasked with learning how to work with large language models (LLMs), and immediately I was intrigued by their vision capabilities. I started to think about where this could be applied in a practical context. Previously, I had made a chatbot product search app for sunglasses, and it…
From Design to Code: Improving Development with Smart Design
Aug 15, 2024
The longer I’ve worked in development, the more I appreciate good design. And by this I mean design that is not only beautiful but systematically aligned with development needs. Yet often, design happens in isolation: designers create mockups based on customer requirements and then pass a Figma…
Color Themes in Next.js 14 and Tailwind CSS
Jul 16, 2024
I’ve always been fond of light/dark toggles since they became fashionable. They were easy to implement on React sites, with libraries like Styled Components providing theming out of the box, using the context API to make themed styles readily available to components in all levels of the render…