3 followers
This is my technical blog. I write about other stuff at https://djcodes.substack.com
Recently I've been working on a project that uses a CKEditor custom build. While CKEditor is an impressive piece of software, React is extremely picky...
Note: the code for this tutorial can be found here. Password verification is one of the most annoying things in web development, both for developers...
Note: using localStorage for auth state iscontroversial. However, in a stateless API environment that does not use HttpOnly cookies, options are very...