Giter Site home page Giter Site logo

Langs

🕹ī¸ Protips

💾 Git / Github

  • Change your email per Git repo: git config user.email "[email protected]"
  • Rollback commits: git reset HEAD~{number to rollback}
  • git clean -dfX will remove untracked directories and files (forcefully) from the working tree that are ignored by Git.
  • See git blame line numbers per author per repo. Run: git ls-tree -r -z --name-only HEAD | xargs -0 -n1 git blame --line-porcelain HEAD |grep "^author "|sort|uniq -c|sort -nr (it can be slow)
  • Add GitHub actions badges to a Readme (the workflow name is in the .yml, i.e. "Go", "Android", etc):
    ![](https://github.com/{owner}/{repo}/workflows/{workflow_name}/badge.svg?branch={targeted_branch})
  • I use zsh-completions so that I have tab completions specifically for Git branches and npm run scripts.
  • .zshrc for showing current Git branch, e.g.:

    curl https://gist.githubusercontent.com/willfolsom/43d26018be685c651968431124a79906/raw/3f6bc3976448134f14e6cca2d68a71b85eb32b0a/.zshrc -so .zshrc

🖲ī¸ Links

Will Folsom's Projects

afr-starter icon afr-starter

Random tiny axios / fs / readline starter kit for mostly quick local stuff.

depot icon depot

Structured data editor built inside VS Code

exercism-solutions icon exercism-solutions

Exercism provides learning tracks for languages with coding problems and prompts for each, increasing fluency.

pokechrome icon pokechrome

Chrome Extension and React App using Typescript, Webpack, SASS, and the PokeAPI to create a Pokedex that identifies tabs (websites) as Pokemon, similar to walking in tall grass in the original game.

react-and-spring-contacts-app icon react-and-spring-contacts-app

A fullstack contacts creation app using React (with Typescript) and Spring, from the LinkedIn course "Building Full-Stack Apps with React and Spring". Uses Materialize for styling.

react-mirror icon react-mirror

Create a React App and mirror it in a Chrome Extension.

willfolsom.github.io icon willfolsom.github.io

3D rotating business card (follows mouse or device orientation) with star field parallax background.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤ī¸ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.