Email or username:

Password:

Forgot your password?
Nikita

Needed to implement a quick draft of a website, which basically pulls data from an API and displays it neatly on the page. For some reason, I decided to make it a #JavaScript SPA. Immediately regretted it due to no built-in parsing of dates and 0-indexed months 🙄

Rewriting it as a thin client with a lightweight #Python (or #Go, I haven’t decided yet) back-end. Good morning! :blobcatgooglycofecup:

1 comment
Nikita

For those, who wonder: No, my SPA is not a thin client, it can be thinner! The API accepts date as parameter, and I want for the client users to ba able to put the desired date as a query parameter. Such a pain in the butt to do this in JS, so my website will be static — even better.

Go Up