Storing serialized objects in a database. Good or bad?

Often we face a problem where and how to store our domain objects. This decision may be of great importance later. In this article, I’ll present you an option of … Continue reading “Storing serialized objects in a database. Good or bad?”

How to become a better web developer?

How to become a better web developer? There are countless ways to approach this subject. But here’s a list of on-line resources to learn web technologies, programming and much more, … Continue reading “How to become a better web developer?”

CSS methodologies, shadow DOM and components

This is the last entry in the series on CSS methodologies, so it’s time to share some thoughts that arose in the result of learning about this topic. Currently, many … Continue reading “CSS methodologies, shadow DOM and components”

Why we love programmers and testers?

This week we were celebrating Testers’ Day (9 September) and Programmers’ Day (13 September)! On this special occasion, we asked non-technical people of Aspire, what they like about them! Do … Continue reading “Why we love programmers and testers?”

IT books worth reading

At Aspire we love to read! We even have a quite impressive library at our office and our own library app. Reading is good not only for your brain. It … Continue reading “IT books worth reading”

Atomic Design methodology

In this post, I will discuss Atomic Design – a methodology for creating ‘systems’ (views). This is not a CSS methodology. However, it presents a very interesting approach to the … Continue reading “Atomic Design methodology”

Aspire’s favourite IT blogs

Blogging is a great way to systematize and share your knowledge with others! Especially IT blogs! That is why at Aspire we encourage everyone to write blog posts. We reward … Continue reading “Aspire’s favourite IT blogs”

Serverless Architecture in Azure

In this article, I would like to talk about serverless architecture in the scope of Microsoft Azure components. I assume that you have a basic understanding of what problems serverless … Continue reading “Serverless Architecture in Azure”

ASP.NET Mixed Authentication (ADFS and WindowsIntegrated)

In this article I will show you how to solve a problem I’ve recently stumbled upon. To my disbelief – there was no ready solution on Stack Overflow! The problem … Continue reading “ASP.NET Mixed Authentication (ADFS and WindowsIntegrated)”

Software messaging patterns and time travel

Messaging is one of these things everyone thinks they use and understand. If you look at events closely, they are fairly simple. Often it’s just a timestamp with few properties. … Continue reading “Software messaging patterns and time travel”