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
@tudormunteanu
tudormunteanu / database.tf
Created February 15, 2022 16:30 — forked from smiller171/database.tf
Manage RDS password in Terraform in a sane way
resource "random_password" "db_master_pass" {
length = 40
special = true
min_special = 5
override_special = "!#$%^&*()-_=+[]{}<>:?"
keepers = {
pass_version = 1
}
}
@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
#import <Foundation/Foundation.h>
@interface NSArray (SafeAccess)
- (instancetype)withoutNulls;
- (instancetype)arrayByRemovingObjectsOfClass:(id)obj;
- (id)objectAtIndex:(NSUInteger)index ifKindOf:(Class)kind;
- (id)objectAtIndex:(NSUInteger)index ifKindOf:(Class)kind defaultValue:(id)defaultValue;
Personal Hub Ideas (work in progress)
features:
* get RSS updates/twitter timeline/emails/notifications/search alerts/...
* remove duplicates/copy&paste articles
* server based - to be able to read from desktop/iphone
* easy to import/export data - apml
* quick glance - see quickly if it is worth reading now (tag cloud sorted by occurrence)
* postrank - highlight important items (see postrank.com) and discover new sources
* easy to bookmark/share.