.net

Recursos de programación de .net
I have some obsessive tendency to accumulate info/resources for learning (talks, presentations, blog post, books, podcast, etc).From time to time I need to carry out an exercise to identify the things that I want to learn to complement my actual skills... This exercise helps me to narrow (temporarily) my scope for learning and gain speed, focus and motivation.The process:I bring together a lot of topics that I am interested in (from languages, and technologies, to soft skills, and...
I have some obsessive tendency to accumulate info/resources for learning (talks, presentations, blog post, books, podcast, etc).From time to time I need to carry out an exercise to identify the things that I want to learn to complement my actual skills... This exercise helps me to narrow (temporarily) my scope for learning and gain speed, focus and motivation.The process:I bring together a lot of topics that I am interested in (from languages, and technologies, to soft skills, and...
These are some interesting talks/podcast that I've seen during August:LeanBreaking Business Bottlenecks - Theory of Constraints (3mins)Serverless and ArchitectureFunctional architecture - The pits of success - Mark SeemannServerless Architectures Mike RobertsIf (domain logic) then CQRS, or Saga? Udi DahanPatrick Kua on Growing Technical Leadership and Evolutionary Architecture (InfoQ Engineering Culture Podcast)Event Driven Serverless with Sebastien Goasgoen (Software Engineering Daily Podcast)O...
These are some interesting talks/podcast that I've seen during August:LeanBreaking Business Bottlenecks - Theory of Constraints (3mins)Serverless and ArchitectureFunctional architecture - The pits of success - Mark SeemannServerless Architectures Mike RobertsIf (domain logic) then CQRS, or Saga? Udi DahanPatrick Kua on Growing Technical Leadership and Evolutionary Architecture (InfoQ Engineering Culture Podcast)Event Driven Serverless with Sebastien Goasgoen (Software Engineering Daily Podcast)O...
Pub-Sub / Publish-Subscribe"In software architecture, publish–subscribe is a messaging pattern where senders of messages, called publishers, do not program the messages to be sent directly to specific receivers, called subscribers, but instead categorize published messages into classes without knowledge of which subscribers, if any, there may be. Similarly, subscribers express interest in one or more classes and only receive messages that are of interest, without kn...
Pub-Sub / Publish-Subscribe"In software architecture, publish–subscribe is a messaging pattern where senders of messages, called publishers, do not program the messages to be sent directly to specific receivers, called subscribers, but instead categorize published messages into classes without knowledge of which subscribers, if any, there may be. Similarly, subscribers express interest in one or more classes and only receive messages that are of interest, without kn...
Continuing with my process of recovering my previous reading habit (books-i-have-read-in-last-12-months http://www.eferro.net/search/label/books ) these are the books that I read lately:"Nonviolent Communication: A Language of Life"  Marshall B. Rosenberg Review"The Power of Habit: Why We Do What We Do in Life and Business" Charles Duhigg"Los 7 Habitos de la Gente Altamente Efectiva" Stephen R. Covey"The Toyota Way" Jeffrey Liker"Algorithms to Live By: The Computer Science of Human Deci...
Continuing with my process of recovering my previous reading habit (books-i-have-read-in-last-12-months http://www.eferro.net/search/label/books ) these are the books that I read lately:"Nonviolent Communication: A Language of Life"  Marshall B. Rosenberg Review"The Power of Habit: Why We Do What We Do in Life and Business" Charles Duhigg"Los 7 Habitos de la Gente Altamente Efectiva" Stephen R. Covey"The Toyota Way" Jeffrey Liker"Algorithms to Live By: The Computer Science of Human Deci...
As a complement to the previous blog post Queues vs Distributed logs (tech pill) this blog post describes how to solve a concrete business problem using a distributed log and a queue.... I used this design several times in production with good results.Any feedback or improvements of the design will be more than welcomed :)The problem:We have to implement a business process with the following characteristics:The business process (Job1) can be divided into three different sequential phas...
As a complement to the previous blog post Queues vs Distributed logs (tech pill) this blog post describes how to solve a concrete business problem using a distributed log and a queue.... I used this design several times in production with good results.Any feedback or improvements of the design will be more than welcomed :)The problem:We have to implement a business process with the following characteristics:The business process (Job1) can be divided into three different sequential phas...