//
sign in
Profile
by @danabra.mov
Profile
by @dansshadow.bsky.social
Profile
by @jimpick.com
AviHandle
by @danabra.mov
AviHandle
by @dansshadow.bsky.social
AviHandle
by @katherine.computer
EventsList
by @katherine.computer
ProfileHeader
by @dansshadow.bsky.social
ProfileHeader
by @danabra.mov
ProfileMedia
by @danabra.mov
ProfilePlays
by @danabra.mov
ProfilePosts
by @danabra.mov
ProfilePosts
by @dansshadow.bsky.social
ProfileReplies
by @danabra.mov
Record
by @atsui.org
Skircle
by @danabra.mov
StreamPlacePlaylist
by @katherine.computer
+ new component
Profile
Loading...
husband, father, programmer, comic book reader, ramen ethusiast, coffee afficianado. LinkedIn: www.linkedin.com/in/abdullah-durrani Github: https://github.com/bootupAbdullah
Abdullah Durrani









Loading...
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