@MeghanMcCarthy_ We previously had a Fire tablet for my younger son and had trouble with it (particularly with offline usage)... but I didn't realize they offer an iOS version. I'm curious if it would behave better than on their own device 🤔
apps.apple.com/us/app/amazon-…
Anyone have recommendations on ad-free, micro-transaction free iPad games/apps for a 5 year old? This would just be so he has something besides TV to do while we are traveling.
@dabernathy89 Hoopa City was one of our early favorites, and we also had good luck with some of the easier games on Apple Arcade, most of which are offline and ad/p2p free. Arcade games aren't always "easy" so may be hard for a 5yo
@dabernathy89gobyexample.com was my favorite resource while learning. It does a good job of explaining multiple ways of doing things and some of the idiomatic reasons to choose each one.
But yeah, you need to make something real to learn. Make a tiny weather API!
@b0rk Hey Julia, I love this perspective on debugging! Is it OK with you if I include this image in a blog post for context, with attribution and a link back to this tweet?
Hot take: unless Trump planned to do something nefarious with those documents (unlikely), Biden should pardon him if the Justice Department charges him.
Now I'm trying to find ways to make that productivity boost more achievable for teams across a large organization. One way I'm doing this is by building DevOps platforms that focus less on shipping good code (that's pretty easy) and more on reinforcing good processes.
After reflecting on what made DevOps feel so right, I started to understand that having ownership of these extra disciplines made me more productive in the long run.
I wrote a thing! godaddy.com/engineering/20…
I've been thinking a lot about how we can set up developers for success when their job title has grown to include Dev+Sec+Fin+Biz+Ops
😫 Why isn't my process responding to SIGTERM?
* reads a dozen outdated blogs
* tries most of their suggested hacks
* blames open source libraries
* ...looks at own source code:
signal.Ignore(syscall.SIGTERM)
😑