Public Notes on
View Public Collections
Issue with Ruby pry history duplicating. Been having this issue for so long. Pretty sure on macOS and Linux Ubuntu 14 VM. Both. #grep #sed #cli #commands #dev #scripting #utilities #text_manipulation #bookmarked_on_site #%stack_overflow #issues #tidbits #pub
Show More
Make all lines uniq (make duplicate consecutive line appear only once): Code: awk '{sub(".*"$2,$2)}1' yourfile | uniq #grep #cli #commands #dev #scripting #utilities #text_manipulation #tidbits #discussions #issues #awk #pub
Show More
#rails #dev #database #mysql #indexes #blog_posts #tutorials #beginners #tidbits #$AFMA #pub
Show More
#rails #dev #database #mysql #indexes #tutorials #beginners #tidbits #$AFMA #bookmarked_on_site #pub
Show More
#rails #dev #database #mysql #indexes #blog_posts #tutorials #beginners #tidbits #$AFMA #pub
Show More
#rails #dev #database #mysql #indexes #blog_posts #tutorials #beginners #tidbits #$AFMA #pub
Show More
#rails #dev #database #mysql #indexes #blog_posts #tutorials #beginners #tidbits #$AFMA #pub
Show More
#database #mysql #indexes #queries #performance #tidbits #$AFMA #pub
Show More
#tidbits #lambdas #scopes #rails #bookmarked_on_site #$AFMA #pub
Show More
#Hooks #admin_section #dev #tutorials #woocommerce #wordpress #tidbits #basics #pub
Show More
#Hooks #admin_section #dev #tutorials #woocommerce #wordpress #tidbits #basics #pub
Show More
Nothing advanced here. #Hooks #admin_section #dev #tutorials #woocommerce #wordpress #tidbits #basics #pub
Show More
const promises = myArray.map(async (myValue) => { return { id: "my_id", myValue: await service.getByValue(myValue) } }); return Promise.all(promises); #dev #tidbits #javascript #asynchronous #pub
Show More