Front-end development tips for beginners

by

I’ve been coding my entire life and my true passion is front-end development.

Incredible CSS skills

by

HTML/CSS drawing in the style of an 18th-century oil painting.

LocalStorage vs SessionStorage vs Cookies

by

Code

Some developers may find it difficult to explain the difference between localStorage, sessionStorage cookies.

VSCode extensions I use

by

A couple of months ago I switched to VSCode, an open-source code editor and it’s been great!

Vue.js custom watchers

by

In this tutorial, you’ll learn how to create custom watchers to react to data changes in Vue.js.

Sass (SCSS) mixins that I use with Vue.js & WordPress

by

I’ve created a repository with a list of SCSS mixins that I’ve been using in my personal projects.

React native – can’t read property ‘router’ of null

by

If you get the following error message ‘Can’t read property ‘router’ of null’ in Router.js, you’ll need to make a container scene as root.

React native tab bar icon with title

by

A lot of you are wondering how to add a title to the tab bar.