Skip to content

Instantly share code, notes, and snippets.

View tudormunteanu's full-sized avatar
👨‍💻
Crafting and leading. Mostly Web3 these days. 🛠️🚀 #TechLeader

Tudor Munteanu tudormunteanu

👨‍💻
Crafting and leading. Mostly Web3 these days. 🛠️🚀 #TechLeader
View GitHub Profile
Daniel, thanks for the chat and offer we had the other day.
I understand that the levels were created as guidelines for the company,
but they are just that: guidelines. Not set in stone.
Given what I was told when I joined GC, rounding up your offer by 1200 would
be a sign of trust. In the bigger picture, 1200 per year is not a big sum,
but it is a matter of principle of choosing a happy, well motivated employee
over some made-up guidelines.
#!/bin/bash
# Get bash in a running container
docker exec -it 71a519182d33 bash
# docker commit example
https://gist.github.com/glamp/74188691c91d52770807
@tudormunteanu
tudormunteanu / home-brew-mysql-essential-commands
Last active May 4, 2018 16:04 — forked from jasperf/home-brew-mysql-essential-commands
Homebrew Create a MySQL database and user to be used for a WordPress site from the command line with mysql and restart server when you have a socket error or other error #wordpress #mysql #homebrew
brew services start mysql
  • check internet speed (could be faked)
  • check if Skype works by doing a Test Call
  • be sure port 22 is open for SSH
  • check if account is required
  • kitchen with water, microwave
  • comfy chairs
  • quiet place to make a call
@tudormunteanu
tudormunteanu / rm.sh
Created September 18, 2017 23:07
Remove all RAF that don't have a JPG
ls | grep "RAF" | cut -d'.' -f1 | xargs -I {} bash -c 'if [ ! -f {}".JPG" ]; then echo "File {}.RAF has no JPG."; fi'
  • game week
  • game day

game week 1

game day 1

game day 2

@tudormunteanu
tudormunteanu / toad-to-do.markdown
Last active June 23, 2017 16:22
toad website to-do
  • update Heroku
//: Playground - noun: a place where people can play
import UIKit
/*
Goals
- refactor UITableView to have sections
- style the UITableViewCell s
- let the user choose a date by using a UIPickerView built based on dates retrieving