👀📎 It looks like you're preparing to MC a conference...
🚨 GIANT DISCLAIMER: This stuff is far from authoritative. But it's what I think works for me, and what I enjoy in an MC when I'm attending a conference.
Follow those simple steps to propose a new language for the CLI UI!
Run navigator.languages
or navigator.language
to get the language code for the new locale. For example: 'fr'
.
Search NPM to see if a package called vue-cli-locale-<language code>
doesn't already exist. If it does, please contribute to it by submitting PRs! If you don't find any, create a new package called vue-cli-locale-<language code>
. For example: vue-cli-locale-fr
#!/bin/bash | |
#Create two amazon instances | |
#https://aws.amazon.com/getting-started/tutorials/launch-a-virtual-machine/ | |
#login with “ubuntu” user | |
#ssh -i ~/Downloads/pvtinstance.pem [email protected] | |
#setup ubuntu 16 on both of them | |
locale | |
locale-gen en_US.UTF-8 | |
dpkg-reconfigure locales |
Depression and anxiety are enormous problems in our work and world in general. But they are topics that are not discussed enough and topics that we feel are kind of shameful. In this talk Sara will expose her personal mental health issues that she had for a long time so you don’t ever feel embarrassed again. She will go through what she learned in this horrible horrible journey of putting a fix flag on her brain in the hope that it helps as many people as possible.
React is awesome! We probably all here agree on that. You have heard of all types of driven development but react emerged a new type, styleguide driven development became a reality with components. This type of development focuses on Developer/Designer collaboration and on assertive components. With the use of React, Styled Components and Snapshot testing we were able to almost remove style regressions.
In this talk I'd like to use 5 minutes of my time to explain to the audience why jQuery is simply way better than React.
fadeIn()
method? Nah, I don't think so. You need to install a react-transition-group package which weighs over 3GB.$.get(https://stackoverflow.com/questions/12345/adding_two_numbers_javascript)
in React? NOPE.And many, many more.
(This is a completely serious lightning talk proposal, I promise.)
This proposal is not longer active. Context: https://twitter.com/siddharthkp/status/909818777314902016
Please 🌟 this gist to vote for this proposal!
No other topic in software development probably has so much controversy as linting.
With a wrong workflow linting can be really a pain and will slow you and your team down. With a proper setup, though, it can save you hours of manual work reformatting the code and reducing the code-review overhead.
# Install Oh My Zsh | |
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | |
# Install Homebrew | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
# Install Homebrew packages | |
brew install git | |
brew install java | |
brew install mackup |
#!/bin/bash | |
# | |
# Author: SuperPaintman <[email protected]> | |
# | |
### | |
# Constants | |
### | |
RETVAL=0 |