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
    Docker

    Docker Prune

    June 28, 2023 0 Comments

    Delete unused images: docker images prune Delete build cache: docker builder prune

    devops Git Linux Shell Technology

    gitlab ci short commands

    June 26, 2023 0 Comments

    at the first if you want to install it manually (not by docker) search for "install gitlab runner manually on linux" and browse gitlab documentation to install. or follow steps…

    Linux Technology

    apt update vs apt upgrade: What’s the difference?

    December 12, 2022 0 Comments

    https://dev.to/kcdchennai/apt-update-vs-apt-upgrade-whats-the-difference-2ff8

    Linux Technology

    Install def file in ubuntu

    December 9, 2022 0 Comments

    Use command below : sudo dpkg -i PACKAGEFILEreference : https://askubuntu.com/questions/1407494/screen-share-not-working-in-ubuntu-22-04-in-all-platforms-zoom-teams-google-m

    Linux Technology

    Find software which is using a port on linux

    December 9, 2022 0 Comments

    lsof -i :8000

    Linux Shell Technology

    Watch all tpc port that are listening :

    December 9, 2022 0 Comments

    ss -apt

    Linux Technology

    Remove A app from linux completely

    December 9, 2022 0 Comments

    first , purge main package name : sudo apt-get purge mariadb-server then sudo apt autoremove then run this command to find all packages that may are related to the package…

    devops Technology

    DockerFile properties

    December 6, 2022 0 Comments

    ARG On building a docker image you may want to have some variables (you can also have them in docker-compose) you can define ARG in docker file (you can also…

    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

    Linux Technology

    Why my web server doesnt work ? (ubuntu)

    October 19, 2022 0 Comments

    Check 80 port on your server : sudo netstat -tulpn | grep :80 In my case I saw my 80 port have gotten by Nginx but I want to give…

    Posts navigation

    1 2

    Next Page »

    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