- Published on
Understanding how prompt bias affects AI tool responses and how to ask better questions when using Claude or Codex
A Full-Stack developer from Serbia who enjoys building things for the web. I write about the ideas, patterns, and lessons I pick up along the way.
Understanding how prompt bias affects AI tool responses and how to ask better questions when using Claude or Codex
User experience (UX) isn't just for designers. As frontend developers, we wield immense power to shape how users interact with our creations. This post explores some key tactics and patterns we can use to create a more user-friendly web experience.
In the world of software development, feature flags (also known as feature toggles) have become an increasingly popular technique for managing the release of new features. A feature flag is a software development practice that allows developers to turn on or off certain features in a product or application. This blog post will explore the benefits of using feature flags, as well as some of the potential drawbacks.
How to avoid long ternary operator statements inside render methods by using React.Children and compound components pattern
Explaining two ways of adding custom fonts in a react-native project using version ^0.69 where link command has been removed.