Giter Site home page Giter Site logo

willfolsom / willfolsom.github.io Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 115 KB

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

Home Page: https://willfolsom.com

HTML 100.00%
3d 3d-transformations css deviceorientation html javascript mouse-movement mouse-tracking orientation-changes orientation-detection parallax personal-website rotate rotation space starfield stars transform translate

willfolsom.github.io's Introduction

Langs

🕹ī¸ Protips

  • Serve your sites locally when doing simple local web development to bypass CORS issues and such. Run this in the base directory of whatever you're working on (instead of opening index.html): python -m SimpleHTTPServer 8080
  • Clean install your Node modules: rm -rf node_modules; npm i
  • I use Cmder as my Windows terminal.
  • Spectacle (on Macs) is a must.
  • See your installed VSCode extensions with code --list-extensions | xargs -L 1 echo. I use all of these.
  • Use tput and variables to make shell script output cooler
  • Use console.table({someObject}) instead of logs.
  • Five layer networking model example
  • Profile and optimize your regex.

💾 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

willfolsom.github.io's People

Contributors

willfolsom avatar

Watchers

 avatar

Forkers

monata90

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.