sayan713.hashnode.devNetworking Basics: What's a DNS Server?In the vast labyrinth of the internet, there exists a silent hero: the DNS server. It's like a phone-book but for the Internet. Just like we can search for the name of a person in our contact list to get their phone number, we (or, in this case, our ...May 10, 2024·4 min read
sayan713.hashnode.devGit Basics: Make your first open source contribution!Prerequisite: Roles in Open Source To understand all the terms described here, check out my other blog here. Repository maintainers: An open source project is hosted in a repository, in a platform like Github. Typically, the repository is maintain...Oct 11, 2023·6 min read
sayan713.hashnode.devGit & Github Basics: Everything you need to know!Most of us have been the end-users, or simply, users of all kinds of software all our lives. We use so many apps both on Phones & PC for all kinds of use cases. But have you ever wondered what happens on the opposite end of the spectrum? If you have,...Sep 16, 2023·8 min read
sayan713.hashnode.devSystemd guide: Create your own service!Imagine you have made a Discord bot in Python. Now, after testing, you want to run it on a Linux server. The typical way of running it is: $ python /path/to/bot.py However, this is not exactly the best way to run the bot, because: Your bot will sto...Aug 25, 2023·4 min read
sayan713.hashnode.devGNU/Linux: The Good, The Bad & The Ugly!Most of us have used mainstream Operating Systems like Windows & macOS all our lives. But, at the beginning of our career in the world of IT, a lot of us are suggested to learn to use Linux because it's supposedly a better option for all our technica...Jul 4, 2023·19 min read