📢ALERT:
GoCenter will be down for a planned brown-out period on Monday, April 26th from 6am to 2pm PT. or 13:00 to 21:00 UTC.
Learn more at: status.gocenter.io
To streamline the productivity of the JFrog Platform, JFrog is sunsetting GoCenter services on May 1st, 2021. Check out this blog for more details: jfrog.com/blog/into-the-suns…
People on occasion DM me with questions and thoughts. Too many of you are engineering in a silo with no one to talk to.
Find each other and come together to have each other’s back when you need engineering advice or help.
This is a form of mentoring!
Am learning @golang for a new project. First impressions:
- Way more convention than JS! Mostly ok, but init() and main are weird.
- log.SetPrefix and rand.Seed are great, every lang should have it
- why := not =
- built-in Tests & executables 😘
- no string template literals 💩
also if you are designing a language and need a keyword for functions, take heed on the trends over time
javascript: function
golang: func
kotlin: fun
rust: fn
you know what to do
Start to learn to code #golang using #vim with vim-go. I am so used to Goland and loving it too much. Now feel so dependent to the IDE. Lets see how it goes.