Category: thoughts
-
The next security issue to be concerned with input validation & code sanitization. With input validation using types can help, but data that is correctly of type string can still contain malicious code. This guy Theo on YouTube was the first person that I heard speak about Zod and subsequently tRPC. I think I’m going…
·
-
Not bad for a self hosted application.
·
-
I ended up taking a small break after day 11, the content was created days before but published today. The checkpoint was challenging and I liked that but showed me I need to take a bit more time there. I’m also on the side working on a NextJS app and 2 wordpress projects: 1 ecom…
·
-
Why bother learning Swift/SwiftUI at this stage in the game? I’m a long time user of Apple products, probably since about 2009 or so. I still have the first Macbook Pro I ever bought. I also have the first Mac Mini i ever bought. Somehow, I managed to have around 5-6 mac books. Currently 4…
·
-
Complex Data Types 1 I’m not going to write more than necessary here. How to store ordered data in Arrays Capped on both ends with square brackets. Ex: To get the value via index. Indexes start w 0. Add data like so: Ex: Did you know: You can not mix data types in arrays. Type…
·