From 4f51bb05e0edf7a31d887b7f29ff2cd78937e819 Mon Sep 17 00:00:00 2001 From: PariSh KhAn Date: Fri, 22 May 2026 12:30:01 +0600 Subject: [PATCH 1/2] Add TutorialSearch to Resources section --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 70fdf67..f622d51 100644 --- a/readme.md +++ b/readme.md @@ -144,6 +144,7 @@ Understand how to utilize network programmability for NXOS *(Programmability Fun Arguably one of the simplest and best guides to using network sockets in C. Since it's in C you get to understand a lot of concepts that might otherwise be glossed over in higher level languages. Also has basic, boilerplate examples. - [Network Programmability and Automation](http://shop.oreilly.com/product/0636920042082.do) +- [TutorialSearch](https://tutorialsearch.io/) - Free cross-platform search engine indexing 50,000+ tutorials from Udemy, Skillshare, Pluralsight, and other major learning platforms across 45+ categories. Good foundation for Network Engineers looking to be more comfortable with the standard tools of network automation. The book is in early release on Safari Online, and should be released later in 2017. ## Contribute From f27ec5529cc7e2cef831ec3aea237e5cb6f9c02c Mon Sep 17 00:00:00 2001 From: PariSh KhAn Date: Fri, 22 May 2026 15:01:17 +0600 Subject: [PATCH 2/2] Update tutorialsearch.io link to topic-specific URL --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f622d51..96d5111 100644 --- a/readme.md +++ b/readme.md @@ -144,7 +144,7 @@ Understand how to utilize network programmability for NXOS *(Programmability Fun Arguably one of the simplest and best guides to using network sockets in C. Since it's in C you get to understand a lot of concepts that might otherwise be glossed over in higher level languages. Also has basic, boilerplate examples. - [Network Programmability and Automation](http://shop.oreilly.com/product/0636920042082.do) -- [TutorialSearch](https://tutorialsearch.io/) - Free cross-platform search engine indexing 50,000+ tutorials from Udemy, Skillshare, Pluralsight, and other major learning platforms across 45+ categories. +- [TutorialSearch](https://tutorialsearch.io/browse/programming-languages/network-programmability) - Free cross-platform search engine indexing 50,000+ tutorials from Udemy, Skillshare, Pluralsight, and other major learning platforms across 45+ categories. Good foundation for Network Engineers looking to be more comfortable with the standard tools of network automation. The book is in early release on Safari Online, and should be released later in 2017. ## Contribute