Web Applications

Laravel Jobs

Queueing Laravel Jobs To Be Processed By A Worker

The worker is a separate process that is dedicated to processing the jobs in your queue. Adding a worker process will tie all these pieces together, and you’ll end up with improved UX, scalability, and flexibility, all while keeping standardized code that’s elegant to read.

App Developer

How to Find an App Developer

The success of an application development project will often hinge on choosing the right app developer. Since the field of app development includes a wide range of specialties, and each developer has a unique set of experiences and skills, finding the right person for the job can be difficult and time-consuming. This article will show …

How to Find an App Developer Read More »

Send Emails from a Dev Environment

How to Get Started with a Mail Server for Development

When the email task we’re working on is still underway, we want to avoid sending emails to people outside our development team, and even then we try to avoid inundating that short list of people with a slew of emails as minor adjustments continually get made and are tested.

Progressive Web Apps

Best Practices for PWA Development

Progressive Web Apps (PWAs) are seeing a surge in prominence, so we sought to answer common questions and create a guide to understanding progressive web applications with Direct Impact Solutions developer, Matt Leering.

policies-laravel

How to Use Policies in Laravel

Laravel policies can streamline the creation of website security measures. Security is an important aspect of most websites, especially those that contain sensitive information. This starts with securing the majority of the content behind a login page. We can also add in 2-factor Authentication, Recaptchas, and other features to make the login more secure. However, …

How to Use Policies in Laravel Read More »