Life with 🐘 🐳 🐧 πŸ’»

Follow @DennisdeBest

PHP 8.1 Enums, Doctrine and Symfony EnumType

PHP 8.1 added Enums, this allows us to set a defined number of possible values for an array. It is a very interesting way of making sure only the values we want can be to a specific value.

So I started to play around with them, A while back and ran into a few issues with Doctrine and the Symfon...

Continue reading

JavaScript Typewriter

In the previous article, I added some simple CSS animations to show how the separation of my assets works. Now that that is en place, let's dive into JavaScript a bit more and create an even better typewriter animation based on your input !

Continue reading

β€œMost good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program.” Linus Torvalds