Rahul SinghforRahul4Devrahul4dev.hashnode.net·Feb 1, 2023Clean Code: Good Practices P1What is Clean Code?👁🗨 Developers' life mainly revolves around writing code💻, reviewing, refactoring and writing again. Most of the time we start a new project, our mind is filled with its feature, layout, functionality and effectiveness. So we go...Discuss·6 likes·11.6K reads#CleanCodeclean code
Paulo Vitor CruzfordevGodevgo.hashnode.net·Sep 30, 2022Boas práticas para desenvolvimento de uma API RestVocê já sabe o que é uma API, mas conhece as boas práticas de desenvolvimento? Neste artigo vamos mostrar o que você pode fazer para ter uma API direta e objetiva, fácil de usar e bem documentada. Escreva bem as suas rotas A nomenclatura de rotas é b...Discuss·2 likes·110 readsDeveloper
Isaac MdzforIsaac Méndez Blogmdzcode.hashnode.net·Nov 8, 2022Train WreckEn los análisis de Clean Code, en la sección de "Objetos y Estructura de datos", nos recomienda evitar el problema llamado "Train Wreck". ¿Qué es? ¿Y cómo evitarlo? Lo veremos en este artículo. ¿Qué es? Es una violación a la Ley de Demeter, y su nom...Discuss·2 likes·56 readsgood practices
Brijen MakwanaforBrijen's Byte-sized Bytesbrijen.hashnode.net·Apr 10, 2023Code Clarity: Why Comments Should be Avoided in Your Codecode comments are often seen as a necessary evil, a way to document what the code is doing or why it was written in a certain way. However, comments can also be a double-edged sword that can make code harder to read, maintain, and debug. In this arti...Discuss·37 readsGeneral Programming
Inner DevforInner Dev's bloginnerdev.hashnode.net·Apr 2, 2023Neither a Job Skill nor a life skill : Able to work under pressureSo, hi there everyone, hope you all are doing good, well this is not a new thing to talk about, but that also becomes one of the reasons that given how long things have been carried forward from one generation to another, this one is typically not a ...Discuss·1 like·53 readswork
Sudhanshu WaniforSudhanshu Wanitechblog01.hashnode.net·Mar 27, 2023How to Create a Data Science Portfolio That Stands OutIntroduction For aspiring data scientists who want to highlight their abilities and draw in potential employers, developing a strong data science portfolio is crucial. Your proficiency in data analysis, machine learning, and statistical modeling can ...DiscussData Science
HarshSkillsforvariable.hashnode.net·Mar 26, 20235 best Mechanical keyboards ever (my experience)Mechanical keyboards are a type of computer keyboard that uses individual mechanical switches for each key, as opposed to the rubber dome switches used in most conventional keyboards. Each key has its switch mechanism, which is typically a spring-loa...Discusskeyboard
Shyam SwaroopforShyam Swaroopshyamswaroop.hashnode.net·Mar 19, 2023Planning a React componentThis article assumes that all react components in a code base are Functional React Components as opposed to Class Components. Whenever we write a React feature, we should break the feature into a set of responsibilities. These responsibilities can be...DiscussReact
Rahul SinghforRahul4Devrahul4dev.hashnode.net·Feb 1, 2023Clean Code: Good Practices P1What is Clean Code?👁🗨 Developers' life mainly revolves around writing code💻, reviewing, refactoring and writing again. Most of the time we start a new project, our mind is filled with its feature, layout, functionality and effectiveness. So we go...Discuss·6 likes·11.6K reads#CleanCodeclean code
UtkarshforUtkarsh Rajputrajputkarsh.hashnode.net·Jan 25, 2023Do you skip semicolons in your Javascript code?Some history A few years back, the Javascript ecosystem got rid of the semicolons to be inserted at the end of every statement. However, this created a rift in the community as a few people embraced it whereas some were against it. To be honest, the ...Discuss·1 like·43 readsJavaScript
Nabeenafornabeena.hashnode.net·Nov 25, 2022SOLID principles in Object Oriented Programming- Part 1All of the programmers might have heard of SOLID principles in Object Oriented Programming. This article is the first part of the SOLID principles series. In this article, I’m going to give you an introduction of what are those principles and why do ...DiscussSOLID principles
Isaac MdzforIsaac Méndez Blogmdzcode.hashnode.net·Nov 8, 2022Train WreckEn los análisis de Clean Code, en la sección de "Objetos y Estructura de datos", nos recomienda evitar el problema llamado "Train Wreck". ¿Qué es? ¿Y cómo evitarlo? Lo veremos en este artículo. ¿Qué es? Es una violación a la Ley de Demeter, y su nom...Discuss·2 likes·56 readsgood practices
Isaac MdzforIsaac Méndez Blogmdzcode.hashnode.net·Nov 5, 2022Interfaces everywhere...Hace un par de semanas un colega me hizo una pregunta retórica: ¿Será correcto que por cada problema que necesitamos resolver exista una interfaz que le corresponda una única implementación? Caí de ignorante y esta pregunta estuvo en mi mente un par ...Discuss·38 readsinterface