Skip to content

Commit

Permalink
change domain to kubamartin.com
Browse files Browse the repository at this point in the history
  • Loading branch information
cube2222 committed May 2, 2024
1 parent 297948d commit a6fc368
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL: "https://jacobmartins.com/"
baseURL: "https://kubamartin.com/"
title: Jacob Martin
paginate: 5
theme: PaperMod
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -467,4 +467,4 @@ I suppose this was a good short introduction into the structure of the **_Google

Have fun integrating it into your app!

[1]: https://jacobmartins.com/2016/02/29/getting-started-with-oauth2-in-go/
[1]: https://kubamartin.com/2016/02/29/getting-started-with-oauth2-in-go/
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,4 @@ This is basically everything regarding the design. In the next part we will writ
[Next part][2]

[1]: https://www.lucidchart.com/publicSegments/view/cb49c63f-9256-47ae-a21a-18afa85cc4fd/image.png
[2]: https://jacobmartins.com/2016/03/16/web-app-using-microservices-in-go-part-2-kv-store-and-database/
[2]: https://kubamartin.com/2016/03/16/web-app-using-microservices-in-go-part-2-kv-store-and-database/
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ We now have finished our _k/v store_ and our _database_. You can even test them
[Next part][4]
[1]: https://jacobmartins.com/2016/03/14/web-app-using-microservices-in-go-part-1-design/
[1]: https://kubamartin.com/2016/03/14/web-app-using-microservices-in-go-part-1-design/
[2]: https://www.lucidchart.com/publicSegments/view/4cf0690e-3dbb-42d9-befd-4a6efaaf6f72/image.png
[3]: https://chrome.google.com/webstore/detail/advanced-rest-client/hgmloofddffdnphfgcellkdfbfbjeloo
[4]: https://jacobmartins.com/2016/03/21/web-app-using-microservices-in-go-part-3-storage-and-master/
[4]: https://kubamartin.com/2016/03/21/web-app-using-microservices-in-go-part-3-storage-and-master/
Original file line number Diff line number Diff line change
Expand Up @@ -549,5 +549,5 @@ Now we have finished the _Master_ and the _Storage system_. We now have the depe

[Next part][2]

[1]: https://jacobmartins.com/2016/03/16/web-app-using-microservices-in-go-part-2-kv-store-and-database/
[2]: https://jacobmartins.com/2016/03/23/web-app-using-microservices-in-go-part-4-worker-and-frontend/
[1]: https://kubamartin.com/2016/03/16/web-app-using-microservices-in-go-part-2-kv-store-and-database/
[2]: https://kubamartin.com/2016/03/23/web-app-using-microservices-in-go-part-4-worker-and-frontend/
Original file line number Diff line number Diff line change
Expand Up @@ -590,4 +590,4 @@ All in all, good luck!
UPDATE: Also remember, that when running the worker, it’s good to launch it with goroutines in the number of 2-4x your system threads. They have near-0 overhead in switching and this way your not unnecessarily blocking when waiting for http responses.
[1]: https://jacobmartins.com/2016/03/21/web-app-using-microservices-in-go-part-3-storage-and-master/
[1]: https://kubamartin.com/2016/03/21/web-app-using-microservices-in-go-part-3-storage-and-master/
Original file line number Diff line number Diff line change
Expand Up @@ -959,5 +959,5 @@ Now go and build something great!
[1]: https://hub.docker.com/_/nats/
[2]: https://github.com/nats-io/gnatsd/releases/
[3]: https://github.com/nats-io/gnatsd
[4]: https://jacobmartins.com/2016/05/24/practical-golang-using-protobuffs/
[5]: https://jacobmartins.com/2016/03/14/web-app-using-microservices-in-go-part-1-design/
[4]: https://kubamartin.com/2016/05/24/practical-golang-using-protobuffs/
[5]: https://kubamartin.com/2016/03/14/web-app-using-microservices-in-go-part-1-design/
2 changes: 1 addition & 1 deletion static/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
jacobmartins.com
kubamartin.com

0 comments on commit a6fc368

Please sign in to comment.