Skip to content
View devcloudstudio's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report devcloudstudio

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
devcloudstudio/README.md
  • 👋 Hi, I’m @devcloudstudio
  • 👀 I’m interested in software development(Blockchain, Web, AR, AI and more)
  • 🌱 I’m currently learning C++
  • 💞️ Looking forward to contributing cool stuff on here.
  • � you can reach me on instagram @webcloudstudio

Pinned Loading

  1. cx_Freeze cx_Freeze Public

    Forked from marcelotduarte/cx_Freeze

    Create standalone executables from Python scripts, with the same performance and is cross-platform.

    Python

  2. social-media-api social-media-api Public

    Social media api written in Nodejs and epxress

    TypeScript

  3. string-quizes-javascript string-quizes-javascript Public

    solve string manipulation problems in javascript

    JavaScript

  4. My custom Ubuntu Aliases My custom Ubuntu Aliases
    1
    Navigate to you ~/.aliases file. If you don't have it already create it with either vim or nano vim ~/.aliases
    2
    then add the following
    3
    
                  
    4
    alias gss="git status"
    5
    alias t="tmux"
  5. My Neovim config My Neovim config
    1
    All my neovim configuration
    2
    
                  
    3
    call plug#begin("~/.config/nvim/plugged")
    4
        Plug 'morhetz/gruvbox'
    5
        Plug 'preservim/nerdtree'