 Javascript Event Loop - Why so Serious! TAPAS ADHIKARY Let me put a dramatic start to this one. This is not just a blog, story or any other technical article. This is rather a realization that I had very recently. I have seen two categories of Javascript developers in my surroundings. …
Interfaces and Abstract Classes RODRIGO VIEIRA For most people I've talked on my journey through software development, abstraction always brings the idea of code reuse. You might think about company and person objects, both have names, addresses, phone contacts, and so on. They both share common attributes and maybe even common behavior…
 I have finished programming courses, what's next? 5 pieces of advice from a mentor VICTOR SHEPELEV Many times after finishing courses – online as well as the offline ones – I had to answer student's questions, which can be called in general: "What's next?"…
Code Review Blog Post Series: Experiences and Lessons Learned Analyzing Code Review Practices MICHAELA GREILER In this code review blog post series, I share my experiences and lessons learned about code reviewing. Primarily, I show you code reviewing best practices to boost your code quality. But, you also learn which pitfalls to avoid while performing code reviewing…
 Building Appointment Scheduler App in React and NodeJS KRISSANAWAT We will be creating an appointment scheduler that enables users to schedule appointments by selecting date and time and providing their user information(name, email, phone numbers). A confirmation is sent to the user’s phone…
 Meet Hashnoders: Marco Alka DUNJA RADULOV One of the most helpful Hashnoders is Marco Alka, Full Stack Developer and DevOps at Robert Bosch GmbH. Read on to learn more about Marco, how he started coding, advice he has for new developers, and why he enjoys helping other developers on Hashnode…
 Image tools for your daily use. GIRISH PATIL Just a decent list of popular image optimisation tools available…
TOP QUESTIONS
What PC would you buy as a new dev now? 16 COMMENTS · JOIN THE DISCUSSION
What's your favorite font with Visual Studio Code? 12 COMMENTS · JOIN THE DISCUSSION
What are the 5 traits of a good developer? 14 COMMENTS · JOIN THE DISCUSSION
Is it embarrassing to use Bootstrap or any other CSS frameworks? 12 COMMENTS · JOIN THE DISCUSSION
How to survive a stagnant and indifferent software team or company? 10 COMMENTS · JOIN THE DISCUSSION
Don't push to production, it's Friday! Do developers still say this? 7 COMMENTS · JOIN THE DISCUSSION
BEST ANSWERS
Sandeep Panda: How to survive a stagnant and indifferent software team or company? - Money aside - Do you think you are improving in both personal and professional levels by working at the said company? Do you enjoy working with your peers and managers? If money was no constraint… READ FULL ANSWER
Mark: What PC would you buy as a new dev now? - Ubuntu desktop for me. I like having a lot of screen space, so I'd just save money by not getting a laptop. If I'm away from home, I'll just read some blogs, for which my phone suffices… READ FULL ANSWER
Ben Buchanan (200ok) : What are the 5 traits of a good developer? - Empathy, Communication skills, Determination, Passion (desire to do good work), Coding skills… READ FULL ANSWER
Trent Haynes : Do you hate AMP as much as I do? - AMP is trying to solve a problem that "we" created - too much dependence on JS at the outset. We really need to invert that dependency. Your page should work even if the browser/device doesn't support JS - i.e. Progressive Enhancement… READ FULL ANSWER |
|