Rinat Abdullin on Efficient Software Development

?

Channel Reputation Rank

#124
?

Activity Status

Stale

last updated

According to the data and stats that were collected, 'Rinat Abdullin on Efficient Software Development' channel has an excellent rank. Despite such a rank, the feed was last updated more than a year ago. In addition 'Rinat Abdullin on Efficient Software Development' includes a significant share of images in comparison to the text content. 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 'Rinat Abdullin on Efficient Software Development' Channel

Articles on efficient software development with .NET, including IoC, ORM, Cloud Computing.

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

Long articles are widely used on 'Rinat Abdullin on Efficient Software Development' 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 'Rinat Abdullin on Efficient Software Development' 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 (they make up more than a quarter of all content). In addition the channel contains some materials of a basic readability level.

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 Rinat Abdullin on Efficient Software Development has no news yet.

But you may check out related channels listed below.

Greg's Event Store and Windows Azure

[...] About Event Store As you probably already know, Greg Young built a file-based Event Store with a team in Ukraine. The product was publicly announced last September and now they are [...]

Does your event store only serve one node?

[...] In reply to the question from Stacy: Does your event store only serve one node type? Or does your event store serve any and all nodes? I did it in various [...]

Migrating to EventStore in Windows Azure

[...] . Administration Here are a few considerations and assumptions that affect our requirements for Event Store server setup: Uptime with many nines is not critical for at the moment. Built-in Azure [...]

Migrating to EventStore in Windows Azure

[...] . Currently I'm working on gradual migration of our systems towards centralised EventStore on Windows Azure. Some community members expressed an interest in the process, so I'm sharing my current [...]

Migrating to EventStore in Windows Azure

[...] I’m working on gradual migration of our systems towards centralised EventStore on Windows Azure. Some community members expressed an interest in the process, so I’m sharing my current [...]

Use Software Design to Aid Your Development Process

[...] , where almost all changes are tested as they go through the scheduled regular releases to Windows Azure. Development teams have multiple developers (even though they can be moving between projects [...]

Behind the Scenes of DDD/ES Project - Salescast2

[...] ); Worker - console to run app server locally, it also acts as a worker role that can run on Windows Azure cloud. That's it. This is the only project-specific code of the application server that runs [...]

Essence of Domain-Driven Design - Re-Explained

[...] 's my interpretation, which tries to stay as close to the origins as possible. We apply Domain-Driven Design to help solving problems in some vast and complicated problem space. This problem space is [...]

Use Software Design to Aid Your Development Process

[...] . by applying basic techniques from object-oriented software programming, messaging and domain-driven design, one can build rather decoupled software that is relatively simple to reason about. Low [...]

Let's Talk about Paris: Domain vs. Implementation in

[...] of the mess in my examples). So let's have one more try in getting things right. So in Domain-Driven Design, domain is a part of business reality that is so important for us, that we want to capture [...]

Domain-Driven Design and Organizational Politics

[...] Domain-Driven Design can often lend a helping hand in diffusing a tight political situation in a conservative [...]

Making Sense of Insane Software Requirements

[...] once said "Writing is a thought that you can analyze". In the world of software design we can push it even further and say that "Code is a representation of the problem [...]

Designing Event-Driven Task Manager

[...] podcast and is covered there. We are writing this task manager as an exercise in software design and a few specific design patterns and approaches: event sourcing; command-query [...]

How to produce a superb software design?

[...] (e.g. put the ones that are used most frequently - upfront). Same principle can apply to software design. Even though software size is rarely a limitation these days, our mind is quite limited in [...]

Designing Event-Driven Task Manager

[...] podcast and is covered there. We are writing this task manager as an exercise in software design and a few specific design patterns and approaches: event sourcing; command-query [...]

Replicating events to remote EventStore

[...] server; where possible, discard server-side command handlers and host aggregate logic directly in Web UI. One of these initial steps involves replication of events from production event store to new [...]

Replicating Events to Remote EventStore

[...] server; where possible, discard server-side command handlers and host aggregate logic directly in Web UI. One of these initial steps involves replication of events from production event store to new [...]

How Micro-Services Approach Worked Out in Production

[...] push them to all subscribers Windows Azure to host backend workers and frontend ASP.NET MVC 4 for Web UI [...]

Lokad Topologies

[...] would need a way to send commands (rename user) or report events (user logged into the web UI). Obviously, these would go to the same "command router" or "event recorder" [...]

How I Stopped Worrying and Learned to Love the WWW and UNIX Way

[...] can be plugged internally). All of a sudden, this: reduces software complexity (e.g.: your backend server is only accepts one-way commands in JSON over HTTP and publishes events as JSON entities in [...]

How I Stopped Worrying and Learned to Love the WWW and UNIX Way

[...] can be plugged internally). All of a sudden, this: reduces software complexity (e.g.: your backend server is only accepts one-way commands in JSON over HTTP and publishes events as JSON entities in [...]

How Micro-Services approach worked out in production

[...] more monolithic, where it was absolutely necessary). Still the result is quite nice: 13 backend components which have on average 4-5 classes and the same number of public methods; 2 thin UI [...]

How Micro-Services approach worked out in production

[...] more monolithic, where it was absolutely necessary). Still the result is quite nice: 13 backend components which have on average 4-5 classes and the same number of public methods; 2 thin UI [...]

How Micro-Services Approach Worked Out in Production

[...] more monolithic, where it was absolutely necessary). Still the result is quite nice: 13 backend components which have on average 4-5 classes and the same number of public methods; 2 thin UI [...]

One Example of Using Message-Driven Design at Lokad

[...] . Making software free is easy. Making software usable without support is much harder. So Lokad developers had to create complicated heuristics to help customers deal with the problems. TSV parsing [...]

One Example of Using Message-Driven Design at Lokad

[...] . Making software free is easy. Making software usable without support is much harder. So Lokad developers had to create complicated heuristics to help customers deal with the problems. TSV parsing [...]

?Key Phrases
Greg's Event Store and Windows Azure

[...] About Event Store As you probably already know, Greg Young built a file-based Event Store with a team in Ukraine. The product was publicly announced last September and now they are [...]

Does your event store only serve one node?

[...] In reply to the question from Stacy: Does your event store only serve one node type? Or does your event store serve any and all nodes? I did it in various [...]

Migrating to EventStore in Windows Azure

[...] . Administration Here are a few considerations and assumptions that affect our requirements for Event Store server setup: Uptime with many nines is not critical for at the moment. Built-in Azure [...]

Related channels