Alvin Crespoalvincrespo.hashnode.dev·Oct 18, 2024Enhancing a Scalable Export in Ruby on Rails: Lessons LearnedIn my last blog post, I walked you through the implementation of a scalable export system in a Ruby on Rails application. Since then, I’ve encountered a few challenges, particularly around concurrency, file locking, and ensuring that data exports are...Ruby on Rails
André Lademannblog.andrelademann.de·Sep 12, 2023What is pubspec.lock forIt is good practice to version the pubspec.lock file in a Flutter project. The pubspec.lock file contains an accurate record of the versions of the dependencies (packages) used in your Flutter project. By versioning this file, you ensure that your pr...195 readsBest practise with programming design patternFlutter