I recently joined a new team that follows Conventional Commits methodology for git commit messages. Multi-paragraph format of commit messages was new to me and I didn’t have a clue how to do it. Turns out there are multiple ways of doing it using CLI and also my favourite code editor Visual Studio Code.
I was stoked when I found “Beastie Boys Book” by Michael Diamond and Adam Horovitz on Audible. The story of one of the most influential groups in hip hop culture. It’s told by the members of the group and narrated by original authors and other individuals including Chuck D, Snoop Dogg, Kim Gordon, LL Cool J, Spike Jonze, Talib Kweli, Mix Master Mike and a lot more. I couldn’t resist!
I combined GitHub workflow and simple Node.js script to display the most recent articles from my RSS feed on my GitHub public profile page. Let’s have a look at how it’s done.
If we cannot use singular SSH key across multiple accounts (what makes a perfect sense) the solution is to have multiple of them. Let’s create two new pair of SSH keys, one for personal use and another one for the clients project.
I’ve tried out multiple diets which have given me various results, but intermittent fasting is something that I’ve heard around a lot but never actually tried. I was browsing the Audible library recently and have been eager to spend my credit points on something informative. I came across “The Fast 800: How to Combine Rapid Weight Loss and Intermittent Fasting for Long-Term Health” by Dr Michael Mosley.
Running projects inside containers is a bread and butter task of a developers life. It’s not rare to need to execute a command against a container and Docker gives us multiple options to do so.
Chrome web.dev Live 2020, new approach to work with dates in JavaScript, Svelte with a support for TypeScript, AWS SAM frameworks hits stable version 1.0.0 and more…
The Internet is a big network of devices, each of them is identified by the unique IP address. Subnetting is a process of dividing them into smaller subnetworks. Subnet mask helps us to determine which part of the IP address belongs to the network and which one belongs to us (host).
Streams in nature flow water from one side to the other, streams in programming are the same but instead of water, they flow chunks of data. It is a sequential way of handling chunks of bytes. You can achieve a lot without using streams at all, but a thorough understanding of them will make you a much better developer.