![Orhan Profile](https://pbs.twimg.com/profile_images/1866786331315077120/jRhcWPUt_x96.jpg)
Orhan
@OrhanTozan
Followers
100
Following
2K
Statuses
820
Building @whathow_ and other things.
Nederland
Joined May 2015
I've been working on this project since 2020. It's a tool that helps visualizing the logical mindset. Stoked to finally show it to the public!
Why? Everyday, we do things in life with a goal behind it, but sometimes don't realize that we want to achieve that goal for a higher goal. If you keep asking Why you are doing something, you will eventually end up with your highest goal, which is happiness.
1
1
7
@steven_braham @dvassallo @thetruetelmo There are always several degrees/levels of how far you want to prep and how much you live on trust.
1
0
0
@housecor Solution with less overhead: Use an immediately-invoked function (define a function and call it immediately).
0
0
0
@krassenstein Empathy and emotional intelligence are nice skills, but I don't see how they are really relevant to be a great USA president.
0
0
0
@emil_priver @ahmadaccino This is the way, but I would add "will have better code which makes adding new features faster which generates happier customers"
0
0
1
@codinginflow @housecor Coincidentally, I started a discussion about that exact topic in the NextJS Discord:
0
0
0
@thdxr @ryanmiller732 type Email = string & { __isEmail: true } function isValidEmail(input: string): input is Email { return emailRegex.test(input) } function User.create({ email }: { email: Email }) { // code that doesn't need zod }
0
0
0
@loia5tqd001 @localhost_5173 Becomes [1, 1]. But that's also the reason why you want to about mutability.
0
0
0