Consent

This site uses third party services that need your consent.

Skip to content
Steven Roland
  • Sometimes I wonder, sometimes I wander

    In Search of the Zone

    Somewhat recent ramblings

    Simplifying Asset Compilation with Laravel Mix

    Laravel Mix simplifies front-end asset compilation in Laravel apps. It offers an easy-to-use API over Webpack for compiling JavaScript, SASS, and more. Key features include versioning, Browsersync, and custom Webpack configs. Use Mix for SPAs, CSS preprocessing, and code splitting. Follow best practices like environment-specific builds and keeping dependencies updated.

    Beyond Regrets: Embracing Forward Motion in Life

    Inspired by Tahereh Mafi's quote, this post challenges the concept of regret as an excuse for failure. It offers a perspective on embracing forward motion in life, redefining failure, and focusing on present actions rather than past mistakes.

    Supercharge Your Laravel Development with Jetstream

    Laravel Jetstream is a powerful starter kit for modern web applications. It offers authentication, team management, API support, and profile management out of the box. Install Jetstream, customize features like team creation, and use it for SaaS apps, API-driven projects, and membership sites. Follow best practices to extend functionality responsibly.