Explore >> Select a destination


You are here

www.kencochrane.com
| | blog.melski.net
6.8 parsecs away

Travel
| | Welcome! You've found Eric Melski's personal blog, where I share my thoughts about software development, with a particular emphasis on software build acceleration and data visualization. I'm a software developer with over 20 years of professional experience. Creating high quality, high performance software that solves real problems is my passion. Currently, I'm a Senior Software...
| | futurecoder101.wordpress.com
8.8 parsecs away

Travel
| | There are different reasons and motivations that drew me to learn how to code and become a future software developer, the main ones are the opportunity to build and see something from scratch become important and useful to other people, and the sheer joy to find solutions to problems! If you're like me, someone searching...
| | endormi.io
8.1 parsecs away

Travel
| | I maintain a couple of open source projects and contribute to many projects. Here are just a few of the projects that I maintain: automation - Collection of my automated tasks written in Python. awesome-dj - List of reasons why Django is awesome for web development && Django bootstrap boilerplate. devisle/advanced-react-cli - An NPM package which aims to provide a better way to install packages for your react application through an intuitive CLI.
| | www.sjoerdlangkemper.nl
60.1 parsecs away

Travel
| JSON Web Tokens or JWTs are used by some web applications instead of traditional session cookies. Because of their statelessness and the signature implementation there are some security issues that are specific to JWTs. This post describes some ways you can verify that a JWT implementation is secure.