-
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.
·
-
When working on an application in its infancy… I’m talking like MVP… security is not usually the first concern.
-
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…
·
-
Direct from page: To check your knowledge, here’s a small task for you: create a struct to store information about a car, including its model, number of seats, and current gear, then add a method to change gears up or down. Have a think about variables and access control: what data should be a variable…