How I implemented toast notifications in the Vue application using Vuex

Toast notifications, among other things like for example loaders, are a basic functionality that usually is implemented before first release. This is because of their meaning in application. If user … Continue reading “How I implemented toast notifications in the Vue application using Vuex”

How I implemented the loader in the Vue application, using Vuex and TypeScript decorators

Loaders are one of the basic functionalities that appear in applications and which are of great importance for user experience. Their purpose is to show the user that the application … Continue reading “How I implemented the loader in the Vue application, using Vuex and TypeScript decorators”

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”

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”

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”

CSS methodologies. Part 2

BEM methodology In the second post of my series on the CSS methodologies we will present the most popular of them – the BEM methodology. If you want to know … Continue reading “CSS methodologies. Part 2”