After all these years I still cannot believe the power of a clear mind!!! You struggle for 2 days to solve a bug then you forget about it for the weekend and boom, Monday morning you have the solution like magic! #debug#SoftwareEngineering#javascript
@SokratisZax@sakiskarpas Όταν έχεις παρά πολλές επιλογές χάνεσαι! Ξεκινάς ένα παιχνίδι και δεν συγκεντρώνεται σε αυτό. Θυμάμαι παλιά στο gameboy που είχε μέσα το Τετρις πως είχα ξενερώσει γιατί δεν μου άρεσε. Δεν είχα όμως άλλο όποτε το έλιωσα!!! Αν είχα και αλλά παιχνίδια πιθανότατα να μην έπαιζα ποτέ.
Humble opinion: AI will clear the field to those who do it only for the money and those who mostly do it because they love it. #ai#TechJobs#SoftwareDevelopment
Είμαι αρκετά συγχυσμένος για να κάνω σχόλιο στην παρούσα φάση. Απλά αφήνω αυτό εδώ και αφήνω εσάς να γράψετε την άποψή σας.
unboxholics.com/news/gaming/11…
Here is my not so hot take: Either I am working with React or with Angular I still feel I am facing the same issues (meaning the tools are not so different after all) #react#Angular
So today I used #chatgpt3 to find an answer that I was Googling for about two hours. It gave me the answer in less than 2 minutes…oh my! #TheFutureIsNow
🔥 TypeScript Tip 🔥
Got a utility type like Maybe<T> that you just want to use everywhere without importing it?
Stick it in a declare global {}, and boom - it's global!