Cybersecurity Software-Technology

JWT Handbook

For those unaware (like me earlier this week), JWT stands for JSON Web Token. JSONs are a standard formats computers on the Internet exchange data in. JWTs are a standardized way to pass encrypted information from a client to a server to prevent tampering. To provide security, it uses modern encryption tools along with a signature and information stored in the header of a web transaction. Thus, web users cannot tamper with information for malicious…

Continue reading

Software-Technology

Eloquent JavaScript: A Modern Introduction to Programming

First, let me note this review is for the third edition, and a fourth edition recently came out. The fourth edition covers recent updates to JavaScript (also known as ECMAScript). I would have bought the fourth edition had I realized it when I made the purchase, but recent JavaScript language updates have not been dramatic. After I finished the third edition, I was able to read about them in a few minutes online to supplement…

Continue reading

Software-Technology

How to Break Web Software: Functional & Security Testing of Web Applications & Web Services

This almost 20-year-old book describes the then-most common weaknesses of Internet software. Although some of the referenced technologies are outdated, a majority of the principles are still relevant in 2025. SQL injection, cross-site scripting, and the need to sanitize input parameters remain hot issues in web security for developers. Other items bring eye rolls to developers who have been around the bush – Internet Explorer, to name one. Although this book isn’t going to suddenly…

Continue reading

Presentation Software-Technology

Web Style Guide: Foundations of User Experience Design

Not many books on topics related to the Internet are in their fourth edition. Around since the 1990s, Web Style Guide is an exception, and its contents illustrate why. It offers in-depth examinations of various elements of user experience. Much like traditional style guides like the Chicago Manual of Style, this work provides a comprehensive, one-stop treatment of what designers need to know to make use of websites. While being comprehensive, this book profoundly offers…

Continue reading