Digital Craftsman
Subscribe
javascript

JavaScript Tips, Tricks and Best Practices

  • Christian Kolb

Christian Kolb

Jan 27, 2014

A nice collection of javascript tips, tricks and best practices:

45 Useful JavaScript Tips, Tricks and Best
Practices

Sign up for more like this.

Enter your email
Subscribe
Reduced complexity in HandlerWrapper of CQRS bundle

Reduced complexity in HandlerWrapper of CQRS bundle

Two days ago I released a new version (0.5.0) of the CQRS bundle for Symfony. It contains the following changes. Reduced complexity in the HandlerWrapper Previously the HandlerWrapper contained 4 steps: * prepare * catch * then * finally When looking through the implementations, I realized that there are no cases that
Jun 20, 2022 — 1 min read
Package for Id and IdList value objects with Symfony

Package for Id and IdList value objects with Symfony

Just recently I wrote about how I handle ids and id lists as value objects in my projects. Shortly after, I realised that the version I'm using isn't the same in all the projects and decided to streamline them and move them into an open source id package for Symfony
Jun 13, 2022 — 1 min read
Using id value objects for better readability and type safety

Using id value objects for better readability and type safety

When I stared my development career, the usual identifiers for any entity was an unsigned integer. After a while this was replaced by UUIDs which limit the abount of syncing necessary and meant that it's possible to fill an entity with all data including the id without the help of
Mar 29, 2022 — 3 min read
Digital Craftsman © 2022
  • Datenschutz
  • Impressum
Powered by Ghost