✅ Module 3 of an AWS Cloud Practitioner Essentials course complete.
on to module 4.
#devops #aws #cloud
back to work!
✅ Module 4 of AWS Cloud Practitioner Essenitals
#devops #aws #devup
The hierarchy in Go has been one of the most challenging things within the language structure to understand. Things calling other things and different things and round and round we go LOL, it's a lot but it's been very rewarding to dig deeper into.
Update: I’m joining the IMB as a Service Desk Analyst starting March 16!
Meanwhile, continuing the work of understanding computer systems and networking better by diving into Operating Systems: Three Easy Pieces.
More context: shorturl.at/EMU58
Referenced book: shorturl.at/3bg9N
#IT #NewRole #IMB
Making progress on my #AWS Cloud Practitioner cert, but while studying I came across a networking module. I could follow what was being taught, but deep comprehension wasn't there - needed to understand the underlying fundamentals - found a free CCNA course on networking basics, and WOW, I am elated
ticker := time.NewTicker(time.Second)
'ticker' is a declared var
time.NewTicker = function call (NewTicker) from the package "time"
time.Second is a value derived from the package "time" utiliziing the constant "Second" delacred under type Duration
after hours of use/exhaustive study 😭
#Go