Consent

This site uses third party services that need your consent.

Skip to content
Steven Roland
  • Tags

    I tend to write about my skills and hobbies, but I also curate inspiration and make announcements.

    Laravel Nova

    Laravel Nova is a premium administration panel for Laravel applications, providing a powerful and customizable interface for managing and monitoring application data. It offers features like advanced filters, metrics, and visualizations, simplifying complex tasks for developers and making it easier to build and manage Laravel-powered applications.

    Laravel Pint

    Laravel Pint is an opinionated PHP code style fixer for minimalists. Pint is built on top of PHP-CS-Fixer and makes it simple to ensure that your code style stays clean and consistent.

    Laravel Volt

    Volt is an elegantly crafted functional API for Livewire that supports single-file components, allowing a component's PHP logic and Blade templates to coexist in the same file.

    Moqups

    Moqups is a cloud-based visual design and wireframing tool that enables users to create and collaborate on diagrams, wireframes, and interactive prototypes. It offers a user-friendly interface and a wide range of pre-built components, making it a popular choice among designers and developers for creating mockups and prototypes for websites and applications.

    Node.js

    Node.js is an open-source JavaScript runtime environment that allows developers to run JavaScript code outside of a web browser. It is commonly used for server-side scripting, enabling the creation of highly scalable and efficient network applications, and is known for its non-blocking, event-driven architecture, making it popular for building fast and real-time applications.

    NPM

    NPM (Node Package Manager) is the default package manager for Node.js, allowing developers to discover, share, and use packages of reusable code. It simplifies the process of installing, managing, and updating JavaScript libraries and tools, making it an essential tool for Node.js and JavaScript developers worldwide.

    Photography

    Explore my personal photography journey, where I share moments captured through my lens. From landscapes to candid shots, each image reflects my perspective and emotions. Join me in discovering the world through photography.

    PHP

    PHP is a popular server-side scripting language used for web development. It is embedded in HTML and enables the creation of dynamic web pages, handling tasks such as form processing and database connectivity.

    Process

    Explore my creative process and methodologies like Agile and EOS. Discover insights into project development, from idea to execution, and learn how these frameworks enhance productivity and creativity. Join me in refining work approaches.

    React.js

    React.js is an open-source JavaScript library for building user interfaces, maintained by Facebook and a community of developers. It enables the creation of dynamic and interactive web applications by allowing developers to build reusable UI components, promoting a component-based architecture and efficient rendering, making it one of the most popular choices for front-end development.

    Sass

    Sass (Syntactically Awesome Stylesheets) is a powerful CSS preprocessor that extends the capabilities of standard CSS. It introduces features like variables, nesting, and mixins, making stylesheets more maintainable and efficient. Sass files are later compiled into standard CSS files for web browsers to interpret and display web content.

    SCSS

    SCSS, or Sassy CSS, is a popular extension of CSS that introduces features like variables, nested rules, and mixins. It offers a more organized and maintainable way to write CSS code, allowing developers to create complex stylesheets with ease, which are later compiled into standard CSS for web browsers to interpret.