appsec.fyi · Sources

blog.logrocket.com

5 curated AppSec resources from blog.logrocket.com across 2 topics on appsec.fyi.

blog.logrocket.com

Resources curated from this publisher and indexed across appsec.fyi topic pages. Last item added: 2026-04-17.

Date Added Resource Excerpt
2026-04-17 2026Securing GraphQL API endpoints using rate limits and depth limits (LogRocket)GraphQLSecuring GraphQL API endpoints using rate limits and depth limits (LogRocket)
2025-08-14 2025https://blog.logrocket.com/whats-new-in-go-1-16/The article discusses the new features and improvements introduced in Go 1.16. It highlights enhancements like native macOS ARM64 support, improvements in the runtime, better performance for calling C functions, and the introduction of 'embed' package for embedding static files into Go binaries. Additionally, it mentions changes in the 'time' package for increased precision and efficiency, as well as improvements in the 'net/http' package. The article also covers changes in the 'testing' package, the addition of 'io/fs' package for file system operations, and improvements in error handling. Overall, Go 1.16 brings several enhancements and optimizations for developers.
2025-08-14 2025Creating a web crawler in Go with Colly - LogRocket BlogThe content is about creating a web crawler in Go programming language using a tool called Colly, as discussed on the LogRocket Blog. It likely provides a guide or tutorial on how to build a web crawler using Colly in Go. The article may cover topics such as setting up the crawler, defining rules for crawling, extracting data from websites, and handling the collected information. It aims to help readers understand the process of creating a web crawler in Go using the Colly framework.
2021-04-07 2021Creating a web crawler in Go with Colly - LogRocket BlogColly is a Go package used for creating web scrapers and crawlers, leveraging Go's net/HTTP and goquery. It simplifies the process of extracting data from websites by providing a user-friendly interface. It is a powerful tool for developers looking to automate the process of gathering information from the web efficiently.
2021-02-25 2021What's new in Go 1.16 - LogRocket BlogGo 1.16 is the latest major version of the Go programming language. The release introduces new features and improvements. The article discusses the updates and changes in Go 1.16, providing insights into what developers can expect from this new version.