Issue #180 · September 21, 2020

How HTTPS works

“The best way to predict the future is to implement it”

Best 7 links of week #38, 2020

How HTTPS works

How HTTPS works

If you always wanted to understand in detail how HTTPS actually works, this is your chance to do it in a quite simple and fun way: that is a cat that explains how HTTPS works in a comic! 😻

Articles

OAuth in Node.js CLI Apps

OAuth is a popular tool for logging in to web apps, but Node makes it easy to use OAuth for CLI apps too. Here's how you can add OAuth support to a Slack CLI app.

Testing Microservices, the sane way

Testing microservice is hard and sometimes even "controversial"... Do you try to replicate the entire microservices architecture on developers machine? That's always hard and somewhat accurate... so what's the alternative?

Migrating cdnjs to serverless with Workers KV

Cloudflare powers cdnjs, an open-source project that delivers popular JavaScript libraries to over 11% of websites. Today, we are excited to announce its migration to a serverless infrastructure using Cloudflare Workers and its distributed key-value store Workers KV!

A brief history of the UUID

Did you ever wonder what's in a UUID or even how UUIDs actually came into existence? If you are curious about this topic, this article goes in great depth about the history of UUID and it's extremely interesting!

Tech writing pocket list

A small but formidable list of technical writing resources for software developers. Tech writing is definitely one of those soft skills to master and this repository can be of great help!

Book of the week

ReactJS by Example- Building Modern Web Applications with React

ReactJS by Example- Building Modern Web Applications with React

by Vipul A M

tarting with a project on Open Library API, you will be introduced to React and JSX before moving on to learning about the life cycle of a React component. In the second project, building a multi-step wizard form, you will learn about composite dynamic components and perform DOM actions. You will also learn about building a fast search engine by exploring server-side rendering in the third project on a search engine application. Next, you will build a simple frontpage for an e-commerce app in the fourth project by using data models and React add-ons. In the final project you will develop a complete social media tracker by using the flux way of defining React apps and know about the best practices and use cases with the help of ES6 and redux.