Victor Savkin

?

Channel Reputation Rank

#193
?

Activity Status

Stale

last updated

According to the data and stats that were collected, 'Victor Savkin' channel has an excellent rank. Despite such a rank, the feed was last updated more than a year ago. The channel mostly uses long articles along with sentence constructions of the intermediate readability level, which is a result that may indicate difficult texts on the channel, probably due to a big amount of industrial or scientific terms.

About 'Victor Savkin' Channel

on Angular and Software Development

? Updates History Monthly Yearly
? Content Ratio
? Average Article Length

Long articles are widely used on 'Victor Savkin' as elaborated and interesting content can help the channel to reach a high number of subscribers. In addition there are a few medium length articles.

short

long

? Readability Level

Intermediate readability level is common for 'Victor Savkin' articles as it addresses the matters that demand certain level of education to be understood. Sometimes the channel gets even more difficult by issuing pieces of advanced readability level (there are just a few of them). In addition the channel contains materials of a basic readability level, making up more than one third of its content.

advanced

basic

? Sentiment Analysis

Positive emotional expressions prevail throughout the texts: they may include favorable reviews, appreciation or praise in regard to the subjects addressed on the channel. However, the channel also contains some rather negative or critical records that make up just a small amount of all its content.

positive

negative

Recent News

Unfortunately Victor Savkin has no news yet.

But you may check out related channels listed below.

Building Large Backbone Applications

[...] . The view deals with the DOM. It has no logic apart from setting up data bindings. The use case service only coordinates use case execution. The domain service and the entity contain the context- [...]

Hexagonal Architecture for Rails Developers

[...] adapters and are not a part of your application, they cannot contain any business logic. A use case service is a component that is responsible for the coordination logic we tend to put into our [...]

Supervising Presenters

[...] not persist them there either. The example above demonstrates what should be done instead. A use case service should be injected upon creation of the presenter and called when necessary. Another thing [...]

Hexagonal Architecture for Rails Developers

[...] adapters and are not a part of your application, they cannot contain any business logic. A use case service is a component that is responsible for the coordination logic we tend to put into our [...]

DartCasts.com Episode 2: Library Imports Dart has powerful...

[...] DartCasts.com Episode 2: Library Imports Dart has powerful mechanism for working with libraries. This screencast [...]

DartCasts.com Episode 3: Dart/JS Interop This screencast...

[...] DartCasts.com Episode 3: Dart/JS Interop This screencast demonstrates how to use Javascript libraries from Dart. [...]

DartCasts.com Episode 4 Dart/JS Interop (Part 2) This...

[...] DartCasts.com Episode 4 Dart/JS Interop (Part 2) This screencast demonstrates how to use Javascript libraries [...]

DartCasts.com Episode 6 Interfaces

[...] DartCasts.com Episode 6 Interfaces [...]

Contrasting Backbone and Angular

[...] is an old one (goes back to the original MVC pattern). Event handling configuration and data bindings are declarative. Event handling itself, on the other hand, is imperative. Backbone does not [...]

Supervising Presenters

[...] structure. Wrapping Up The supervising presenter pattern uses the observer synchronization (data bindings) for setting up simple relationships and the flow synchronization for complex ones. The view [...]

Building Models in Backbone and Angular

[...] the server. Backbone models are used when observable properties are needed (e.g., setting up data bindings). This often leads to having two versions of the same object: one for data bindings, and the [...]

Supervising Presenters

[...] structure. Wrapping Up The supervising presenter pattern uses the observer synchronization (data bindings) for setting up simple relationships and the flow synchronization for complex ones. The view [...]

Why You Should Use Dart for Your Next Project

[...] language itself are getting more and more attention as JavaScript applications get bigger. The Dart platform is built to address these problems and make building large client-side applications easier. [...]

Dart is a new language for building web applications. Though...

[...] is a new language for building web applications. Though it’s still a technology preview, the Dart platform is already mature enough to try it out. This screencast demonstrates how to build a simple [...]

DartCasts.com I’m starting this project to promote the...

[...] DartCasts.com I’m starting this project to promote the Dart platform. The plan is to publish a screencast every other week. Your feedback is welcomed. Episode 1: [...]

My Experience with Dart

[...] JavaScript, HTML, and CSS support. There are, however, some issues with supporting the Dart platform itself. On the whole, I’m satisfied with the Dart plugin, but there are lots of thing to [...]

