Showing 37 to 42 of 311 blog posts in the technical category.
-
My Python Development Environment
This is how to set up the One True Development Environment for Python. Haha, just kidding, there is no such thing. Here's one way to do it that works for me, and an attempt to ... Read more
January 14, 2021 -
Our Top 20 Blogs in 2020
We’ve published summaries of our most popular blog posts before (see Top 19 of 2019 and Top 18 of 2018), but this time, we’re taking it a step further. We’re sharing the 20 most... Read more
January 5, 2021 -
My Favorite Technical Blogs and Mailing Lists
I keep up with what's happening in my field by following a number of blogs and an occasional email list. I don't read everything posted in all of these, but by scanning the top... Read more
November 4, 2020 -
JWT Authentication: Rethinking the Pattern
Part two of a two-part series. View part one. Stateless authentication with JSON Web Tokens — safely! As developers who build REST APIs, we are quite familiar with JSON Web To... Read more
October 20, 2020 -
Build React Apps with Styled Components: The Why and How of the Styled-Components Library
React is a library that helps developers approach user interface (UI) development with the single-responsibility principle in mind, while building reusable, encapsulated compon... Read more
October 8, 2020 -
JWT Authentication: How Does it Work?
Part one of a two-part series. A REST API is a wonderful way to expose application data to a wide variety of clients. Anything that can speak HTTP can communicate with a REST A... Read more
August 21, 2020