À partir de novembre, vous êtes sous l'eau ?
🧞♂️On arrive à la rescousse avec @SchoolsMaria le 24/11 à 12h.
@pierrickouw Head of engineering & Sandy Melamed, Coach certifiée, vous partageront leurs outils pour reprendre le contrôle du temps collectif.
https://t.co/xGvXzpFlr2
Notre vision ? Faire de la santé mentale une force pour les entreprises.
Nous sommes fiers de la partager avec des investisseurs hors du commun ✨
Aujourd'hui, nous levons 15m€ pour prendre soin de la santé mentale de milliers de collaborateurs avec @leftlanecap & @singular__
Envie de rejoindre un projet qui fait sens ? @RemedeeLabs, @Resiliencecare, https://t.co/siBfb4tu2G et @Simandcure, quatre projets en devenir dans la #eSanté, recrutent !
https://t.co/DHSPHKnlkM
Hard learning of the day:
"formatted_offset" in Rails TimeZone (https://t.co/OjgmZvJufI) does not know about DST (which make sense), therefore it will always give the same information (e.g +1:00 for Paris)!
#learningrails#rails#ruby#timezone
Just found out about CSS Houdini 🤯
https://t.co/y4Xt4TIq4Q
It basically lets you create your own CSS properties, and implement them in JS, at the browser level 🌟
Someone actually used this to query a database from the CSS: https://t.co/ap0FhNvNRs
Crazy stuff!
#css#js#web
Do you know a way of efficiently test stimulus controller for view components ?
We have some “smart” components (think Dropdown) that require JS and we have to bootstrap an entire “rspec system test” to validate it, which seems odd at first.
#rails#viewcomponents#ruby
Rapid development checklist:
Clear requirements
Small tickets
Mock APIs
CI server
Linting
Feature flags
Trunk-based dev
Static types
Automated tests
Custom dev tools
Frequent reviews/pairing
Instant feedback loop
Continuous delivery
Auto formatting
Using packages/libs/components
Just found out that these two pieces of code give the same result in Rails. Does anybody know how Rails makes the .each optional in an iteration? Doesn't seem to work in pure ruby/rails console, seems purely ERB related #rails#ruby#learningrails#erb