DraganSr

web-links (blinks) web-log (blog) by Dragan Sretenovic

Thursday, August 02, 2018

Cloud providers market shares

https://www.zdnet.com/google-amp/article/microsoft-narrows-the-gap-on-aws-as-cloud-computing-race-heats-up/



https://www.sdxcentral.com/articles/news/aws-cloud-share-slips-as-competitors-claw-at-its-lead/2018/08/amp/
https://www.techrepublic.com/google-amp/article/why-google-thinks-other-clouds-are-wrong-on-machine-learning/
Dragan at 9:47 PM No comments:

GoLang as a functional language

First Class Functions in Golang - golangbot.com

Golang First Class Functions
func main() {  
    a := func() {
        fmt.Println("hello world first class function")
    }
    a()
    fmt.Printf("%T", a)
}

Can Functions be passed as parameters in Go? - Stack Overflow

A Tour of Go: generic interface arguments

Functional programming - Wikipedia


Golang tutorial: Table Of Contents
Dragan at 7:00 PM No comments:
‹
›
Home
View web version

About Me

My photo
Dragan
View my complete profile
Powered by Blogger.