#dependencyinjection — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #dependencyinjection, aggregated by home.social.
-
🔗 Laravel Route Binding Behind the Curtains
https://wendelladriel.com/blog/laravel-route-binding-behind-the-curtains
#laravel #dependencyinjection #routing #deepdive #models -
Meet #Rust + #DependencyInjection #MacroCrimes:
Supercharge Rust functions with implicit arguments using CGP v0.7.0
https://contextgeneric.dev/blog/v0.7.0-release/
Absolutely mind-blowing stuff! 🤯
I think this can be very useful for e.g. #UI libraries - really reminds me of #Vue's provide/inject mechanism:
https://vuejs.org/guide/components/provide-inject.html#provide-inject
-
Une lib d'injection de dépendance en JavaScript.
-
Dependency Injection is a very practical technique for writing testable code and swappable implementation.
https://dev.to/hongster85/dependency-injection-understand-in-3-minutes-3a5k
#bestpractices #coding #codingprinciples #designpattern #programming #dependencyinjection
-
via @dotnet : Implementing Cross-Platform In-App Billing in .NET MAUI Applications
https://ift.tt/T4RY19z
#DotNetMAUI #InAppBilling #CrossPlatform #MobileDevelopment #GooglePlayBilling #StoreKit #MicrosoftStore #DependencyInjection #MVVM #AppDevelopment #Softwar… -
Neu im Forum:
Neue dependency-injection 7.4 kann Systeme brechen
https://t3forum.net/d/1047-neue-dependency-injection-74-kann-systeme-brechen
-
[com.stuartsierra/component "1.2.0"]
‘Component’ is a #DependencyInjection and lifecycle management framework for #Clojure.
This release makes SystemMaps Closeable, so you can use them in `with-open`.
Having dredged up the steps to deploy on Clojars and, miraculously, still having all the right credentials, I made a new release, the first in over 2 years!
https://github.com/stuartsierra/component
https://clojars.org/com.stuartsierra/component/versions/1.2.0
https://github.com/stuartsierra/component/blob/master/CHANGES.md -
via @dotnet : Upgrading to Microsoft Agent Framework in Your .NET AI Chat App
https://ift.tt/JARZoFE
#MicrosoftAgentFramework #DotNet #AIChatApp #AIIntegration #Chatbot #CSharp #VisualStudio #AzureOpenAI #DependencyInjection #Middleware #SemanticSearch #Software… -
Is your Koin configuration slowing down your Kotlin/Android app? 🐌
My new interview with @kotzilla is LIVE!
We dive into their AI Performance Monitoring platform that catches issues & automatically generates contextual fix prompts for Gemini/Copilot. ✨
The future of DI is self-healing! 🩺
#Kotlin #AndroidDev #Koin #AIPerformance #DependencyInjection
-
Are you sure you're getting Dependency Injection right in SwiftUI?
A thought-provoking analysis of common mistakes in DI within SwiftUI, exploring three key patterns for managing dependencies.
🔗: https://azamsharp.com/2025/09/08/why-90-percent-swiftui-apps-gets-dependency-injection-wrong.html by @azamsharp
-
Suffering from the scourge of insomnia? Want to fall asleep to the sounds of a Haskell application being assembled component by component?
If so, you're in luck. In this 1-hour video I give a demo of how to use the "cauldron" library to wire all the components of a Haskell application at the composition root.
-
🎤 Speaker announcement!
Pimcore Community Dev DaysWe're excited to announce that Alexander M. Turek will be joining us at the Pimcore Community Dev Days on 13 November!
In his talk, 'Deep Dive into @symfony’s Dependency Injection Component', Alexander will unpack the magic behind Autowiring, Autoconfiguration, and Service Discovery. You'll get practical insights and deeper understanding of Symfony’s core features.
Whether you're building with Pimcore, Symfony, or any modern PHP stack—this session is for you.
📍 Frankfurt am Main
📅 13 November 2025ℹ️ Find out more 🔗 https://t1p.de/exsej
🎟️ Get your ticket 🔗 https://t1p.de/hlbkj
👔 LinkedIn Event Page 🔗 https://t1p.de/6xssv#Pimcore #Symfony #DependencyInjection #PHP #TechEvent #WebDevelopment #DeveloperCommunity #PCCD25
-
Why would anyone need a whole framework to pass a value into a constructor? 🤔 It's like hiring a team of architects to help you open a door. 🚪 Let’s face it, the real 'dependency injection' here is injecting #common #sense into tech discussions. 😂
http://rednafi.com/go/di_frameworks_bleh/ #dependencyinjection #techhumor #softwaredevelopment #programmingjokes #HackerNews #ngated -
You probably don't need a dependency injection framework
http://rednafi.com/go/di_frameworks_bleh/
#HackerNews #dependencyinjection #frameworks #softwaredevelopment #programming #bestpractices #coding
-
Announcing CommandLineExtensions, a .NET DI Compatible System.CommandLine Facade | by Peter Ritchie.
https://blog.peterritchie.com/posts/announcing-commandlineextensions
-
Microsoft's HTTP resilience package simplifies using Polly with HTTP client
https://www.damirscorner.com/blog/posts/20250328-HttpResilienceWrapperForPolly.html
-
🇫🇮🐍 Welcome to our next meetup on Wednesday 19th March 2025 at Taiste:
Talks:
✒️ @hamatti - Why developers should write blog posts
💉 Sakari Cajanus - Dependency injection in Python (or why Python is not Java)
🦀 Mislav Novakovic - Refactoring to Rust
And the famous HelPy quiz!
https://www.meetup.com/helpy-meetups/events/306522919/
Please also drop us a line if you’d like to give a talk in April or beyond ⭐
#HelPy #Helsinki #Python #meetup #writing #blogging #DependencyInjection #Rust
-
Une lib d'injection de dépendence (pattern IoT pour *Inversion of Control*) TypeScript qui semble assez simple à utiliser.
-
Argh, I'm refactoring some old Rust code to test it better, and https://github.com/rust-lang/rust/issues/100013 is not letting me use generics to invert dependencies in order to inject some test code into an async function.
I thought I was being such a clever clogs. As I swore in the comment on the offending function, Buttmuppets!
This bug with lifetimes and generic associated types is really unpleasant to discover on a Sunday. Butt. Muppets.
#rust #gat #dry #DependencyInjection #test #async #nonblocking
-
One of our most vital in-depth chapters about #DependencyInjection and #PHP architecture has been updated with a lot of effort from 👏 @lolli - we are happy for getting feedback on these changes.
Please see:
https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/PhpArchitecture/Index.html
-
Learn essential object oriented programming patterns in PHP including creational structural behavioral and concurrency patterns for efficient coding
https://colisty.netlify.app/courses/php_objects_object_oriented_programming_software_patterns_on_demand/
#php #objectorientedprogramming #softwarepatterns #creationalpatterns #structuralpatterns #behavioralpatterns #concurrencypatterns #dependencyinjection