There is no such thing as being “pro-life” while supporting laws that let children be shot in their schools, elders in grocery stores, worshippers in their houses of faith, survivors by abusers, or anyone in a crowded place.
It is an idolatry of violence. And it must end.
Spent alllllll day struggling to understand how to get all results from a paginated API only to come across this awesome article https://t.co/IYzkFYO6k8 that explained it really well
TY @emma_goto!!
@CodeTheDream I think it's important to have a love for learning bc the industry is constantly changing, and this has been said -but patience is really a virtue in tech. You will have lots of setbacks and things might get frustrating, but if you don't let that get to you, you'll go far 🦾
Join us at 2pm for a chat with members of the Code the Dream community who will answer audience questions about what it’s like to be a #woman and/or #nonbinary in #tech, including challenges they've faced and how to kick imposter syndrome to the curb. #CTDopenhouse
Recently learned that you can `cd -` on the command line to go back to the directory you were most recently in! So much better than `cd .. cd ..` to infinity.
#SoftwareEngineer#DevTips
New favorite thing - git stashing only specified sections, not everything at once!
git stash -p
--> git will ask what you'd like to do for each "hunk" of code
#Git#SoftwareEngineering