Explore >> Select a destination


You are here

tyrrrz.me
| | sitr.us
4.4 parsecs away

Travel
| | I am very excited about Flow, a new JavaScript type checker from Facebook. I have put some thought into what a type checker for JavaScript should do - and in my opinion Facebook gets it right. The designers of Flow took great effort to make it work well with JavaScript idioms, and with off-the-shelf JavaScript code. The key features that make that possible are type inference and path-sensitive analysis. I think that Flow has the potential to enable sweeping improvements to the code quality of countless web apps and Node apps. ...
| | www.pietschsoft.com
4.8 parsecs away

Travel
| | I am a solution architect, SRE, developer, trainer and author. With 25 years of experience in the Software Development industry that includes working as a Consultant and Trainer in a wide array of different industries.
| | blog.logrocket.com
4.2 parsecs away

Travel
| | Explore what TypeScript types are, with a deep dive into the `never` and `unknown` types and a comparison between them and the `any` type.
| | darios.blog
16.2 parsecs away

Travel
| Decouple React components effectively by passing functions the right way, creating more testable and maintainable code.