Home / Journal / Categories / Web Development ← All posts
Category

Web Development.

115 posts in this category.

16
Nov 2018
Web Development

Super Easy Way to Gather Visitors Feedback With Laravel

As you surely know, tons of website today features a floating bubble, often in the bottom right of your screen, that you can click to talk with the website adm...

read →
♥ 66 · 0
07
Nov 2018
Web Development

How MMORPG UI Inspired Me To Create A Job Board Website

I used the play a lot of Video Games. I still kinda do, but when I think about it, when I was a teenager, I spent hundreds of hour playing MMORPG's. Now, I p...

read →
♥ 5 · 0
05
Nov 2018
Web Development

Vagrant - Error when Configuring and Enabling Network Interfaces

This is a weird issue that appeared few weeks ago on my Windows machine, on which I use Virtual Box and Vagrant to run & test Laravel Projects. When exec...

read →
♥ 11 · 0
04
Nov 2018
Personal Web Development

The 4 Roles You Should Expect From A Consultant

Whatever you read on the web about consulting and what consultants actually do, which is a huge ton of bullet points, let me summarize it for you. Free of char...

read →
♥ 4 · 0
30
Oct 2018
Web Development

How To Convert A Video File To GIF with PHP

First you will need to install the linux package ffmpeg sudo apt-get install ffmpeg In your PHP Project, install the php-ffmpeg package composer...

read →
♥ 23816 · 2
26
Oct 2018
Web Development

How To Build A Super Light Flash Notification Component In VueJS And Laravel

Today another tutorial where we are going to build a flash notification system for your VueJS application. It works both with Single Page Application (vue-rout...

read →
♥ 21 · 0
19
Oct 2018
Web Development

TOP 10 Most Essential Laravel Nova Packages

The truth is that, even if there are hundreds of Nova Packages out there, I really don't think they are that useful . They may make your life easier, and they...

read →
♥ 104 · 0
10
Oct 2018
Web Development

How to build a Single Facet Refinement Toggle Component in Algolia Instant Search with VueJS

One the biggest struggle I've had while building Find A Maker was the implementation of the roles toggle button that filters the jobs thanks to Algolia Insta...

read →
♥ 30 · 0
05
Oct 2018
Web Development

To use a package or to build it from scratch ?

Many times in your awesome developer life, when you're starting to think about how you're going to build the next feature for a website, you wonder "is th...

read →
♥ 12 · 0
10
Sep 2018
Personal Web Development

The Feeling of Getting Your First Customer

LOOK MA'! FIRST CUSTOMER!! As you way know I've been working a lot on webradio.io , a SaaS app that allows webradio owners to create and manage unique loo...

read →
♥ 5 · 0
31
Aug 2018
Personal Web Development

Building A Successful Startup Alone Is Hard

In 2013 I launched my first Startup. It was quite a big deal. I was only 21 and I quit my job after only one year (it was my first job). The Startup wasn't t...

read →
♥ 68 · 0
30
Aug 2018
Web Development

VueJS Tooltip and PurgeCSS might give you some troubles in production

While I'm currently working on my new project findamaker.io , I noticed a strange behavior in production. To put things into context, I'm using Laravel Mix...

read →
♥ 40 · 0
27
Aug 2018
Web Development

Routing issue with Laravel Nova and a VueJS SPA

As I was installing Laravel Nova into one of my new projects, which is a full VueJS Single Page Application with vue-router, I encountered a weird issue: Whe...

read →
♥ 45 · 0
11
Jul 2018
Web Development

Progressive Web App with Laravel Mix

Story short, here's how your webpack.mix.js should look like: let mix = require('laravel-mix'); let SWPrecacheWebpackPlugin = require('sw-precache-webpack-...

read →
♥ 12 · 0
10
Jun 2018
Personal Web Development

How I Went From No Diploma To 10k Per Month

This is the story of my professional career. From when I was 18 year old to this day. This is my story. Get ready because it might be god damn long. Schoo...

read →
♥ 61 · 0
07
Apr 2018
Web Development

Super Easy Way to Authenticate an API User in Your Laravel Application Without Using Laravel Passport

Since Laravel 5.3, Laravel Passport is the main way to authenticate an API consumer with an access token. I say it's the main way because it's the only way...

read →
♥ 3690 · 3
16
Mar 2018
Personal Web Development

Being a Laravel Freelancer, Find Clients, Hire Developers

Since 2014 I'm working as a Laravel Freelance. With the help of a good friend and associate, I was able to get two or three long term clients for which I'm wor...

read →
♥ 4 · 1
16
Mar 2018
Web Development

How To Remember Your Git Credentials Forever

Tired of always having to type your login and password when executing git pull on your server? So do I. Here's an helper command that will remember your cr...

read →
♥ 8 · 0
19
Dec 2017
Web Development

Automatic Deployment of a Laravel Application with Buddy.works

I guess we all know Laravel Forge and Laravel Envoyer, which is probably the best combination of hosting and deploying Laravel applications. However, maybe y...

read →
♥ 24 · 0
24
Nov 2017
Web Development

The Decorable Trait or How To Simply Attach and Upload an Image to a Model

When developping a web application you are probably working with users, and those users can maybe create content on your plateform by filling forms, etc. Or ma...

read →
♥ 4 · 2