33 results for “topic:depedency-injection”
All About Dependency Confusion Attack, (Detecting, Finding, Mitigating)
Simple android application that consumes Rick and Morty API to display characters,episodes,Location. Using it to demonstrate clean architecture and modularization in android development.
🌀Dependency injection to achieve inversion of control -《从零开始实现依赖注入框架》
C++20 Dependency Injection library
Example of Clean Architecture iOS app using Combine and MVVM-C pattern in SwiftUI
Best Practice for Using Timers in .NET C#
Hi.. 👋 this is a sample to use mvp architecture + repository pattern + viewbinding + depedency injection with hilt
🧠 Effortless Dependency Injection for Swift Applications. Dependency only mirror of AppState
The Depramanager is a Visual Studio Code (VSCode) extension designed to help developers manage dependencies for various programming languages. It provides functionalities to analyze, sync, update, and install dependencies, ensuring that your project's dependencies are up-to-date and correctly declared.
Simple state management powered by ValueNotifier and InheritedWidget
Demo for use nestjs and apollo studio
RickAndMorty is an Android application developed in Kotlin that consumes the Rick and Morty API to display a list of characters and their details from the TV series.
Java Desktop CRUD Application
The Event Booking System is a full-stack ASP.NET Core 8.0 web app for managing and booking events. It uses a 3-tier architecture with MVC, Entity Framework Core, and MailKit for email notifications. Key features include user authentication, event management, and an admin dashboard.
Food Outlet AyamKu Delivery App for Final Year Project
An app that plays songs at the scheduled time
This project demonstrates **Dependency Injection (DI)** in Spring Framework using an **XML-based configuration**. Dependency Injection is a core feature of Spring that allows objects to define their dependencies and have them provided by the framework at runtime.
A .NET Core restful api using NoSQL database (RavenBD)
it is social media app, it is built using flutter and firebase, and it is like what's app, you can share your stores with your friends and you can add your posts like facebook.
kotlin sample app use pattern mvvm + retrofit2, viewbinding, and Depedency Injection with Kodein
No description provided.
Angular8 projects range from the basics to the advanced level
Aplikasi informasi gempa bumi, dalam aplikasi ini bisa melihat informasi gempa bumi yang terjadi di indoneseia, aplikasi ini mendapatkan data dari Api BMKG, pada aplikasi ini telah menerapkan Clean Architrecture, Dependency Injection (Koin), dan Test Driven Development (TDD).
No description provided.
An exercise in Object-Oriented Programming, through initially exploring the concepts of user stories and domain modelling. The entire project was pair-programmed between myself and my coding partner.
Backend written with pure NodeJS and TypeScript to practice some design patterns: N-Layer, Repository, Factory, Dependency Injection.
News app that keeps you updated with the latest news from various sources , explored by category.
Planet App with Jetpack Compose
This Spring Boot project demonstrates the use of ApplicationContext and Bean to implement a payment system. It dynamically selects and displays the name of the payment provider based on the user's choice during an online purchase.
A simple Spring project testing ability to build and configure applications using the spring framework.It includes discovery of dependency injections using java configuration,xml congigurations & autowiring.....I used a very resourceful course on pluralsight: https://app.pluralsight.com/library/courses/spring-framework-spring-fundamentals/table-of-contents to get on with this.