Web Development Blog

Developer Remarks | Know & How

Random Posts

Incremental update of code on hosted server

Published At: Updated At: 2025-07-24

Often during the development of a Laravel application, there are cases where it is necessary to implement the debugged code on a live server. It takes a long time to transfer all the code (including packages and modules) even at a high transfer rate....

Read More

Laravel Best Practices

Published At: Updated At: 2025-07-24

Note created on: 2023-05-05 07:45

Single responsibility principle

A class and a method should have only one responsibility.

Bad:

public function getFullNameAttribute(): string
{
    if (auth()->user()...
        

Read More

Random Categories

Web Development - Web Development Blog
Web Development
Web blog development and deployment based on Laravel framework is not easy and requires other approach to applicationĀ  structure and development. Laravel is not best suited for web blogs but the application was chosen here for practical ev
Open Source Software - Web Development Blog
Open Source Software
Remarks and notes to a practical usage of OSS for web frontend and backend. Many years of experience with Joomla, Drupal, Wordpress, Laravel, javascript, Vue.js opens very interesting views on development and deployment details.