Now when you add a link, Link37 will automatically find the logo of that link, so your page will look something like this: Try it at...
Now the most used 10 links will be shown at the top of your page.
For normal websites, when you signup, you need to send your email and plaintext password to the backend, then the backend hashes the password and...
I am building Watcher37, a key step is to find the CSS selector of an element. It's super easy to do this on a computer with browser dev tools. It...
I use jwt token to protect my backend endpoints, it works this way: Users log in with username and password, and they get a refresh token (valid for...