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

Web Development.

115 posts in this category.

08
May 2019
Web Development

Super Simple Laravel Newsletter Subscribers System

If you're building a website where you create content, or where your users post content (like a job board or something), then sometimes you might want to send...

read →
♥ 208 · 8
26
Apr 2019
Web Development

How To Make Clean Forms with Laravel Blade

Building forms in our application is one of those tasks that you repeat constantly. Almost every website has forms. We are basically just building forms, over...

read →
♥ 237 · 0
25
Apr 2019
Web Development

Releasing LaravelPackages.net - The Ultimate Laravel Packages Listing Website with Advanced Search Functionnality

Whenever I start working on new application or a new feature, I wonder if someone from the Laravel Community already developed a package that I can use. And...

read →
♥ 4 · 0
16
Apr 2019
Web Development Personal

How To Remain Up To Date With Agile and Scrum Methodologies

So you just read everything there is to read about Scrum and Agile, you passed the Scrum Master Certification, everything is great, you're a wonderful Scrum Ma...

read →
♥ 44 · 0
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 →
♥ 22 · 0
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 →
♥ 17 · 0
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 →
♥ 108 · 0
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 →
♥ 1 · 0
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 →
♥ 19 · 0
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 →
♥ 8 · 0
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 →
♥ 64 · 0
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 →
♥ 83 · 0
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 →
♥ 6 · 0
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 →
♥ 35 · 0
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 →
♥ 10 · 0
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 →
♥ 20 · 0
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 →
♥ 31 · 0
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 →
♥ 5 · 0
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 →
♥ 466 · 1
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 →
♥ 1139 · 43