create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
Helper setup to edit .yaml files with Vim:
List of general purpose commands for Kubernetes management:
import React from 'react' | |
// Example 1: translation | |
const TranslationContext = { | |
// most likely, from Provider or any other top-level component | |
locale: 'en', | |
strings: { | |
en: { | |
'user.my_account': 'My account' |
First, add pry-rails to your Gemfile:
https://github.com/rweng/pry-rails
gem 'pry-rails', group: :development
Then you'll want to rebuild your Docker container to install the gems
class Profile extends React.Component { | |
render(props) { | |
return <div>{props}</div> | |
} | |
} | |
// Dumb component | |
function Profile(props) { | |
return <div>{props}</div> |