I stand up for children in need. Please join me in helping this family.

Skip to content
Steven Roland

Posts

Customizing Taxonomy Routes in Statamic

Learn how to customize taxonomy routes in Statamic for better site navigation and SEO. Use default routes or opt for custom solutions with Laravel or the Bonus Routes addon to create user-friendly and integrated URLs.

How to Identify and Deal with a Narcissist

Learn to identify narcissists by their grandiosity, need for admiration, and lack of empathy. Manage relationships by setting boundaries, communicating clearly, and seeking support. Prioritize your well-being and consider professional help if needed.

Setting Up a Custom BelongsTo Relationship in Laravel Nova

Learn how to set up a BelongsTo field called "Partner" in Laravel Nova that relates to a Team model. Define the relationship in your model and configure the Nova resource to display it intuitively, ensuring a user-friendly admin interface.

The Myth of Medusa: Unraveling the Stone-Gazing Curse

Medusa, a Greek mythological figure, could turn anyone to stone with her gaze. Her story evolved from a monstrous figure to a tragic victim, symbolizing themes of transformation and resilience, and remains a powerful cultural symbol today.

The Power of First Principles Thinking

First principles thinking breaks problems into basic elements, fostering innovation by questioning assumptions. This approach leads to unique solutions and clarity, as seen in Elon Musk's work, though it requires effort and creativity.

Creating Fluid Typography with Tailwind CSS

This blog post explains how to create fluid typography using Tailwind CSS. It covers setting up a text-fluid class that adjusts font sizes responsively, enhancing readability across devices while providing customization options for developers.

Generating Unique Lowercase Handles in Laravel Models

This blog post explains how to generate unique, lowercase handles in Laravel models. It covers defining the model, creating a unique key method, using model events for automatic handle assignment, and allowing user overrides for customization.