Articles

What if a scheduled task fails

January 30th, 2022 — posted in Originals — 2 minute read

Sometimes scheduled tasks fail. It’s happening more often than we think.

#scheduled-tasks, #laravel

Building your own Chatroom with Socket.io

December 23rd, 2020 — posted in Code With Burt — 1 minute read

How about building your own chatroom app with Socket.io. Using node.js, during the development we'll use Nodemon to monitor our progress.

#tutorial, #socketio, #nodejs

Fix and restart the Touch Bar when it stops working

November 1st, 2020 — posted in Originals — 1 minute read

When the Touch Bar on your Macbook stops doing it’s job, you can easily restart it.

#macbook, #apple

Installing Laravel Valet

June 15th, 2020 — posted in Code With Burt — 1 minute read

I bought a new laptop, so I need to install everything. In this video I’m taking you along the installation of Laravel Valet.

#laravel, #valet, #tutorial

Laravel 6 From Scratch web course for free

May 17th, 2020 — posted in Community content — 1 minute read

A free course on Laravel 6 (from scratch) is available on Laracasts.

#laravel, #course

How to get started with Laravel Valet

May 16th, 2020 — posted in Originals — 2 minute read

Tired of the localhost setup like MAMP, WAMP or XAMP? Tired of the configuration, ‘etc/hosts’, and stuff like that.

#laravel, #valet

Install Laravel and use Artisan

April 6th, 2020 — posted in Code With Burt — 1 minute read

In this video you'll learnt basics of Artisan

#laravel, #artisan

8 Javascript Array Methods to make your life easier

March 23rd, 2020 — posted in Code With Burt — 1 minute read

Check out these 8 javascript Array Methods ! They will come in handy when you're trying to write less code for the same result. In stead of writing complex array operations, we're able to use these methods to make our code more readable, easier, and even faster.

#javascript, #tutorial, #arrays

Sending emails from a WordPress website with Mailgun.

February 6th, 2020 — posted in Code With Burt — 1 minute read

Sending emails from a wordpress website can be tricky at some point. It could get into the spam filters, or sometimes it just never reaches it’s destination.

#wordpress, #mailgun

Lacalization in Laravel 5.8 made easy

June 20th, 2019 — posted in Originals — 5 minute read

In this tutorial we’re only focussing on localization, so I won’t go over the installation of Laravel and I assume that you already have a working Laravel project.

#laravel, #tutorial, #locale