Explore >> Select a destination


You are here

marmelab.com
| | yasoob.me
11.3 parsecs away

Travel
| | Hi everyone! ? I was working on a React project these last couple of weeks and I had to implement login functionality. I searched around and most of the solutions I found relied on Redux or some other huge dependency that I wasnt already using in my project. I didnt want to introduce a big dependency so decided to continue looking. In the end, I found a wonderful library by Oleg Babichev that allowed me to implement the login functionality on the front-end fairly easily.
| | www.redotheweb.com
11.2 parsecs away

Travel
| | As we're reinventing web applications with SPAs and frontend frameworks, we need to reinvent web application security, too.
| | dusanmitrovic.rs
12.3 parsecs away

Travel
| | I always wanted to add support for comments on my blog. I just couldn't find a convinient way to go about implementing them, until I joined Mastodon!
| | kishstats.com
101.6 parsecs away

Travel
| Type hinting was added to the Python standard library starting in version 3.5. Python, being a dynamically typed language, does not enforce data types. Howev...