|
You are here |
danielms.site | ||
| | | | |
hjr265.me
|
|
| | | | | Yes, I know there are paid and free tools for doing this. And yes, I know there are tools for this that I can run locally. But this exercise allowed me to try out the well-designed Go package github.com/gocolly/colly. Colly is a web scraping framework for Go. Here is how I used it to quickly scan my website (the one you are on right now) for broken links. First I defined a type for links to check and the URL of the page they appear on: | |
| | | | |
brunoscheufler.com
|
|
| | | | | JSON Web Tokens are a popular way of managing authorization and authentication policies for web applications. Sending around a base64-encoded token that can be verified by every service using it, enables uncomplicated (and stateless) application design compared to other mechanisms.... | |
| | | | |
ukiahsmith.com
|
|
| | | | | Use marshaling interfaces from the Go json package to control complex data types in JSON. | |
| | | | |
dylanbeattie.net
|
|
| | | An article from dylanbeattie.net | ||