Thank you for subscribing to my newsletter, this is the second issue which will have a mini post about when to listen to podcasts and 5 links of the month towards the end. Let's get rolling!
I have been listening to podcasts for more than a decade now. Podcasts help you learn new things and sharpen your skill. Unlike reading Podcasts can be listened passively.
Some of the podcasts I would recommend all software engineers are:
Why listen to these and more description can be found on these software engineer podcast posts I have written in the past.
To read something a book or a blog you need much more attention calories for fetching meaningful information out of it. For podcasts you can listen to while:
Basically any time you have when you don't need to give attention to another person you can simply plug in a useful podcast and learn new things. Keep learning!
Geshan's blog has been online since 2007, there are many posts from the past that will be helpful for you. Here is one from 2016:
3 Podcasts Every Software Engineer/developer Should Subscribe To - Part 2
Keeping the podcast theme alive, know the software engineering related podcasts I was listening to in 2016. Software engineering daily is a pretty good one till now too. Enjoy!
Here are some links that you would possibly interest you:
I share most of these things on my twitter too, so feel free to follow me there. PS: don't expect a RT or any activity though.
Thats it for this edition, see you in the next one. Keep visiting Geshan.com.np.
This time it is an update about the latest blog post: 10 useful Docker commands to get things done with a real-life example Docker packages software applications into containers making them easy to build, test, and ship (deploy). In this post we will look into some useful docker commands you should know about with real-life example of MySQL docker image from DockerHub and running container. The table of contents of the post is below: Table of contents Prerequisites Example Docker Commands...
Hello! It is that time of the month for the Geshan's blog newsletter. In this issue (the 5th one) we will learn about blameless postmortem and shameless processes. And the usual round of links, let's get going. Blameless postmortem + shameless processes = better engineering Most of us have deployed a change and unknowingly brought down production. Sometimes it is not even a deployment may be one simple API call and due to a wrong config the website came crashing down. Any P1 (priority 1)...
Hello! It is that time of the month for the Geshan's blog newsletter. In this issue (the 4th one) we will learn quickly about when to build the right thing and when to build the thing right. And the usual round of links, let's get going. Build the right thing and build it right too This is a burning question as always how to build the right thing (software) and how to build the thing right (proper process and quality). Mostly both things would be needed but making optimal tradeoffs are...