Skip to content

Instantly share code, notes, and snippets.

View itscoderslife's full-sized avatar
🎯
Focusing on side project!

Coder itscoderslife

🎯
Focusing on side project!
View GitHub Profile

FWIW: I didn't produce the content presented here (the outline from Edmond Lau's book). I've just copy-pasted it from somewhere over the Internet, but I cannot remember what exactly the original source is. I was also not able to find the author's name, so I cannot give him/her the proper credits.


Effective Engineer - Notes

What's an Effective Engineer?

@itscoderslife
itscoderslife / open_in_finder.sh
Created May 18, 2020 04:59
Open in finder from Xcode project
#!/bin/bash
open .
@itscoderslife
itscoderslife / open_derived_data.sh
Created May 18, 2020 05:17
Xcode shortcut to open derived data folder
#!/bin/bash
open ~/Library/Developer/Xcode/DerivedData