Tag Archives: Best Coding Practices

Extension Keyword in Dart

Extension Keyword in Dart

Introduction Dart, a versatile and modern programming language, has introduced several features to enhance code expressiveness and maintainability. Among these features, the `extension` keyword stands out as a powerful tool for extending existing classes without modifying their source code. In this blog, we will delve into the world of Dart’s `extension` keyword, explore its benefits, Continue Reading »

9 Laravel Best Practices for Building Better Websites

Always Use the Latest Version Laravel becomes more secure and faster with each upgrade. By using the latest Laravel version, you can build more functional and secure websites. For example, Laravel 9.x, the newest release of Laravel released in February 2022, offers the following features: Anonymous class migrations are the default behavior, so multiple migrations Continue Reading »

Design Pattern – Database Transaction Handling (in Android)

This blog is about database transaction handling and its design pattern in android. It also gives a brief knowledge on how to handle Exception. Here we have a main method which is responsible to get  database instance  -> start Database Transaction  ->  Mark Transaction Successful   ->  Commit or Rollback Transaction  ->  Close database. This main Continue Reading »

iOS – Best Architecture, Design and Coding Practices

iOS – Best Architecture, Design and Coding Practices

We have identified some of the best practices that we need to follow while working on architecture, design and development of iOS applications. We will keep on adding more and more to it. Stay tuned… Best Coding Practices Image files naming convention There are four types of devices that we need to support while developing Continue Reading »