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

Web Development.

111 posts in this category.

16
Apr 2019
Web Development

How To Tweet Automatically Based On A Git Commit Description

If you've ever actively worked on a project, shipping new features every month, week or even days, you're probably informing your users about those new feature...

read →
05
Apr 2019
Web Development

How To Log Eloquent Database Queries In Laravel

Today I was trying to debug a big Eloquent Query in one of my Laravel Applications, and I couldn't understand what was the issue. I wrote a feature test and...

read →
01
Apr 2019
Web Development

How to Deploy Laravel Application on Dev and Production Based on Different Branches With Laravel Envoy

So my typical workflow when working on a client's application is to have a "dev" environment on my server, and the production environment is sometime...

read →
19
Mar 2019
Web Development

Development & Server Setup 2019

When I started developping LaravelPackages.net and it's search module, I quickly noticed that Algolia was not going to be enough for this project. There are...

read →
28
Feb 2019
Web Development

PHP Course : SOLID - Dependency Inversion

Last but not least, the Dependency Inversion Principle! There is a common misunderstanding that "Dependency Inversion" is similar to "dependen...

read →
12
Feb 2019
Web Development

PHP Course : SOLID - Interface Segregation

"Interface Segregation"... what the hell does that mean now... It seems like all those principles were named to bring more confusion than clarity rig...

read →
11
Feb 2019
Web Development

PHP Course : SOLID - Liskov Substitution

Third principle in this SOLID serie, the Liskov Substitution principle was imagined by Barbara Liskov. Definition Mathematical definition: Let q(x) be a...

read →
07
Feb 2019
Web Development

PHP Course : SOLID - Open-Closed

The second principle of S O LID is called Open-Closed , and helps developer to mature well designed code. This is a confusing one, but I'll try to make it e...

read →
24
Jan 2019
Web Development

PHP Course : SOLID - Single Responsibility

Have you ever heard about SOLID ? It is a collection of several Programming Principles that help developers write better code. There are five letters in SOL...

read →
24
Jan 2019
Web Development

Dealing with Very Long Requests in Laravel

Big headache problem that I encountered on some client's project, where I had to build a custom tool to import big ass excel files in the backoffice. When...

read →
22
Jan 2019
Web Development

PHP Course : What Is Dependency Injection

In this first PHP Lesson serie, we will cover what could be one of the first thing that any programmer must understand. It's probably the most basic yet compli...

read →
07
Jan 2019
Web Development

How To Localize Formatted Dates with Laravel And Carbon

It's the second time in my carreer as a Laravel Developer that I had to struggle against this, so I decided to write the solution down for my future self 😅...

read →
13
Dec 2018
Web Development

TOP 20 Most Essential Laravel Packages

Looking for the TOP 10 Most Essential Laravel Nova Packages? Click here! Laravel is a well known PHP Framework, super popular, with thousands of extraordin...

read →
10
Dec 2018
Web Development

Renew Wildcard Certificate With Certbot

First you need to install certbot via their github repository. Next, run this command line in the certbot folder: ./certbot-auto certonly --manual --prefe...

read →
03
Dec 2018
Web Development

Responsive Navigation Bar With Tailwind CSS And A Drop Of Javascript

I've recently switched to Tailwind CSS and I must say it's really good ! Mainly because you can build anything and you have much more freedom than if you were...

read →
21
Nov 2018
Web Development

How To Build An Efficient and SEO Friendly Multilingual Architecture in Laravel - UPDATED GUIDE

This is a remastered version of my previous tutorials How To Build An Efficient and SEO Friendly Multilingual Architecture For Your Laravel Application and...

read →
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 →
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 →
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 →
04
Nov 2018
Personnal 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 →