ayushirawat.comBeginner's guide to Hacktoberfest 2021Hi there, Buckle up folks, Hacktoberfest is round the corner and registrations are now open. Hacktoberfest will be hosted by Digital Ocean for the 8th year in a row in partnership with GitHub and other companies, yes you read it right. In this articl...Sep 30, 2021·6 min read
ayushirawat.comWhat is Hacktoberfest? Hacktoberfest 101Hello reader! Well, Hacktoberfest is something, you are gonna hear a lot about in the coming month. You can refer to my YouTube video Tutorial to see a working tutorial for better understanding and a step-by-step guide of the same. https://www.yo...Sep 27, 2021·4 min read
ayushirawat.com12 Python Tips & Tricks You must knowHello reader! In this Blog post, I will share some useful code snippets and functions in Python. Give it a read. Let's get started! 1. Memory The method getsizeof can be used to retrieve the size of any object. Here's an example of the same. import...Jul 25, 2021·4 min read
ayushirawat.comHTTP Status Codes that You must knowHello reader! Whenever a client sends a request to the server, the response always contains a status code. You might not see it always but it's returned at every client-server interaction. Well, even if you are not a programmer, you would still know...Jul 14, 2021·6 min read
ayushirawat.comGitHub Copilot: All you need to knowHello reader! Microsoft subsidiary GitHub launched Copilot to power pair programming with AI. In this blog post, I will share all you need to know about it. You can refer to my YouTube video Tutorial to see a working tutorial for better understandin...Jul 9, 2021·6 min read