Chethan M Nmywebdevblog.hashnode.dev·Dec 22, 2023WebDev On The GoWell did restart my WebDev journey again with SuperSimpleDev from YouTube. Beating Procrastination Well restarting was a challenge. Maybe because I don't like to revise again. Lol😂 Realization Never break the flow because to get back into the stream...Hashnode
Tushar Kumar Shahitusharshahi.hashnode.dev·Dec 7, 2023Chapter 6 : Essential Applications"Linux, a free and open-source operating system built on the Linux kernel, comes with a bunch of useful applications for everyday use. There are so many options for each task that it can be a bit overwhelming to choose the best ones. To simplify thin...Linux Linux
THOTA DHEERAJdheerajthota.hashnode.dev·Aug 5, 2023Day 5I wrote some little code today using loops and ranges. average height highest score adding even numbers FizzBuzz STRONG PASSWORD GENERATOR check out my GitHub repository for the code GitHub linkkunalkushwaha
THOTA DHEERAJdheerajthota.hashnode.dev·Aug 3, 2023Day 3/100Python today I learned control flow and logical operators and also I did some interactive coding in the coding rooms. things like to Even or odd Bmi calculator Leap year finder Python pizza delivery Love calculator Treasure hunt game I did al...kunalkushwaha
THOTA DHEERAJdheerajthota.hashnode.dev·Aug 1, 2023My First BlogI'm Dheeraj studying computer science and engineering. I'm a final-year student. I'm inspired byKunal Kushwaha the way he explains that data structures and algorithms are quite like a friend who explains the whole syllabus in 20mins before the exam, ...3 likes@commclassroom
Fahad Ahmadmeimfhd.hashnode.dev·Feb 8, 2023Your 1st Blog and Blueprint for making No. 1 BlogSo let's make a note of what you need to do:- The first point is the most important... you don't know everything from the start what you want to do is just started throwing words from your mind and wait for the ideas to come by they will come for su...1 like·60 readsWeMakeDevs
Soham Guptablog.sohamgupta.co·Nov 26, 2022My Experience at KubeCon NA 2022Hello! I'm Soham Gupta and I'm from India. I came to about KubeCon from the introduction video of CNCF by Kunal Kushwaha in the year 2021. I was eager to join and attend this fantastic conference, but I was unable to do so because I was finishing Int...3 likes·55 readsBlogsWithCC
Vinayak Pandeyvinayak912002.hashnode.dev·Oct 14, 2022Programming paradigmsBefore we know what are programming paradigms we must first understand what the words programmming and paradigm mean. Programming programming is the act if planning, creating, deploying and maintaining software. These softwares can range from a very ...Programming Blogs
Kelvin Parmarkelvin-parmar.hashnode.dev·Oct 10, 2022How Git came into the Picture ?What is Git? Git is a free and open-source distributed version control system (VCS) designed to handle everything from small to very large projects with speed and efficiency. It is a revert to your files and project in their previous state. It compar...241 readsGit
Sanket Ghormodeaw-santo.hashnode.dev·Oct 2, 2022What is 'git' and how to get started?What is git? git is a free and open source distributed VCS(version-control-system). Today almost all projects whether it is small hobby project or big commercial project, developers use git for version control. but wait, what is VCS? What is VCS...1 like·65 reads@commclassroom