Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Spring Boot in Practice by Somnath Musib #71

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ from reading [A Gentle Introduction to Application Security](https://paragonie.c
* [Bulletproof SSL and TLS](#-bulletproof-ssl-and-tls-2014) (2014) ![nonfree](img/nonfree.png)
* [Holistic Info-Sec for Web Developers (Fascicle 0)](#holistic-info-sec-for-web-developers-fascicle-0-2016) (2016)
* [Holistic Info-Sec for Web Developers (Fascicle 1)](#holistic-info-sec-for-web-developers-fascicle-1)
* [Spring Boot in Practice](#spring-boot-in-practice)(2021)
* [OpenID Connect in Action](https://www.manning.com/books/openid-connect-in-action)(2021)
* [Real-World Cryptography](https://www.manning.com/books/real-world-cryptography)(2021)
* [Application Security Program Handbook](https://www.manning.com/books/application-security-program-handbook)(2022)
* [Secret Key Cryptography](https://www.manning.com/books/secret-key-cryptography)(2022)
* [Spring Security in Action, Second Edition](https://www.manning.com/books/spring-security-in-action-second-edition)(2023)
* [Classes](#classes)
* [Offensive Computer Security (CIS 4930) FSU](#offensive-computer-security-cis-4930-fsu)
* [Hack Night](#hack-night)
Expand Down Expand Up @@ -304,6 +310,12 @@ The first part of a three part book series providing broad and in-depth coverage

The second part of a three part book series providing broad and in-depth coverage on what web developers and architects need to know in order to create robust, reliable, maintainable and secure software, VPS, networks, cloud and web applications, that are delivered continuously, on time, with no nasty surprises.

### ![nonfree](img/nonfree.png) [Making Sense of Cybersecurity](https://www.manning.com/books/making-sense-of-cybersecurity) (2022)

**Released**: October 17, 2022

A jargon-busting guide to the key concepts, terminology, and technologies of cybersecurity.

## Classes

### [Offensive Computer Security (CIS 4930) FSU](https://www.cs.fsu.edu/~redwood/OffensiveComputerSecurity/)
Expand Down