Category Programming
[Talk] Using Lucene/Solr to Surface the Big Data of Social Media
[Excuse the sounds issues happening at different points during the video] The following talk is from Glenn Engstrand, formerly a Senior Software Engineer from the platform team at Zoosk. It’s just about 38 min long. I found it interesting in regards to using SOLR search functionalities for building a scalable system handling millions of users and […]
.NET Dependency Injection Frameworks
As Martin Fowler mentions it in his article, the basic idea of the Dependency Injection (DI) is to have a separate object, that populates a field in another class with an appropriate implementation of a specific interface. DI can be applied in three different ways: Constructor Injection, Setter Injection, and Interface Injection. A container I’ve used on several […]
Agility and Architecture by Bob Martin
From Simula to C++? Writing a pre-processor to make C look like Simula? And then comes C++? And then the concept of use cases from Ivar Jacobson is introduced? So now we are talking about maybe using C++ and using use cases for designing things? And then comes the gang of four with Design Patterns? […]
C# vs Python – Part 2
I have with C# for easily about 8 – 10 years and I love the language. I have worked with Python for much less time. Probably about 1 year in total and I also like the language. There are a lot of discussions on the web in regards to differences, pros and cons betweens specific languages. […]
C# vs Python – Part 1
I have with C# for easily about 8 – 10 years and I love the language. I have worked with Python for much less time. Probably about 1 year in total and I also like the language. There are a lot of discussions on the web in regards to differences, pros and cons betweens specific languages. […]