Hrithwik BharadwajforHrithwik Bharadwajhrithwik.hashnode.net·Nov 17, 202010 best JavaScript practices recommended by Top DevelopersIf you have recently started learning JavaScript or a beginner I would highly recommend you to read the complete article so that you follow better practises while coding in JavaScript as it's a little different. It's been a few months since I have ...Shad Mirza and 12 others are discussing this13 people are discussing thisDiscuss·337 likes·15.1K readsJavaScriptVery helpful 4
Javi SanchezforJavi Sanchezjavisf.hashnode.net·Jan 24, 2022FeaturedMust read for Junior DevelopersI've done side projects, several internships and now I'm a Software Engineer at a tech company. The first steps might be hard and overwhelming, even worse if you didn't learn to code early as many kids do now. I'll be sharing some pieces of advice ...Rajanand Ilangovan and 32 others are discussing this33 people are discussing thisDiscuss·261 likes·9.3K readsCareer
Ronald BlüthlforRonald Blüthl's Blogdevoted.hashnode.net·Oct 7, 2022FeaturedHow to write better codeI've been professionally building software for more than 10 years now. Over time, I've written a lot of code. I have also read a lot of code. My own code, and code from other people. Code that's terribly bad and code that's a real joy to work with. T...Alex Alan Nunes and 13 others are discussing this14 people are discussing thisDiscuss·202 likes·5.1K readscodingThis is a very relatable piece. Kudos to you 3
Zied MELLITIforzied-melliti.hashnode.net·Apr 25, 2023Coding Style At Scale: Tackling Inconsistency In Your CodeMaintaining a consistent coding style is important for any software development project, as it makes the codebase easier to read, understand and maintain. In this article, we will explore some useful ways to ensure that your codebase follows a consis...Discuss·5 likes·55 readsclean code
Abdulrahman Ahmad(Alpha)forAbdul-Rahman Alpha's Blogabdulrahmanalpha.hashnode.net·Apr 25, 2023DevOps for Data ScienceIn recent years, the field of data science has exploded with the advent of big data, artificial intelligence, and machine learning. However, the traditional approach to data science often involves siloed teams with little collaboration between data s...DiscussDevops
alae-eddine sahbouforMy Journey as a Full Stack Developeralaesahbou.hashnode.net·Apr 23, 2023My Journey as a Full Stack Developer: Lessons Learned and Best PracticesIntroduction As a full stack developer, I've had the opportunity to work on projects from start to finish. From ideation and design through development, testing and deployment--I've done it all! In this article, I'll share some lessons learned along ...Discuss·56 readsFull Stack Development
Martijn SturmforMartijn Sturm's blogmartijn-sturm.hashnode.net·Apr 23, 2023Data Engineering on AWS: Best Practices OverviewThis blog post contains a listing of best-practices for data engineering on AWS. I will try to update this post regularly with new insights and best practices. Please note that this is not an exhaustive list. Am I missing an important one? Please let...DiscussHow to Data Engineering on AWSdata-engineering
Vaishnave SubbramanianforSisterhood of the Traveling Techiesjustnave.hashnode.net·Apr 23, 2023Python Fundamentals in a NutshellAfter some time off from Python, I decided to revisit some old concepts as well as learn a few new ones. Thought of summarizing them here: If you are performing the same calculation within a function for different input arguments, use nested functio...Discuss·98 readsPython
Clinton JoyforOpen Replay's Technical Blogopenreplay.hashnode.net·Apr 23, 2023Best Practices For Async Programming In JavaScriptJavaScript provides several tools to allow you to write and execute asynchronous (async) code with no loss in performance. This article will show several best practices for async coding so you can write optimum code. JavaScript is one of the most po...Discuss·2 likesJavaScript
Success Godswill ChibuzoforGdevgodswillch.hashnode.net·Apr 21, 2023Best Coding Practice Standards: A Guide to Writing Clean, Efficient, and Maintainable CodeAs software development continues to evolve at a rapid pace, writing clean, efficient, and maintainable code has become more important than ever. Good coding practices not only result in software that is easier to read, understand, and maintain, but ...Discusscoding
Theodoros KarropoulosforTheodoros Karropoulosthkarropoulos.hashnode.net·Apr 20, 2023The Open-Closed Principle: A Guide to Writing Maintainable CodeWhat Open-Closed Principle (OCP) is? The Open-Closed Principle is a fundamental principle in software engineering that states that software entities should be open for extension but closed for modification. This principle is one of the core principle...Discuss·15 likes·50 readsSOLIDsoftware development
Harsh MangeforBit Fetchharshmange.hashnode.net·Apr 19, 2023Designing RESTful APIs: Best Practices and Patterns for Building High-Quality APIsDesigning a RESTful API involves several best practices to ensure that the API is easy to use, scalable, and maintainable. Here are some of the best practices for designing a RESTful API: Use HTTP methods and URIs correctly HTTP methods are used to...DiscussAPIs
Shivank MitraforShivank Mitra's Blogshivankjshacker.hashnode.net·Apr 19, 2023Clean JavaScript: A Quick Guide to Better Code QualityWriting cleaner and more understandable code is essential, whether you are working on a project as a team, or just in general if someone wants to review your code. I'll list several hacks that have helped me write clean and maintainable code. Just to...DiscussJavaScript