πŸ¦„ (@simonewebdesign) 's Twitter Profile
πŸ¦„

@simonewebdesign

ID: 766313414

calendar_today18-08-2012 20:12:34

691 Tweet

199 Followers

859 Following

πŸ¦„ (@simonewebdesign) 's Twitter Profile Photo

Git ProTipβ„’: when you need to restore changes made on a previous commit, and only from a particular file(s), you can use: git checkout [<tree-ish>] [--] <pathspec>... e.g.: git checkout b4d455 -- path/to/file

πŸ¦„ (@simonewebdesign) 's Twitter Profile Photo

Redux uses React’s context feature. Not the modern Context API (not yet) – the old one. The one the React docs said not to use unless you were writing a library or knew what you were doing. daveceddia.com/context-api-vs… #reactjs #redux

πŸ¦„ (@simonewebdesign) 's Twitter Profile Photo

A simple way to change a CLI tool version on the fly is by using shell aliases. E.g. to change python version in fish shell, one can do: function python /usr/local/bin/pythonX $argv end funcsave python Replacing X with the version you want. Or just use pyenv. #ProTip

πŸ¦„ (@simonewebdesign) 's Twitter Profile Photo

Modularity is a common property of biological and engineered systems. Reasons given for modularity include adaptability, the ability to handle different situations with common sub-problems, and the importance of minimizing total connection. Neural Networks arxiv.org/abs/2003.04881…

πŸ¦„ (@simonewebdesign) 's Twitter Profile Photo

Optimistic locking is an option when you can’t hold a lock. From "Things I Wished More Developers Knew About Databases" medium.com/@rakyll/things…

πŸ¦„ (@simonewebdesign) 's Twitter Profile Photo

Anonymous Types Matter: discussing the usefulness of anonymous types with examples from Elm, PureScript and Haskell turbomack.github.io/posts/2020-05-…

πŸ¦„ (@simonewebdesign) 's Twitter Profile Photo

A quick #git nugget for when you're collaborating with someone and want to send your staged changes: git diff --cached > diff.patch This creates a `diff.patch` file in the current dir. Send this file to the other person and tell them to run: git apply diff.patch #protip

Danny (@dannysteenman) 's Twitter Profile Photo

Focus on these 5 soft skills if you want to become a better Developer. 1. Communication 2. Problem solving 3. Self learning 4. Teamwork 5. Approachability

Michael Friedrich 🌈 (@dnsmichi) 's Twitter Profile Photo

Slack Status Google Cloudflare More dnssec tests in news.ycombinator.com/item?id=287099… Not only the zone TTL, but .com with 24h TTL. dnssec signs the chain of trust for nameserver delegations, all tied together. . root 24h com 24h slack 1h com has the faulty DS cached. 24h wait. news.ycombinator.com/item?id=287099…

<a href="/SlackStatus/">Slack Status</a> <a href="/Google/">Google</a> <a href="/Cloudflare/">Cloudflare</a> More dnssec tests in news.ycombinator.com/item?id=287099…

Not only the zone TTL, but .com with 24h TTL.

dnssec signs the chain of trust for nameserver delegations, all tied together.

. root 24h
com 24h
slack 1h

com has the faulty DS cached. 24h wait.

news.ycombinator.com/item?id=287099…