Phong VuCoding Conventions and Best Practices When Starting a New React ApplicationStarting a new React application is an exciting journey. Keeping your codebase clean and consistent from the start is crucial. Follow…Jul 22
InThe Tech CollectivebyChloe HoulihanSwiftUI Padding Vs SpacingHaving a mix of padding and spacing can get confusing. Let’s decide when to use which.Jul 14, 2023
InSolichain Web3 BlogbyAdam BoudjemaaElevate Your Solidity Skills: The Ultimate Style Guide for Smart Contract DevelopersDo you wish to elevate your Solidity projects?Jun 8Jun 8
Steve VermeulenMatching namespaces to folders is an anti-patternIn many languages and development environments, it is common to use the same names for folders that you do for namespaces. In some cases…Sep 22, 20195Sep 22, 20195
Rob NashGuarding against lightweight workIn the following, a guard statement is being used to express “stop early”.Oct 14, 2023Oct 14, 2023
Phong VuCoding Conventions and Best Practices When Starting a New React ApplicationStarting a new React application is an exciting journey. Keeping your codebase clean and consistent from the start is crucial. Follow…Jul 22
InThe Tech CollectivebyChloe HoulihanSwiftUI Padding Vs SpacingHaving a mix of padding and spacing can get confusing. Let’s decide when to use which.Jul 14, 2023
InSolichain Web3 BlogbyAdam BoudjemaaElevate Your Solidity Skills: The Ultimate Style Guide for Smart Contract DevelopersDo you wish to elevate your Solidity projects?Jun 8
Steve VermeulenMatching namespaces to folders is an anti-patternIn many languages and development environments, it is common to use the same names for folders that you do for namespaces. In some cases…Sep 22, 20195
Rob NashGuarding against lightweight workIn the following, a guard statement is being used to express “stop early”.Oct 14, 2023
InThe Tech CollectivebyChloe HoulihanChloe’s Opinionated and Biased Law of SwiftUIA proposed convention to make SwiftUI readable, reusable and avoid common errors.Jul 14, 20234
CoalA little bit of Conventions over ConfigurationPreviously, we discussed how MVC frameworks use meta-programming to simplify development. In this article, we will address another pattern…May 23, 2023
Bhuvanesh HJJava Coding Standards and Naming ConventionsJava is a widely used programming language, and to ensure consistency, readability, and maintainability across different projects, adhering…Aug 18