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”

ag-grid

Ag-grid library basics

During my work as a frontend developer often enough I had to face a task of table creation. Tables needed to contain specific functionalities, starting from sorting and filtering, through … Continue reading “Ag-grid library basics”

jsPoland conference

A review of a conference related to the JavaScript language.

NgPoland conference

November 21 was the largest conference in Central and Eastern Europe regarding Angular – NG Poland. Organized for several years, it attracted crowds of fans of this framework. And they … Continue reading “NgPoland conference”

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”

Learn like a pro!

Every senior developer was once a beginner programmer. And each of us at the beginning of this road faces one major challenge: finding a reliable source of knowledge. Where to … Continue reading “Learn like a pro!”

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”