Sources I use for keeping up with IT news
Table of Contents
As you may already know, keeping up with the news in the IT sector is necessary not only to further develop/extend your skillset but also it’s interesting to see how others tackle some issues as there are multiple schools of thought.
This domain is to me the most fascinating because no matter how many certifications or diplomas you have at hand and no matter how much you know, you need to be a good team player.
Age does not matter in this domain, but knowledge and humbleness. If you have more knowledge on some ramifications (ie. Networking) and you can explain it really good to your fellow colleagues then you are best fit for this role. In the end we’re all in here to learn from each other and to help each other because we all started from scratch.
Newsletters #
My no. 1 place to check the pulse are newsletters. Newsletters, although they are a waterfall of information, they’re a gold mine, and kudos to the people that are curating & maintaining them! Out of all the newsletters, I’m interested mostly in Site Reliability Engineering (SRE) topics because these cover a broader view (logging, monitoring, CI/CD et. al.); I’m subscribed to these newsletters:
- DevOps Weekly1 – you can check the topics in their archive
- KubeWeekly2 – although it’s focused on Kubernetes, you can find SRE topics as well
- Golang Weekly3 – not only Go, they often show some helpful K8s tooling, that’s where I found out about k9s4
I’m only subscribed to these 2 as it’s humanly impossible to keep up with the amount of information, just trying to avoid 32783 unread emails in my inbox.
To make it simpler, I made a rule in GMail and tagging the newsletters so that I’m able to find them faster; could possibly be a candidate for automating this via a Telegram chat bot. You may find me post some interesting links in my Telegram channel @DevOps1012.
Reddit subs #
2nd place to check is Reddit. Here I just skim through some subs and share the link in my Telegram channel to read it later on. By having these articles on the channel I’m able to search when I need them the most.
I’ve joined these subs:
Podcasts #
Before going to bed or early in the morning you can just play a podcast and listen to what’s going on in the ecosystem. I like the podcasts because it makes you inherit the terminology and how to pronounce some stuff (ie. kubectl – long discussion). The terminology is key as this unlocks some super powers like knowing what to google in the event you hit some bumps along the way; but also are helpful in presentations and simplifies explaining stuff.
Recommend these podcasts:
- Kubernetes Podcast7
- The New Stack Makers8
- Software Engineering Radio (SE-Radio)9 – this one’s cool because you can imrpove your skill to identify and resolve issues in Development; they also cover some Software Architecture that’s really interesting, and of course, the terminology that you learn is definitely a plus
Twitter #
I subscribed to few key people here and I just check them from time to time, I’ve dropped everything in my Cloud Technology list
Colleagues from your field #
Last but not least and most importantly, information that your colleagues or fellows share with you. This one’s cool because you can exchange some feedback with them, find out some opinions.
Wrapping up #
Although there are many channels to feed from it’s important to filter out the hype/noise and actually read them whenever you have some spare minutes. I usually go through some of them in the morning with a cup of coffee.
Reading them is not enough, you have to tell the story to your colleagues in order for it to be imprinted in memory. Let me know what other sources did you find interesting, I’ll gladly update this post with your recommendations, or your can also open a PR 😄