© 2023 Hashnode
#100daysofcode
Haskell is a statically-typed, purely functional programming language. It was first released in 1990 and has since become a popular choice for tasks such as data analysis, web development, and more. O…
GOOGLE LEMONADE APP Today I commence this challenge with a simple project by google TRAINING /ANDROID BASICS IN KOTLIN / KOTLIN BASICS The finished Lemonade app consists of a single screen. When users first launch the app, they're greeted w…
Today I Created a simple QR code generator using python. Created a virtual machine instance to apply what I had learnt about AWS EC2 in the last semester. You can find my code for the above here: …
Since this is my first post on Hashnode, there is no better way for me to begin my adventure than by writing an introductory blog about my current activities. I have accepted the #100DaysOfCode challe…
Today I Solved the following problems on CodeChef: https://www.codechef.com/problems/TRUESCOREhttps://www.codechef.com/problems/DISCUShttps://www.codechef.com/problems/FINDSHOEShttps://www.codechef.co…
Today I Learned Parallax Effect with CSS: I have always been fascinated by such landing pages and today I saw a video on my YouTube feed about the same, so, I went for it. It was super fun! This is …
Today I Spent most of my day working on the project exhibition website. Then solved the following problems on CodeChef: https://www.codechef.com/problems/AMR15A https://www.codechef.com/problems/T…
Recently I completed 100daysofCode, I have practiced more than 200+ DSA questions, made 5+ React Projects. Here is the thread https://twitter.com/heyy_harshh/status/1576782304030048256?t=o9yoTmyr448tA…
Today I I've been sick since this morning so I couldn't get much work done today though I was able to make some progress on the project exhibition website. Tech Treat of The Day Free Programming Books…
Introduction to Variables in JavaScript In JavaScript, variables are like containers that hold values. These values can be numbers, strings, or even objects. We use variables to store data that we can…