me

Developer Pills

small bits of knowledge for all developers

Centering a Div using CSS

Centering a div is a common task in web development, but there are several ways to achieve it. Let's explore some of the most popular methods.

March 27th, 2023

Harnessing Vuex Power

Vuex is the official state management library for Vue.js applications. It provides a centralized store for managing the state of your application

March 2nd, 2023

Introduction to Git

Understanding the basics of Git is a must for every developer. Checkout this post to learn the basics.

Jan 26th, 2023

JS Array methods explained

Manipulating data collections is a developers daily task. Checkout how the quickest way to do it via JavaScript.

Jul 16th, 2022
All Rights Reserved