How does it work TOTP (Time Based Authentication) app
Late in the day one may have encountered many application asking for Second Factor authentication. Most of those uses OTP (One Time Password) via email or SMS. However we have new competitor in this arena, called TOTP (Time Based OTP) apps. There are many big players are in the race, i.e Google Authenticator and Microsoft Authenticator App
How Stuff Works - SMTP through WireShark
The SMTP (Simple Mail Transfer Protocol) is an Internet standard communication protocol for electronic mail transmission. Most of mail servers use SMTP protocol to send/receive email messages. Most email clients available today uses SMTP only for relaying messages to another mail server. But Mail client software on your desktop/laptop/electronic devices uses IMAP/POP3 to pull emails from its servers. So in simple terms SMTP is to communicate between/among Mail Server(s) to Mail Server(s). SMTP is implemented upon TCP (Transmission Control Protocol)
Design Dig - Rust Design Principles
If you stumbled upon this article, either you have already heard and is interested in Rust programming language, or you may already be working with it. But here is a brief intro
GraphQL vs REST for API’s
Design Dig - ReactJS Design Principles
What is Technical Debt? and How to manage it?
An Introduction to Deno
A secure runtime for JavaScript and TypeScript. — by (Deno.land)[https://deno.land/]
gRPC-Communication between Microservices
A high-performance, open-source universal RPC framework