Akhil Kadangodeakhil.se·Nov 20, 2023Introduction to SOLID Principles: Building a Strong Foundation in Software DevelopmentLet's talk about SOLID principles, a cornerstone concept in the realm of software engineering. Picture yourself as an architect, tasked with designing structures not of bricks and mortar, but of code and logic. In this domain, the SOLID principles ar...DiscussSOLID principles
Akhil Kadangodeakhil.se·Nov 8, 2023A Practical Guide to the Law of Demeter with PHP ExamplesThe Law of Demeter (LoD) is a software development principle that's like a secret weapon for writing cleaner and more maintainable code. It's all about limiting how much one part of your code knows about another. As someone who has coded in PHP for y...Discussbetterdeveloper
Arjun NarainProarjunnarain.dev·Oct 10, 2023Unraveling Joy in a Sea of SyntaxInspired by The Knowledge Project podcast featuring Laurie Santos Hey there, fellow code wranglers! 🚀 Ever felt that roller-coaster of emotions during a coding session? One moment, you're on top of the world, and the next, you're plunging into the a...Discuss·42 readsHappiness
Azizo Bouhaazizobouha.hashnode.dev·Aug 11, 2023Making Your Site Responsive: Strategies and TipsAs the world shifts to a mobile-first approach, it’s increasingly important for businesses and individuals to create responsive websites that are optimized for different devices and screen sizes. Responsive web design enables users to access content ...Discusstechnology
Swetank Rathicodecustody.com·Aug 7, 2023Software Engineer - The missing manual! Recipe to be a better engineerYou must be wondering what a missing manual can be. After all, you have read many books and written a good amount of code to call yourself a software engineer. Have you ever thought why some engineers go fast over the ladder, and some take slow steps...Discuss·34 readssoftware development
Mohamed AshourProblog.m-ashour.space·Jul 9, 2023Improve Your Python Code Readability and Maintenance by Avoiding These 3 MistakesTLDR; Avoid these 3 mistakes for clearer Python code: overusing dictionaries, using strings for variations, and not using type hinting. Consider data classes and enums for structured data and variations, and use type hinting for readability. When you...Discuss·1 like·76 readsPython
Shivank Mitrashivankjshacker.hashnode.dev·Jun 21, 20234 Most Important React.js Principles You Need To LearnI don't care whether you're familiar with React.js in-depth or are a total newbie. It's on the rise. It's taking over. No, wait. It's already taken over. So here are the most important React.js principles to help you reach your potential and become t...Discuss·29 readsJavaScript
Vikaskumar Pandeysalesforcesherpa.hashnode.dev·Jun 12, 2023"Revolutionize Your Salesforce Development with ChatGPT: Enhancing Natural Language Processing and Improving Customer Experience"If you're a Salesforce developer looking to integrate ChatGPT into your development process, there are a few key steps you'll need to follow: Set up your Salesforce environment: Before you can start using ChatGPT in your Salesforce development, you'l...Discusssalesforce development
Saloni Saraiyajscoder13.hashnode.dev·Jun 9, 2023The best project structure for your backend applications | NodeJSThis article is all about structuring your new project when you are building a NodeJS application. It will guide you through, how you can follow best practices. Hey folks, Let’s discuss the underrated topic “Project Structure”. NodeJS has been a fav...DiscussJavaScript
Shivank Mitrashivankjshacker.hashnode.dev·May 27, 2023Building Etch-A-Sketch Using JavaScript: Get Better at Coding 🖌🎨Etch-a-sketch is a browser canvas that I built using HTML, CSS and JS. I didn't come up with the idea though, the credits go to TheOdinProject, one of the best sites to learn Full Stack JavaScipt Development or Full Stack Ruby Development. The Functi...Discuss·77 readsJavaScript GuideJavaScript