/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

damienradtke.com
| | blogtitle.github.io
2.0 parsecs away

Travel
| |
| | preslav.me
3.0 parsecs away

Travel
| | I am a software engineer with a decade-long experience developing software in Python, Go, and Java.
| | lanie.dev
3.4 parsecs away

Travel
| | So you want to parse a form. You have your handler, and you're getting data passed in through the request. 1 2 3 4 5 package example func Login(w http.ResponseWriter, r *http.Request) { // hi (: } The next step is to parse the form on the request. 1 2 3 4 5 6 func Login(w http.ResponseWriter, r *http.Request) { var err error if err := r.
| | blog.edmdesigner.com
22.6 parsecs away

Travel
| In this post you'll learn how to send emails from the Linux command line. I'll show the most often used commands, SMTP configuration and terminal options.