Open in app
Home
Notifications
Lists
Stories

Write
Rafayel Arakelyan
Rafayel Arakelyan

Home

Dec 25, 2021

Concept of Injectors

The injector, as such, is not an integral part of dependency injection pattern. However, you probably won’t find any framework or project using dependency injection without injectors. Managing dependencies without injectors can be quite verbose. On the other hand, with injectors involved, we delegate all this work to some encapsulated…

12 min read

Concept of Injectors
Concept of Injectors

Dec 25, 2021

Dependency Injection as application design pattern

In fact, behind all the mysterious definitions and complex interpretations, the core concept of dependency injection is indeed pretty straightforward. The dependency injection is the process of passing some objects as dependencies to the target object, so that it can use them for internal implementations. Think of dependencies as services…

7 min read

Dependency Injection as application design pattern
Dependency Injection as application design pattern

Apr 12, 2020

Complete guide to Angular Dependency Injection framework

Dependency Injection as application design pattern. Concept of Injectors. DI framework in Angular. Common misunderstandings related to Angular DI. Advanced techniques and flexible usage of Angular DI. Dependency Injection as application design pattern In fact, behind all the mysterious definitions and complex interpretations, the core concept of dependency injection is indeed pretty straightforward.

19 min read

Complete guide to Angular Dependency Injection framework
Complete guide to Angular Dependency Injection framework

Published in Better Programming

·Aug 13, 2019

Dynamic Promise Chaining

Demonstration and comparison of recursive vs. reductive approaches — Introduction Nowadays many developers don’t realize the whole beauty of promises and the flexibility they provide. It’s a quite common thing to encounter code snippets where the promise is used just to fetch some data from a remote source, which can be implemented with simple callback functions all the same. …

Java Script

5 min read

Dynamic Promise Chaining
Dynamic Promise Chaining
Rafayel Arakelyan

Rafayel Arakelyan

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable