Back
Go Build Things
Go Build Things
#buildingo
Building new things with Golang, from command line tools to full featured apps & services. Comparing to previous work in PHP
Load previous page…
add email functionality to bd app #buildingo
scripted production deployment #buildingo
makefile for api app mgmt #buildingo
+api metrics & cors headers #buildingo
token based api authentication & permissions #buildingo
+send new user welcome email #buildingo
+user model/db table/api registration #buildingo
api rate limiting #buildingo
add sorting/filtering/pagination to api #buildingo
postgres full text search && indexing #buildingo
sql concurrency/version matching handlers #buildingo
crud fns/handlers/routes for new api #buildingo
setup postgres with schema migrations #buildingo
finished json encode/decode validation structs #buildingo
start new json api build with parsing and error handling #buildingo
get 1st non-me user for bd testing #buildingo
use caddy to easily deploy bd site with automatic https #buildingo
finish bd app with bookmark feature. time to test #buildingo
spaghetti code for reset password: enter email > validate acct > create url > send url > validate code > update password 😵💫 #buildingo
build forgot password feature since I forgot my demo password after testing change password feature #buildingo