Skip to content
View seejonlee's full-sized avatar

Block or report seejonlee

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

👋🏽 && 🖖🏽

Pinned Loading

  1. snipp_its snipp_its Public

    Collection of snippets

    JavaScript

  2. data-attr-parser data-attr-parser Public

    Simple utility to parse key/value pairs in a file and write the output in JSON format.

    JavaScript

  3. professor-frink professor-frink Public

    A place to keep exercise and practice code.

    JavaScript

  4. npm-cli-tool npm-cli-tool Public

    An example npm cli tool package

    JavaScript

  5. Helpful JQL queries for Jira searches Helpful JQL queries for Jira searches
    1
    # Helpful JIRA Search Queries (JQL)
    2
    Queries that may hopefully help you stay up-to-date in Jira world without email notifications.
    3
    
                  
    4
    ## Usage:
    5
    Within Jira you may utilize the advanced search query feature and save them as filters. To create a new filter:
  6. Bits of helpful info I've come across Bits of helpful info I've come across
    1
    ## Focus
    2
    _Tactics read from [How to Beat Coder's Block – Five Tips to Help You Stay Productive](https://www.freecodecamp.org/news/how-to-beat-coders-block-and-stay-productive/)_
    3
    
                  
    4
    1. Write down or map out your plan. Write down the logic and features, which in turn will help with architecting and organizing modules/components/etc.
    5
    2. Build something fun and easy to break the stagnation.