Posts

Why you MUST participate in Hackathons?

Image
When I joined university, I had just heard of the term from my friends, whose siblings participated in "hackathons" and I was really unaware but then came MLH's Local Hack Day: Build, for which I attended events at 4 in the morning but I found them super fun and it was a really new experience for me. For you, the word "Hackathon" might feel daunting at first. But let me simplify it for you, these are some of the easiest platforms to compete and win prizes from your current level of coding knowledge, yes, you read that right! Whether you are an experienced programmer or know absolutely nothing about coding, hackathons are for YOU. From workshops to mini-events to project submissions, you end up learning a lot more things than you normally would. You can participate with your friends or work single-handedly.  Along with technical proficiency, you also get a chance to improve your soft skills by interacting with people from all over the world and also, if you d...

HOW TO SET UP VS CODE IN YOUR WINDOWS DEVICE

Image
Here are the steps to follow if don't already have Visual Studio Code (VS Code) downloaded in your device.  Step 1: Download VS code from the link here . It will take you to this website. Step 2: Now, since we are setting it up for windows, click on the windows button and setup wil get downloaded, it will also ask you to save VS Code in any of the disks. I, personally, save the applications I download in local disk H but you can also save it in other disks.  Here, I created a directory(folder) called VS Code in Local Disk H on my computer and saved it. Step 3: Now either double click on the file you downloaded or click on the upward arrow in the bar on chrome and click on open, the setup will start in both cases. This wizard opens up when the setup begins.              Step 4: Now READ THE TERMS AND CONDITIONS and click on "I accept the agreement" button and click on next.           Step 5:   Now if you want a ...