Niels Nijens (@nielsnijens) 's Twitter Profile
Niels Nijens

@nielsnijens

Passionate about DevOps, Web Engineer, PHP (+other web languages), Developer @ SuperBrave

ID: 38149986

linkhttp://www.niels-nijens.nl calendar_today06-05-2009 10:05:22

349 Tweet

31 Followers

91 Following

Adam Wathan (@adamwathan) 's Twitter Profile Photo

πŸš€ We just released Tailwind CSS v1.9! πŸ› οΈ Shareable configuration presets πŸͺŸ New `grid-auto-columns/rows` utilities πŸ‘οΈ Improved focus indicator options πŸ“ Extended border radius, rotate, and skew scales ...and a new experimental `2xl` breakpoint! πŸ‘€ blog.tailwindcss.com/tailwindcss-1-9

Alex Rothuis (@arothuis) 's Twitter Profile Photo

Another tech meme that needs to go: "Haha, I cannot understand the code I have written days ago!" Stop normalizing ignorance. Technical debt and bit rot are real but can be mitigated by investing in structural, functional and organizational quality.

Joseph Bielawski (@stloyd) 's Twitter Profile Photo

First draft plan for version 2.0 of #symfony HWIOAuthBundle: - replace httplug with #Symfony HttpClient, - drop support for #PHP <7.4, - add basic connector as replacement for FOSUserBundle, - support new #Symfony Securiy Guard You can support this plan: github.com/sponsors/stloyd

PHPBenelux (@phpbenelux) 's Twitter Profile Photo

Say welcome to Pauline Vos πŸ‰ and @Maaikees, two top experts who have taken time to share their knowledge on testing more efficient and prevent testing traps #phpbenelux #git #testing ow.ly/wPYL30ryazC

Say welcome to <a href="/vanamerongen/">Pauline Vos πŸ‰</a> and @Maaikees, two top experts who have taken time to share their knowledge on testing more efficient and prevent testing traps #phpbenelux #git #testing ow.ly/wPYL30ryazC
Adam Wathan (@adamwathan) 's Twitter Profile Photo

πŸš€ Excited to share the biggest advancement we've made with Tailwind CSS since the first release back in 2017! ⚑️ A lightning fast JIT compiler 🧁 Never configure variants again 🀸 Write less custom CSS than ever Watch the announcement πŸ‘‰ youtube.com/watch?v=3O_3X7…

πŸš€ Excited to share the biggest advancement we've made with Tailwind CSS since the first release back in 2017!

⚑️ A lightning fast JIT compiler
🧁 Never configure variants again
🀸 Write less custom CSS than ever

Watch the announcement πŸ‘‰

youtube.com/watch?v=3O_3X7…
@levelsio (@levelsio) 's Twitter Profile Photo

πŸ’¬ Talk is cheap 🎨 Creating something is much more effective to make a change in the world levels.io/contact-me

@erikaheidi.bsky.social (@erikaheidi) 's Twitter Profile Photo

Are you a woman, non-binary, or trans person on the GitHub sponsors program? I am building a public list of underrepresented open source creators, please share your Github profile URL in this thread to be included! RTs appreciated for reach.

GitHub (@github) 's Twitter Profile Photo

We will conduct a brownout for Git operations using passwords WEDNESDAY, July 28, followed by removal of password support on August 13 as we move to require stronger token or SSH authentication. Share the news as we work together to secure collaboration! github.blog/2020-12-15-tok…

OpenAPI Specification (@openapispec) 's Twitter Profile Photo

Sign up now for ASC 2021 - Everything you need to know about APIs - Sept 28-29 - hubs.la/H0S5N8r0 #APIs #OpenAPI #OSS #REST #APISpecs2021

GitHub (@github) 's Twitter Profile Photo

Releases on GitHub are now… πŸ“ Easier to compile and share πŸŽ‰ Optimized to recognize and celebrate your contributors πŸ’— Built to encourage more engagement from your community See everything that’s new for releases: github.blog/2021-10-04-bet…

Fabien Potencier (@fabpot) 's Twitter Profile Photo

Please upgrade symfony/flex to 1.17+ on ALL your #Symfony applications at your earliest convenience. The new version now uses static files stored on Github instead of calling the flex.symfony.com server.

GitHub (@github) 's Twitter Profile Photo

You can now reuse entire workflows as if they were an action. Instead of copying and pasting workflow definitions across repositories, you can reference an existing workflow with a single line of configuration. github.blog/2021-11-29-git…

GitHub (@github) 's Twitter Profile Photo

You can now embed diagrams directly into your Markdown files, Issues and PR comments using Mermaid. Learn more - github.blog/2022-02-14-inc…

Frank de Jonge (@frankdejonge) 's Twitter Profile Photo

When you write good domain-driven code, your code usually explains well how it does what it does. Good models will even explain WHY it is done this way. But code is not lossless, it cannot capture everything. For critical pieces you need documentation.