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”

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”

SMACSS methodology

In this post I will discuss the SMACSS methodology – Scalable and Modular Architecture for CSS. The name alone explains the purpose of its introduction – the creation of a … Continue reading “SMACSS methodology”

Object Oriented CSS methodology

In this post, we will discuss the Object Oriented CSS methodology created by Nicole Sullivan in 2008. It’s an approach that has a lot in common with the object-oriented programming … Continue reading “Object Oriented CSS methodology”

How to become a frontend developer at Aspire?

The traineeship programme at Aspire Systems is an opportunity for many people to challenge themselves as a Frontend Developer. Due to the fact that for the majority of people it … Continue reading “How to become a frontend developer at Aspire?”

How to become a Frontend Developer at Aspire? Part 4

In the previous articles (part 2 and part 3) I’ve pictured my general advice on how to prepare to the recruitment process. Now I would like to present some details … Continue reading “How to become a Frontend Developer at Aspire? Part 4”

How to become a Frontend Developer at Aspire? Part 3

In the previous blog post (“How to become a Frontend Developer at Aspire?” Part 1 and Part 2) I focused mainly on the CV. This time I would like to focus on … Continue reading “How to become a Frontend Developer at Aspire? Part 3”

Say Hi to Swift 5! Part 2: Language improvements

On March 25 swift 5 had been released. It marked a major milestone in Swift language evolution, mostly by ABI stability. While this update builds blocks and fundamentals for future … Continue reading “Say Hi to Swift 5! Part 2: Language improvements”