P
ProGolang
Blog about Golang
Get back design for from designer. 😞🤬
play around with tailwindcss in codepen. trying to create a blog template for
Publish "Waiting for Goroutines to complete" post https://progolang.com/waiting-for-goroutines-to-complete/
Publish String Replacements in Go https://progolang.com/string-replacements-in-go/
Publish "creating errors in go" post https://progolang.com/creating-errors-in-go/
publish benchmarking post - https://progolang.com/how-to-write-benchmarks-in-go/
publish "table driven unit testing in go" https://progolang.com/table-driven-unit-testing/
Publish "regular expressions post" https://progolang.com/regular-expressions-in-go/
publish logging post https://progolang.com/basic-logging-in-go/
Publish variadic functions in go post https://progolang.com/accepting-variable-number-of-arguments-in-a-function/
publish 'loading application config from environment variables' post - https://progolang.com/loading-application-config-from-environment-variables/
publish "Listing files and directories in Go" post https://progolang.com/listing-files-and-directories-in-go/
publish environment variables post https://progolang.com/access-environment-variables-in-go/
add categories and tags to posts
publish "parsing date and time in go" post https://progolang.com/parsing-date-and-time-in-go/
publish new post 'create temporary files in go' https://progolang.com/how-to-create-temporary-files-in-go/
configure disqus comments on
configure google analytics on
publish "Download files in Go" post https://progolang.com/how-to-download-files-in-go/
write blog post about singleton pattern for