ARAyushi Rawatinayushirawat.com·Sep 30, 2021 · 6 min readBeginner'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...06MADRV
ARAyushi Rawatinayushirawat.com·Sep 27, 2021 · 4 min readWhat 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...08HDCTA
ARAyushi Rawatinayushirawat.com·Jul 25, 2021 · 4 min read12 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...09MLAMJ
ARAyushi Rawatinayushirawat.com·Jul 14, 2021 · 6 min readHTTP 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...04CBAM
ARAyushi Rawatinayushirawat.com·Jul 9, 2021 · 6 min readGitHub 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...09PVMAC