A big thank you to @BoVandersteene for the great contribution🙏 ! Thanks to her, we've merged https://t.co/gB13UWMy9a, improving the #Angular support in #Storybook.
Great job on your first-time contribution💪. Can't wait to see what you come up with next.
Tip: Do you know what 84600 means without the context? I don't. Also in your #code. Using meaningful names for const values IS important!
Better version:
const SECONDS_PER_DAY = 84600;
More #tips in my article: https://t.co/t4IYYjxSJe
#programming#100DaysOfCode#codeLife
Bro, TailwindCSS is more work than Vanilla CSS.
I better stick to Flexbox, Grid CSS and SASS.
In my opinion, CSS frameworks are for developers who are lazy to learn CSS.
I am in my house come and beat me.
Angular v14 continues to prioritize accessibility by providing a streamlined approach for managing your app’s page title!
Use the new `title` property in your route definition, or manage dynamically by providing a custom `TitleStrategy`
https://t.co/YEraTAcv3j
De straffen kunnen niet zwaar genoeg zijn. Tot 800.000 euro boete en vijf jaar cel: zwaardere straffen voor dierenmishandeling unaniem goedgekeurd https://t.co/h2mBH28EDb
As a community, it is embarrassing to see open source community leads who are *publicly* hostile or degrading to other OSS projects & teams 😞
It’s ok to disagree philosophically, but every project has its use case, and publicly shaming/denouncing another is downright ridiculous
I'm so happy about this in-person workshop! Thanks again Rafal and @BoVandersteene who is a frequent mentor 😘 @domizajac was amazing, presenting, instructing and supporting the whole workshop! 😍
And @ngbeconf - awesome community, great organizers, wonderful conference 💖
I follow a program at https://t.co/MiVoxiqzlI, one of the tasks is writing a blog article. I decided to share it with everyone.
I just published Data democratization in a spatial world https://t.co/iA24htDQKn
Brons is opnieuw van ons!
Congrats to this amazing team! They showed so much fighting spirit and beautiful teamplay.
And nobody has an EMVP like our @EmmaMeesseman!
@EuroBasketWomen@TheBelgianCats 🖤💛❤️
📢 NG-BE is back 📢 We will be organising our 5th anniversary edition 2nd and 3rd of December 2021. ⭐️ Save the date and spread the word! ⭐️ More details coming soon!
I loved the HTTP Cats website but as a dog people I just discovered their is also one for dogs
The status of the day as it's almost weekend
https://t.co/2tMHpc9X7u
To migrate all your nx monorepo to eslint you can use following code snippet: `for project in $(cat angular.json | npx json projects | npx json -M -a key); do ng generate @nrwl/angular:convert-tslint-to-eslint --project=$project --no-interactive; done` this makes my live easier!