Al Farhaankhan I Inamdartheonethatstartedlate.hashnode.dev·14 hours agoReclaiming My Life: A Journey Back from BurnoutIn today's fast-paced world, it's easy to get caught up in the rat race, constantly striving to keep up with others, trying to master every skill, and overloading ourselves with endless tasks. I was no different, and it led me down a path of burnout....Discussburnout
Gagan G Saralayagagang.hashnode.dev·18 hours agoStructuresThe structure in C is a user-defined data type that can be used to group items of possibly different types into a single type. Basically, structures are a collection of values of different data types. EXAMPLE : name (String) For a student store the f...DiscussC
Siddhartha Ghoshsiddev707.hashnode.dev·Sep 29, 2023A New BeginningHello World, My name is Siddhartha Ghosh, a student pursuing the Bachelor of Technology degree in Information Technology (IT). It's a pleasure to be on this platform. I have grown a huge interest in coding and development in recent years and I'm happ...Discuss·29 readsBeginner Developers
Pratik Malidevelopnsolve.com·Sep 29, 2023Legacy Code Refactoring Success StoriesLegacy code is code that has been around for a long time and is often difficult to understand, maintain, and extend. It can be a major obstacle to innovation and productivity for software teams. Refactoring is the process of improving the internal st...Discuss·10 likesSoftware Engineering 101#codenewbies
Cherlock Codeevergrowingdev.hashnode.dev·Sep 28, 2023🐌 Don’t Worry, You’re Not Learning Too SlowIf there were two things that had me by the neck when I first started learning how to code, they were: 1) consistently feeling overwhelmed, and 2) being stuck in tutorial hell 🔥. Both of these things drove me insane! Not to mention put me in a massi...DiscussProductivityLearning Journey
Fibbonachosfibbonachos.hashnode.dev·Sep 27, 2023Is Programming Dead in 2023?: Here's the RealityAs we navigate the digital terrain of 2023, the social media tech community has been asking: Is programming becoming obsolete? Rapid technological improvements have intensified this debate, leading to skepticism and anxiety about the future of progra...Arjun and 3 others are discussing this4 people are discussing thisDiscuss·48 likes·46 readsProgramming Blogsvery thoughtful blog 10
Muhammad Hamzaxhamza.hashnode.dev·Sep 27, 2023Lessons from My Code JourneyIt started when I started learning how to code 2 years ago. I didn't have any sort of action plan. I just dive into YouTube and watch videos day and night because of myth: I’m learning code by watching others doing code. My routine was simple get b...DiscussWeb Development
Victory Durosinmidurosinmivictory.hashnode.dev·Sep 27, 2023Learn To Validate React Forms With Formik And Yup, Using The Hook MethodDo we need to validate our forms? Imagine having a helpful friend double-checking everything you write on a job application letter, so things work smoothly and nothing goes wrong, this is how form validations work. Form validation makes sure the info...Discuss·27 readsFrontend Development
Lonnie McRoreyforLatest Software Engineering Newshiring.fwscience.us·Sep 26, 2023Top 10 Programming Languages for 2024Introduction Software languages are the essential tools that developers use to build software applications. The choice of programming language can have a significant impact on the development process, the performance of the application, and its long-...Discuss·127 readssoftware development
Chriskristijan-pajtasev.hashnode.dev·Sep 26, 2023VueJS part 5: Handling eventsIntroduction Recently, I started learning VueJS, and this article is part of the series of my notes while learning it. In this one, I am covering how to use event handlers in the Vue. On event directive Vue comes with a directive that helps us handle...Discuss·10 likesVueJSJavaScript