DensTechDenwww.denstechden.com·Nov 13, 2024Home Assistant: Best Practices for Naming ConventionsWhen managing a smart home setup, having a clear and consistent naming convention for devices and device entities can be the difference between smooth, frustration-free automation and chaotic confusion. Home Assistant, a popular open-source platform ...Discuss·29 readsHome AssistantHome Assistant
Veenit Chauhanveenitchauhan.hashnode.dev·Aug 24, 2024Basics of Naming Conventions for PHP DevelopmentIn web development, keeping a definite naming convention is a tough job. Every developer follows the practices he feels are convenient, and you may even identify the code written by a particular developer. In the field of web development, we call it ...DiscussBasics of Naming Conventions for PHP Developers
Sergey Dunaevskiynotes.dunaevskiy.dev·Jun 1, 2024Cheat Sheet: JavaScript (TypeScript) variable naming conventionRecommendations on how to unify naming convention within a code – formats, acronyms and abbreviations, value-based prefixes, event handlers, etc. Mainly for vanilla TypeScript with a bit of React. Variable name formats It is good to restrict name for...Discuss·1 like·86 readsJavaScript
Samokhvalova Valentinablog.valsa.solutions·May 12, 2024Naming Docker Containers: Best Practices and GuidelinesIntroduction Assigning a custom name to a Docker container can significantly simplify container management, especially in environments with multiple containers. This article explores how to name Docker containers using the docker run command, along w...Discuss·35 readsDocker
Zayyad Muhammad Sanizayyadms.hashnode.dev·Dec 24, 2023A quick guide to Feature Flag Naming ConventionsCan naming feature flags be hard? Yes. Just like variables in programming, naming feature flags can get tricky if you don't follow a naming standard. When feature flags don't have good names, it can be difficult for people using them to remember what...Discussshort-lived-flags
Deon Slabbertbecomingaprogrammer.hashnode.dev·Dec 4, 2023Database Naming ConventionsNaming conventions are critical in programming and database design as it prevent early death, either by a co-worker or self-inflicted. Giving the necessary attention to naming things appropriately will save you major headaches when it comes to unders...DiscussDatabase Design FundamentalsNaming Conventions
Onyinyechi Viola Obikaobikaviola.hashnode.dev·Aug 10, 2023The Secret Of Successful Programming: Naming Conventions You Should KnowIntroduction Programmers have come up with concepts like camelCase, snake_case, PascalCase etc. to help make names in the world of tech relatively easy, readable and understandable. These concepts are called naming conventions and all programming lan...Discuss·21 likes·67 reads#namingconvention
Farhan Hasin ChowdhuryforfreeCodeCampfreecodecamp.org·Aug 22, 2022Programming Naming Conventions – Camel, Snake, Kebab, and Pascal Case ExplainedIf you've been programming for a while, you may have heard the words "camel case" or "pascal case". And maybe you're wondering what those terms mean. Well, let me explain. What are Naming Conventions in Programming? Apart from the hard and fast rules...DiscussNaming Conventions
Mustafa Dalgasft.hashnode.dev·Apr 5, 2022Heybooster Front End Naming ConventionsIn this article, you will find the naming conventions we used in our Heybooster front-end project. Variable Naming The camelCase naming convention is used to define a variable. Examples const dataSourceName = ''; const stepsConnectStatus = { 1: f...DiscussFront End Devclean code
Brandon WozniewiczforfreeCodeCampfreecodecamp.org·Mar 6, 2019JavaScript naming conventions: do’s and don’tsI find it amazing how many different meanings we can get from less than 30 characters. I’m talking about the alphabet with some well-placed punctuation, of course. From a love story to a computer program, writing has allowed us to create extraordinar...Discussbest practices