Explore >> Select a destination


You are here

sitr.us
| | blog.logrocket.com
4.6 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.
| | blog.michal.pawlik.dev
9.9 parsecs away

Travel
| | TL;DR Today I learned how to mimic Scala-like value class in Typescript Doing day to day scala I often use value classes to model the data like: final case class UserId(value: String) extends AnyVal final case class City(value: String) extends AnyVal This is especially useful when you want to add some meaning to primitive types. It also makes the compiler help you to avoid passing irrelevant data to downstream methods.
| | blog.nuculabs.de
14.7 parsecs away

Travel
| | MalwareTech's string challenges are so easy that everyone can do them. I'm writing this article in order to help those who struggle with them, but of course you could cheat and use a debugger. The challenges can be found here: https://www.malwaretech.com/beginner-malware-reversing-challenges. The first two challenge are so easy that I'm not even bothering writing too much about them. Open strings1.exe into BN then right click data pointer twice -> FLAG.
| | blog.martinig.ch
83.7 parsecs away

Travel
| Informations and opinions about software architecture, developers on call, holacracy, Scrum, continuous testing, product management, saying thank you, tech leadership, customer journey maps, code reviews, code sharing, good bugs, android testing and open source project management.