Linux - NixOS - Laravel enthusiast
🇨🇭
If passed, chat, email & VPN providers from #Switzerland must:
🚨 Log IP addresses
🚨 Ask for ID upon sign up
🚨 Decrypt data upon request
Let's fight for #privacy! 👉 tuta.com/blog/switzer...
If passed, chat, email & VPN providers from #Switzerland must:
🚨 Log IP addresses
🚨 Ask for ID upon sign up
🚨 Decrypt data upon request
Let's fight for #privacy! 👉 tuta.com/blog/switzer...
A super insightful talk that explores how to building scalable, event-driven systems.
www.youtube.com/watch?v=nEtB...
A super insightful talk that explores how to building scalable, event-driven systems.
www.youtube.com/watch?v=nEtB...
We are looking for a talented and detail-oriented developer to join our marketing team's efforts in creating and maintaining our website, product landing pages, newsletter templates & more. Fully remote.
For details & to apply: kagi.peopleforce.io/careers/v/13...
We are looking for a talented and detail-oriented developer to join our marketing team's efforts in creating and maintaining our website, product landing pages, newsletter templates & more. Fully remote.
For details & to apply: kagi.peopleforce.io/careers/v/13...
This is a rather sneaky one that gives an attacker RCE (under the right conditions), and can be done unauthenticated with no user input... hence CRITICAL. 😱
securinglaravel.com/security-not... #Laravel
This is a rather sneaky one that gives an attacker RCE (under the right conditions), and can be done unauthenticated with no user input... hence CRITICAL. 😱
securinglaravel.com/security-not... #Laravel
✅ Allowed in:
• Default params
• Class constants
• Static props
• Attribute arguments
❌ Not allowed:
• use (...)
• Arrow functions fn()
• $this
Const-safe closures are here 💪
✅ Allowed in:
• Default params
• Class constants
• Static props
• Attribute arguments
❌ Not allowed:
• use (...)
• Arrow functions fn()
• $this
Const-safe closures are here 💪
www.youtube.com/watch?v=UG_y...
#php
www.youtube.com/watch?v=UG_y...
#php
www.zend.com/blog/error-l...
#php #zend
www.zend.com/blog/error-l...
#php #zend
✨ Blade syntax highlighting
🖊️ Eloquent autocompletion
🔗 Route, config, & middleware linking
🧠 Smart diagnostics
And more...
Get it now → marketplace.visualstudio.com/items?itemNa...
✨ Blade syntax highlighting
🖊️ Eloquent autocompletion
🔗 Route, config, & middleware linking
🧠 Smart diagnostics
And more...
Get it now → marketplace.visualstudio.com/items?itemNa...
But also…
You might be subtly changing behaviour by implicitly passing additional arguments, especially with collection pipelines.
But also…
You might be subtly changing behaviour by implicitly passing additional arguments, especially with collection pipelines.
PHP 8.4 will introduces 4 functions:
array_find 🕵️♂️: Finds the first matching element
array_find_key 🔍: Finds the key of the first matching element
array_all ✅: Checks if all elements pass a test
array_any 🔎: Checks if any element passes a test
PHP 8.4 will introduces 4 functions:
array_find 🕵️♂️: Finds the first matching element
array_find_key 🔍: Finds the key of the first matching element
array_all ✅: Checks if all elements pass a test
array_any 🔎: Checks if any element passes a test
This new function parses HTTP request bodies for methods beyond POST such as PUT, DELETE, and PATCH. 🙌
This new function parses HTTP request bodies for methods beyond POST such as PUT, DELETE, and PATCH. 🙌