hashnode init

Testing this new blogging platform.
def hello_world
"hello world"
end
func HelloWorld() string {
return "Hello world"
}
const helloWorld = () => "Hello world"
def hello_world():
return("Hello world")
Search for a command to run...

Testing this new blogging platform.
def hello_world
"hello world"
end
func HelloWorld() string {
return "Hello world"
}
const helloWorld = () => "Hello world"
def hello_world():
return("Hello world")
No comments yet. Be the first to comment.
Last week I had the task of moving a domain that was in one AWS account to another one. It's really easy you just need: Programmatic access to the account that has the domain. Programmatic access to the account that will receive the domain. Comma...

I would call GoLang a data-oriented language, not an object-oriented language, although you can make some object-oriented patterns with it. For example, Golang doesn't have classes, inheritance and method overriding. Another thing it doesn't have is ...
