My WordPress .gitignore config file

by

In this article, I’ll share my WordPress .gitignore configuration file.

Things I put in .gitignore file for Vue.js projects

by

In this article, I’ll share a .gitignore file that I use for my Vue.js projects.

Top 10 most popular Vue.js tutorials

by

I’ve created a list of the 10 most popular Vue.js tutorials based on the page views.

Content type related post excerpt in WordPress

by

In this tutorial, you’ll learn how to change post excerpt depending on content type.

Enjoying the moment

by

Hey everyone, this post is not going to be about coding.

How to show Vue.js app version in templates

by

In this tutorial, you’ll learn how to display your current app version in templates.

How to get the current URL in JavaScript

by

In this tutorial, you’ll learn how to get the current page URL.

Get the day of the year in JavaScript

by

In this tutorial, you’ll learn how to get the day of the year from a Date object in JavaScript.

How to change excerpt length in WordPress

by

In this tutorial, you’ll learn how to change the default excerpt length in WordPress.

How to separate numbers with commas in JavaScript

by

In this tutorial, you’ll learn how to place a comma every three digits in JavaScript.