Skip to content

Instantly share code, notes, and snippets.

# react-native-build-process
Typical React Native Build Process
![alt text](https://cdn.lifehacker.ru/wp-content/uploads/2015/10/tools_1444516709-1140x570.jpg)
#### Run app
iOS
```sh
react-native run-ios
docker-compose build server && docker-compose up
sudo pkill -u postgres
docker-compose down -v
docker system prune -a
{
"error":[
],
"results":{
"TAB":{
"albums":{
"data":[
{
"ART_ID":"398",
@kis
kis / js-error-logging-services.md
Created July 13, 2018 19:51 — forked from cheeaun/js-error-logging-services.md
JavaScript error logging services
@kis
kis / MySQL_macOS_Sierra.md
Created September 21, 2018 10:22 — forked from nrollr/MySQL_macOS_Sierra.md
Install MySQL on Sierra using Homebrew

Install MySQL on macOS Sierra

This procedure explains how to install MySQL using Homebrew on macOS Sierra 10.12

Install Homebrew

  • Installing Homebrew is effortless, open Terminal and enter :
    $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • Note: Homebrew will download and install Command Line Tools for Xcode 8.0 as part of the installation process.

Install MySQL

At this time of writing, Homebrew has MySQL version 5.7.15 as default formulae in its main repository :

@kis
kis / README.md
Created January 18, 2019 15:26 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.


@kis
kis / oktaLogin.js
Created February 20, 2020 14:36 — forked from ndavis/oktaLogin.js
Cypress Custom Command for Okta Login
Cypress.Commands.add('loginOkta', () => {
const optionsSessionToken = {
method: 'POST',
url: Cypress.env('session_token_url'),
body: {
username: Cypress.env('username'),
password: Cypress.env('password'),
options: {
warnBeforePasswordExpired: 'true'
}

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: