Explore >> Select a destination


You are here

andreaskluth.org
| | solar.lowtechmagazine.com
19.5 parsecs away

Travel
| | This is a solar-powered website, which means it sometimes goes offline
| | ploum.net
18.2 parsecs away

Travel
| | The computer built to last 50 years par Ploum - Lionel Dricot.
| | www.cesarsotovalero.net
18.7 parsecs away

Travel
| | The web is (arguably) the only tech platform that has been continuously transformed and evolved at a global scale over the last 30 years. How was this possible? What can we learn from the past technical mistakes and successes? Over the years, I have witnesses the emergence of various web technologies. Some were revolutionary, while others didn't pass the test of time. In this article, I dive into the evolution of web technologies from the 1990s to the present. My focus is on the engineering paradigms tha...
| | www.rasikjain.com
96.7 parsecs away

Travel
| Here are three scenarios for implementing authentication workflows. Internet Applications (Public facing) For internet web applications and APIs, Session based (SessionID cookie) and Token Based (JWT) Authentication can be implemented. Session Based: Implemented for a majority of traditional and stateful web applications. Once the user is authenticated, A Session state is created and stored in an external State server or SQL database. The Session state is identified by a unique SessionID....