Install HomeBrew first
brew update
brew tap caskroom/cask
brew install brew-cask
If you get the error "already installed", follow the instructions to unlink it, then install again:
post_install do |installer| | |
project_path = "Bower.xcodeproj" | |
project = Xcodeproj::Project.open(project_path) | |
project.targets.each do |target| | |
shell_script_path = "Pods/Target Support Files/Pods-Bower/Pods-"+target.name+"-frameworks.sh" | |
shell_script_input_lines = File.readlines(shell_script_path) | |
shell_script_output_lines = shell_script_input_lines.map { |line| line.sub("source=\"$(readlink \"${source}\")\"", "source=\"$(readlink -f \"${source}\")\"") } | |
File.open(shell_script_path, 'w') do |f| | |
shell_script_output_lines.each do |line| | |
f.write line |
- TechStacks/Language | |
- Javascript | |
- https://github.com/ganqqwerty/123-Essential-JavaScript-Interview-Questions | |
- https://www.toptal.com/javascript/10-most-common-javascript-mistakes | |
- https://www.toptal.com/javascript/interview-questions | |
- https://medium.com/javascript-in-plain-english/js-engine-and-optimization-dac1f7fcb87d | |
- https://www.freecodecamp.org/news/javascript-essentials-why-you-should-know-how-the-engine-works-c2cc0d321553/ | |
- https://github.com/yangshun/front-end-interview-handbook | |
- lexical scoping | |
- React 16 |
Install HomeBrew first
brew update
brew tap caskroom/cask
brew install brew-cask
If you get the error "already installed", follow the instructions to unlink it, then install again:
People
:bowtie: |
😄 :smile: |
😆 :laughing: |
---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |