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
@valerioschiti.bsky.social your work on the covers for the new Captain America series by Chip Zdarsky is incredible. These may be some of the best covers of the year all happening back to back on the same series. Plain impressive.
#MarvelComics #ComicArt #Comics #Marvel
@sanfordgreene.bsky.social your cover is by far my favorite variant out of the bunch for #Marvel / #DC: #Spider-man / #Superman coming out April 22nd.
Any chance you'll be at #BaltimoreComicCon later this year so I can get a signature?? š¤
Amazing work!
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
First submitted application for 2026. The likelihood that this lands me the full-time role that I and so many others like myself have been working towards is...uh, let's just say unlikely.
But it needs to be done nonetheless, so let's do it.
#devup #programming #hiring #jobsearch
back to work!
ā Module 4 of AWS Cloud Practitioner Essenitals
#devops #aws #devup
ā Module 3 of an AWS Cloud Practitioner Essentials course complete.
on to module 4.
#devops #aws #cloud
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.
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