Skip to content
View utshab-roy's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report utshab-roy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. HackerRank HackerRank Public

    Some Java console app problem solution from HackerRank site.

    Java

  2. dashboardwidget dashboardwidget Public

    A wordpress plugins that creates dashboard notice for the user according to their role. Those can also be displayed via short-code like [cbx-notice] and there is a widget name Notice Widget to show…

    PHP

  3. utshabimagemanipulator utshabimagemanipulator Public

    This is a object oriented php project which basically use GD library to manipulate image files.

    PHP 4 1

  4. CodeWars CodeWars Public

    Java

  5. This is the simple guide to use the ... This is the simple guide to use the docker and set environment for development. Youtube link: https://youtu.be/3xDAU5cvi5E
    1
    # Docker Basic Command
    2
    
    
    3
    ## Installation / Initialization
    4
    
    
    5
    For demo, we will try to make a React app, and run it on docker. We use ```npx create-react-app my-app```, to create the project.