Oskar Gewalli's blog articles

0
comment
on 3/13/2015 3:26 PM
I like lint-tools. These kind of tools help by catching things that do not work well with the language. When you write C you can really benefit from lint, since the language has some quirks. When writing javascript you can be aided by jshint. I talked to a coworker at tretton37 about StyleCop. I get the feeling that there could probably be some better way of solving what is essentially a presentation issue. Perhaps a StyleButler that presents the code according to your StyleCop settings in the editor? Thi[...]
>> Read the full article
.
0
comment
on 3/13/2015 3:05 PM
The nice thing about using Kibana for your logs is that you get nice custom filtering. Thus it’s very easy for others to only view errors they feel that are relevant to them. If you have a many systems (gui’s, services, etc) where you pipe a lot of log data into the same log database, then it can be benefitial to to filter out systems that you’re not coding anything in. The downside of having easy filters is that it’s really easy to ignore errors. A screen with the graph of all errors could perhaps miti[...]
>> Read the full article
.
0
comment
on 3/13/2015 3:05 PM
The nice thing about using Kibana for your logs is that you get nice custom filtering. Thus it’s very easy for others to only view errors they feel that are relevant to them. If you have a many systems (gui’s, services, etc) where you pipe a lot of log data into the same log database, then it can be benefitial to to filter out systems that you’re not coding anything in. The downside of having easy filters is that it’s really easy to ignore errors. A screen with the graph of all errors could perhaps miti[...]
>> Read the full article
.
0
comment
on 3/3/2015 12:38 PM
Trying out OrigoDb, I found it interresting to try out a more raw file store approach and NEvent Store. Why the connection Event Sourcing and In memory databse? Mostly because I tried out OrigoDb first. In memory database feels like a nice fit for Event Sourcing (since the log that can restore the database can be persisted in an append only manner). Many of us have heard or read Martin Fowlers Event Sourcing. He mentions in memory databases in the article as well. OrigoDb is a bit easier to setup compare[...]
>> Read the full article
.
0
comment
on 3/3/2015 12:38 PM
Trying out OrigoDb, I found it interresting to try out a more raw file store approach and NEvent Store. Why the connection Event Sourcing and In memory databse? Mostly because I tried out OrigoDb first. In memory database feels like a nice fit for Event Sourcing (since the log that can restore the database can be persisted in an append only manner). Many of us have heard or read Martin Fowlers Event Sourcing. He mentions in memory databases in the article as well. OrigoDb is a bit easier to setup compare[...]
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper