info@CodeCraftersDesign.com
  • RSS
  • RSS
CodeCraftersDesign.com
  • Home
  • Blog
  • WordPress
  • Programming Tips
Select Page

Replace DI Frameworks with Implicits

by kornel@CodeCraftersDesign.com | Nov 17, 2018 | Uncategorized

The problem with DI rameworks: When creating components, one way or another, we must assure that other components we depend on are in fact constructed, properly initialized, and ready to use. In object oriented programming (OOP), this task typically falls on the...

Constructor Injection with Concurrency

by kornel@CodeCraftersDesign.com | Nov 17, 2018 | Uncategorized

The problem: Simple constructor injection in a multi-threaded environment may cause memory consistency issues.When using simple constructor injection in conjunction with concurrency care must be taken because the classes constructed at startup in one thread may not be...

ConfigFactory with Conf Objects

by kornel@CodeCraftersDesign.com | Nov 17, 2018 | Uncategorized

Nearly all applications need some sort of configuration injected which is stored in configuration files. The configuration files are usually environment specific and they are packaged by the build along side the application code. This means that applications must...

Narrow Search

Archives

  • November 2024
  • March 2024
  • February 2024
  • November 2023
  • May 2023
  • November 2021
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • October 2019
  • August 2019
  • July 2019
  • May 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • RSS

Designed by Code Crafters Design