Skip to content

Breaking

Emigrate from GraphQL rebing to GraphQL lighthouse on Laravel: Gang of four book , design pattern How to create new service container Dependency injection A Step-by-Step Guide to Deploying a Laravel Application on a VPS

#MasoudHosseini

Masoud Hosseini

#MasoudHosseini

Masoud Hosseini

  • Blog
  • Tags
  • Contact ME
  • Masoud Hosseini
    devops Programming Technology Web Development

    A Step-by-Step Guide to Deploying a Laravel Application on a VPS

    August 7, 2023 0 Comments

    Introduction: Deploying a Laravel application on a Virtual Private Server (VPS) can be an excellent choice for hosting your web application. A VPS offers better performance, scalability, and customization compared…

    Programming Web Development

    Laravel Project Best practices by Masoud

    June 17, 2023 0 Comments

    Validations Because usually validations are similar in store and update functions, it is recommended to create a separate function for that.

    Technology Web Development

    change PHP version

    December 6, 2022 0 Comments

    Change Global (command line) php version (for laravel): use this command : sudo update-alternatives --config php for more see link below : https://bytexd.com/fix-laravel-return-type-of-illuminatesupportcollectionoffsetexistskey/ Change apache PHP version (for projects which…

    Programming Technology Web Development

    Pagination in laravel relation

    October 27, 2022 0 Comments

    public function get_shop_products($shop_id) { $shop = Shop::query() ->where('id' , $shop_id) ->first(); $shop->setRelation('products' , $shop->products()->paginate(10)); return new ShopProductsResource($shop); } Masoud Hosseini

    Programming Technology Useful Addresses Web Development

    I love Frappe Framework

    October 19, 2022 0 Comments

    In this post, I want to write about a miracle in the software development world. Imagine you can create your database entities with some clicks; you have many types of…

    Best practice devops Programming Technology Web Development

    Implement Rest APIs more efficient

    June 28, 2022 0 Comments

    Most web applications are implemented based on Rest Full APIs and as I researched huge part of them are not implemented based on best practices and clean code principles, so…

    Web Development

    What is Graphql

    February 11, 2022 0 Comments

    I worked many years with Rest API, and because of a special situation, I had to work with Garphql in my projects. After working with Graphql, I shared my experience…

    Programming Technology Web Development

    Using Types in PHP is one of the least used features

    February 4, 2022 0 Comments

    Using Types in PHP is one of the least used features, but very powerful features available in PHP. This is a feature that can save you and other developers a…

    Recent Posts

    • Emigrate from GraphQL rebing to GraphQL lighthouse on Laravel:
    • Gang of four book , design pattern
    • How to create new service container
    • Dependency injection
    • A Step-by-Step Guide to Deploying a Laravel Application on a VPS

    Recent Comments

    No comments to show.

    Archives

    • August 2023
    • July 2023
    • June 2023
    • April 2023
    • March 2023
    • January 2023
    • December 2022
    • October 2022
    • July 2022
    • June 2022
    • May 2022
    • April 2022
    • March 2022
    • February 2022
    • March 2020
    • January 2020

    Categories

    • Best practice
    • Data Structure
    • Database
    • devops
    • Docker
    • English language
    • Fashion
    • Fix bugs and problem
    • Food
    • Git
    • Introduce usefull links
    • Language
    • lifestyle
    • Linux
    • Movies
    • Programming
    • Shell
    • Technology
    • Travel
    • Useful Addresses
    • Web Development
    • without category
    • World

    You Missed

    Technology

    Emigrate from GraphQL rebing to GraphQL lighthouse on Laravel:

    Technology

    Gang of four book , design pattern

    Technology

    How to create new service container

    Technology

    Dependency injection

    #MasoudHosseini

    Masoud Hosseini

    me.masoudhosseini@gmail.com | blogarise by Themeansar.

    • Blog
    • Tags
    • Contact ME
    • Masoud Hosseini