Explore >> Select a destination


You are here

danielms.site
| | hjr265.me
4.7 parsecs away

Travel
| | 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
4.4 parsecs away

Travel
| | 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
4.5 parsecs away

Travel
| | Use marshaling interfaces from the Go json package to control complex data types in JSON.
| | dylanbeattie.net
15.9 parsecs away

Travel
| An article from dylanbeattie.net