Ashaduzzaman Akashashaduzzaman10.hashnode.dev·Apr 6, 2023how to build programming logic effectivelyProgramming logic is the ability to solve problems using code. It is one of the most important skills for any programmer, regardless of the language or domain they work in. Programming logic involves breaking down complex tasks into smaller and simpl...Discuss·33 reads #CrackTheCode #ProgrammingInterviews #AlgorithmDesign #DataStructures #TechnicalInterviews #CodingChallenges #ProblemSolving #CareerGrowth #CodeChallenge #InterviewPrep #LeetcodeProblems #CodingSkills #TechInterviews #PracticeMakesPerfect#JobInterviews
Maxi Contierimaximilianocontieri.com·Mar 18, 2023Code Smell 202 - God Constant ClassTL;DR: Don't define too many unrelated constants in the same class. Don't pile up the junk together. Problems Bad Cohesion High Coupling Magic Numbers Single Responsibility principle violation Solutions Break the contents following Real World...Discuss·11 likes·259 readsCode SmellsGeneral Programming
Eleftheria BatsouforHashnode Town Halltownhall.hashnode.com·Mar 16, 2023And the Winners of #DebuggingFeb Writeathon Are... 🏆We are thrilled to announce the winners of the #debuggingFeb writeathon, a contest designed to encourage developers to write about their experiences with debugging and share their insights with the community. We received a fantastic range of entries,...Victoria Lo and 20 others are discussing this21 people are discussing thisDiscuss·213 likes·1.3K readsDebuggingFebOh I'm one of the winners ^^ ! Thank you Hashnode for this writeathon and thanks to the participants as well :) 12
Roshan Sharmaroshanearth.hashnode.dev·Mar 17, 2023How to Host a Website on Google Cloud Platform using Firebase 🌤️Hosting a website on the cloud is a cost-effective and scalable solution for businesses and individuals alike. Google Cloud Platform (GCP) and Firebase are two popular platforms that offer a range of services for hosting and building web applications...Discuss·2 likes·31 readsFirebase
Dhruv JoshiforQuokka Labs' Blogsquokkalabs.hashnode.dev·Mar 17, 2023My Debugging Adventures in My 5 Years of Software Engineer Journey!As a software engineer, I have spent almost 5 years working on various software development projects, from small applications to large-scale enterprise systems. Throughout this journey, I have had my fair share of debugging adventures, some of which ...Discuss·1 like·40 readsdebugging
Maxi Contierimaximilianocontieri.com·Mar 14, 2023Code Smell 201 - Nested TernariesTL;DR: Don't use nested IFs or nested ternaries Problems Readability Default Case Solutions Rewrite the code as an IF condition with an early return Context Nesting is always a problem with complexity. We can fix it with polymorphism or early...Discuss·11 likes·147 readsCode SmellsGeneral Programming
Roshan Sharmaroshanearth.hashnode.dev·Mar 15, 2023Linux Tutorials: Setting up Ubuntu 🚀Setting up Ubuntu on your system can be completed in just a few steps. Ubuntu is a popular open-source operating system that is widely used for both personal and professional use. With its user-friendly interface and a large community of developers a...Discuss·27 readsLinux
Sai Krishna Prasad KandulaProblog.saikrishna.dev·Mar 12, 2023A Tale of High-Stakes Debugging: The Upgrade of Hashnode's Domain Management ServiceI own the Domain Management service at Hashnode. This is the story behind the crucial upgrade of Hashnode's domain management service which includes a surprise last-minute hiccup and a race against time to debug, patch and upgrade while sticking to t...Discuss·66 likes·146 readsDebuggingFeb
Iqra Firdoseiqra-firdose.hashnode.dev·Mar 12, 2023Debugging Tips to debug any piece of code with my examplesIntroduction Debugging your code is as essential as writing the code. Debugging is a most underrated skill that really differentiates lots of people in terms of skills. we all expect our code is gone work flawlessly but regardless of how professional...Amena 💫 and 1 other are discussing this2 people are discussing thisDiscuss·46 likes·99 readsDebuggingFeb
Ayodele Samuel AdebayoProunclebigbay.com·Mar 11, 2023Debugging as a Customer Success EngineerDebugging is an essential aspect of software development and customer success. It refers to the process of identifying and fixing errors or bugs in software code or systems. Debugging is important for several reasons such as ensuring software quality...Sandeep Panda and 3 others are discussing this4 people are discussing thisDiscuss·105 likes·636 readsCustomer ExperienceI've got to say, you're doing a great job as a CSE. I can see it from how you replied to me when I had a challenge with the platform. All the best Ayodele 10