Jesus Fernandez

Software Architecture/Engineering

Welcome to my blog, where I talk about technology, software architecture/engineering and everything in between.
  • All topics
  • Architecture
  • Backend
  • Data Structures
  • Software Design
image
Choosing the right collection in .NET

As a developer, we usually have to choose the right collection for the task at hand, considering each collection's time complexity in a given scenario...

Read more →

image
WCF Data Services: JSON Format

Having a publicly available API means that it should offer interoperability. In order to do this, we should take into consideration different message formats, such as XML, JSON, YAML, etc...

Read more →