Skip to content
View rmdashrfv's full-sized avatar
πŸ”₯
BURN THE BOATS!!!
πŸ”₯
BURN THE BOATS!!!

Block or report rmdashrfv

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
rmdashrfv/README.md

My name is Michael Law and I'm a programmer, designer and the creator of Monarch. You can check out Monarch and other things I'm doing here on the blog. If you're a student, be sure to email me for student discounts at [email protected]

I enjoy working on products end to end, from wireframe to deployment, and have built software for every major platform: Windows, Mac, Linux, Chrome, Firefox, Android and iOS. Still going and more planned! Previously, I worked as a platform engineer and created an event ticketing platform. Currently, I'm working to release a book I'm writing on ReactJS and design.

Here's other stuff I've worked on:

  • TabMagic - Bookmark tabs and links easily by using a browser-wide UI, and annotate & share them with teammates.
  • Amethyst - Real-time static typing analysis for Python. Perfect for learning and experimenting with new functions or APIs.

GitHub Streak

Pinned Loading

  1. VS Code Extensions List VS Code Extensions List
    1
    Run `code --list-extensions --show-versions` to see the extensions you have installed
    2
    
    
    3
    Import/export VS Code Extensions Guide: https://marketplace.visualstudio.com/items?itemName=aslamanver.vsc-export
    4
    
    
    5
    ```
  2. My .vimrc My .vimrc
    1
    set nocompatible              " be iMproved, required
    2
    filetype off                  " required
    3
    
    
    4
    set tabstop=2
    5
    set rtp+=~/.vim/bundle/Vundle.vim