Marionette.RequestResponse Considered Harmful

[...] Depending upon lots of library abstractions is not the best idea. It often violates the hexagonal architecture, which makes testing and reusability harder. That is why I consider replacing a [...]

Using JavaScript to Rescue Legacy Rails Applications

[...] More Read more about use case services and passive controllers in my article "Hexagonal Architecture for Rails Developers". Kent Beck talks about parallel implementations in his [...]

Marionette RequestResponse Considered Harmful

[...] Depending upon lots of library abstractions is not the best idea. It often violates the hexagonal architecture, which makes testing and reusability harder. That is why I consider replacing a [...]

Hexagonal Architecture for Rails Developers

[...] with different approaches trying to make their Rails applications more maintainable. The hexagonal architecture is one such approach. And in this article I am going to show how it can be used with [...]

Domain Driven Design for Rails Developers. Part 3: Aggregates.

[...] Domain Driven Design for Rails Developers. Part 3: Aggregates.: You start with nicely designed groups of objects. All the objects have [...]

DDD for Rails Developers. Part 2: Entities and Values.

[...] DDD for Rails Developers. Part 2: Entities and Values.: I’ve started writing a series of blog posts about using the [...]

DDD for Rails Developers. Part 1: Layered Architecture.

[...] DDD for Rails Developers. Part 1: Layered Architecture.: Working on large rails applications I’ve noticed that in [...]

Using JavaScript to Rescue Legacy Rails Applications

[...] about use case services and passive controllers in my article “Hexagonal Architecture for Rails Developers”. Kent Beck talks about parallel implementations in his famous presentation on responsive [...]

Building Rich Domain Models in Rails. Separating Persistence.

[...] https://github.com/nulogy/edr The company I work for just started a blog about building domain centric applications with Rails. If you are into this kind of stuff, please check it out. [...]

Building Rich Domain Models in Rails. Separating Persistence.

[...] https://github.com/nulogy/edr The company I work for just started a blog about building domain centric applications with Rails. If you are into this kind of stuff, please check it out. [...]

Hexagonal Architecture for Rails Developers

[...] .” by Victor Savkin The company I work for just started a blog about building domain centric applications with Rails. If you are into this kind of stuff, please check it out. [...]

Supervising Presenters

[...] ” by Victor Savkin. Nulogy The company I work for just started a blog about building domain centric applications with Rails. If you are into this kind of stuff, please check it out. [...]

Data Context Interaction: The Evolution of the Object Oriented Paradigm

[...] Data Context Interaction: The Evolution of the Object Oriented Paradigm: This article is a practical introduction [...]

New Project: DCI Sample

[...] Why DCI? DCI (Data Context Interaction) is a new way to look at object-oriented programming. Instead of focusing on individual [...]

DCI in Ruby

[...] DCI (Data Context Interaction) is a new way to look at object-oriented programming. If you’d like to read some theory [...]

Functional Refactoring in JavaScript

[...] added without breaking the interface of the function or changing its implementation. Model Data Transformations as a Pipeline Another useful practice of functional programming is modeling all data [...]

Building Large Backbone Applications

[...] with stubbed out serializers and storages. The serializer and deserializer are stateless data transformations, and, therefore, are easy to test. The storage does not have to be tested at all. Summing [...]

Building Models in Backbone and Angular

[...] and values? Not a problem. Like functional programming, persistent data structures, and data transformations? Use those. Doing either in Backbone is pretty much impossible. Summing Up The two [...]

?Key Phrases
Building Large Backbone Applications

[...] . The view deals with the DOM. It has no logic apart from setting up data bindings. The use case service only coordinates use case execution. The domain service and the entity contain the context- [...]

Hexagonal Architecture for Rails Developers

[...] adapters and are not a part of your application, they cannot contain any business logic. A use case service is a component that is responsible for the coordination logic we tend to put into our [...]

Supervising Presenters

[...] not persist them there either. The example above demonstrates what should be done instead. A use case service should be injected upon creation of the presenter and called when necessary. Another thing [...]

Hexagonal Architecture for Rails Developers

[...] adapters and are not a part of your application, they cannot contain any business logic. A use case service is a component that is responsible for the coordination logic we tend to put into our [...]

Related channels