@KarkDixNeuf

3 Followers
8 Following
43 Posts
When you see new SCSS feature to use #CSS with a powerful way => https://developer.mozilla.org/fr/docs/Web/CSS/color_value/oklch...it means a lot about the project made with framework : CSS integration is a really good experience about all new feature in order to not being lost, from scratch sound cool again 8)
Really good this website to know how kick ass Q&A on interviews https://www.jesuisundev.com/ lots of infos about basics on #algorithm
Je suis un dev - Devenir un meilleur développeur et prendre le contrôle de sa carrière

Je suis un dev
#PHP a good vibe from JAVA world (I know..) in this library, a nice approach of Either, Monad, Seq, Set, LinkedList etc etc just take a look => https://github.com/fp4php/functional?tab=readme-ov-file
GitHub - fp4php/functional: PHP Functional Programming library. Monads, common use functions and generic collections.

PHP Functional Programming library. Monads, common use functions and generic collections. - GitHub - fp4php/functional: PHP Functional Programming library. Monads, common use functions and generic...

GitHub

#symfony is great, even with this kind of small detail :

`<option {% if choice is selectedchoice(value) %}selected="selected"{% endif %}>`

Always needed in a dev life

`$new = new self($data);

And it is possible to access to private functions and even private attributes as we do a `new self`, we tell to PHP we are in the same class, so everything is gonna be alright.

#php

Love the way #DDD validation rules (aka policies are validated here)

https://dddinpython.com/index.php/2021/11/06/where-to-place-the-business-logic-in-ddd/

Where to place the business logic in DDD – DDD in Python

A lib made in #php to clean HTML to avoid XSS and to have an HTML standards compliant (a purifier, it sounds funny) : https://github.com/ezyang/htmlpurifier
GitHub - ezyang/htmlpurifier: Standards compliant HTML filter written in PHP

Standards compliant HTML filter written in PHP. Contribute to ezyang/htmlpurifier development by creating an account on GitHub.

GitHub

So I remove the "--no-plugins" because of :

```json
{
"name": "symfony/runtime",
"type": "composer-plugin",
...
```

CI just been broken about that

This is the one production composer installation, classicly now :p

`APP_ENV=prod composer install --no-ansi --no-dev --no-interaction --no-progress --no-scripts --optimize-autoloader`

#composer

ICU Message Format for Translators