Careers 2.0 by Stack Overflow
gravatar
profile updated
on Oct 26, 2011

Iulian Margarintescu

Cluj-Napoca, Romania

www.erata.net

Top 10% Stack Overflow for
Top 20% Stack Overflow for
Top 30% Stack Overflow for
Currently Project Manager at Recognos, and Senior Developer at Recognos.

Accomplished Software Developer with 10+ years background experience ranging from UNIX kernel module development to Line of Business Client Applications.

Technologies

Dislikes:

Experience show all

Project Manager, Recognos

September 2008 - Current

Lead and Coordinate software development projects

Senior Developer, Recognos

September 2008 - Current

Architect and implement reliable, efficient solutions

CTO, Perlica Technologies

2003 - July 2008

Product Management, Senior Developer, Architect, Project Manager

Software Developer, Net solution SRL

2001 - 2003

Software developer, System administration

Education

Software developer certification, Informatics Highscool

1996 - 2000

4th place at National Olympiad in Informatics

Stack Exchange show all Last seen yesterday

Open Source (13) show all

EventStore

GitHub, Feb 2011 - Nov 2011; followed by 2 people

Yet another event storage for event sourcing.

I've been using the eventstore in a few projects, I've provided a few fixes to the author and wrote a sample project.


NanoMessageBus

GitHub, Feb 2011 - Jan 2012; followed by 3 people

An ultra-lightweight pub/sub message bus. Think NServiceBus, but smaller and with training wheels.

I've used NanoMessageBus in production with success, contributed back some changes to make it production ready.


StorageAccess

GitHub, Feb 2011 - Apr 2011

Abstracts storage engine data access operations behind a simple, CRUD-based interface.


CQRSEventSourcingSample

GitHub, Feb 2011 - Jan 2013; followed by 45 people; forked 14 times

Sample project built to demonstrate CQRS with Event Sourcing with the help of Jonathan Oliver's EventStore, NanoMessageBus, CommonDomain and StorageAccess projects

I've written this project to demonstrate how to integrate various components from the CQRS - EventSourcing world.


CommonDomain

GitHub, Feb 2011 - Nov 2011

Encapsulates various infrastructure concerns for domains.


WCF-Ioc-Nhibernate-Sample

GitHub, Mar 2011; followed by 4 people

Sample project demonstrating the usage of NHibernate with IOC in a WCF context


jquery-ui-multiselect-widget

GitHub, Mar 2011; followed by 2 people

jQuery UI MultiSelect widget


SerializationTests

GitHub, Apr 2011 - Feb 2013; followed by 7 people

Collection of tests for object serialization with various serialization libraries


ravendb

GitHub, Oct 2011 - Dec 2011

A linq enabled document database for .NET


NServiceBus

GitHub, Apr 2011

The most popular, open-source service bus for .NET


NHibernate.Caches.Membase

GitHub, May 2011; followed by 3 people

NHibernate Cache provider for Membase


diffbot

GitHub, Aug 2011 - Oct 2011

A .NET library for the Diffbot Frontpage and Article APIs


jquerytools

GitHub, Jul 2011

The missing UI library for the Web


8 more

Writing (7) show all

NServiceBus with NHibernate and MySQL

Erata.NET

In the last project I have been working i finally got a chance to design and implement a solution based on NServiceBus and NHibernate, two tools I’ve been watching for a…


A few things from C++ that i miss in C#

Erata.NET

The last 6-7 months i’ve been working mostly with C# and to be honest I’ve grown found to it. It has really nice features like lambda expressions, auto properties,…


Virtual Destructors

Erata.NET

Recently I’ve been involved in a thread on qt-interest mailing list about virtual destructors. A few people there suggested that you should always make the destructor of…


Cassette - Asset management for .NET web apps

Erata.NET

Cassette - a very nice asset management tool for .net web applications. It will basically take your assets ( javascript, coffescript, css, images ) and do the right…


NHibernate Cache Provider for Membase

Erata.NET

I've written a cache provider for NHibernate which uses Membase as a cache engine.


.NET Serialization Choices

Erata.NET

In .NET there are quite some choices available for serializing/deserializing objects, each available option has it's strengths and weaknesses.


Life with g++

Erata.NET

The intention of this article is to show a few useful ( i hope ) tips about using g++ in the every day development cycle. Also this article describes three build…


2 more

Reading

Domain-Driven Design: Tackling Complexity in the Heart of Software

Domain-Driven Design

Tackling Complexity in the Heart of Software

Eric Evans


Modern C++ Design: Generic Programming and Design Patterns Applied

Modern C++ Design

Generic Programming and Design Patterns Applied

Andrei Alexandrescu


C++ Coding Standards: 101 Rules, Guidelines, and Best Practices

C++ Coding Standards

101 Rules, Guidelines, and Best Practices

Herb Sutter, Andrei Alexandrescu