Convert some blog stories to tips

This commit is contained in:
Angelos Chalaris
2020-11-15 11:10:27 +02:00
parent 95cb48a93d
commit e68275126a
5 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
---
title: Refactoring your for...in loops to avoid ESLint warnings
type: story
title: "Tip: Refactoring your for...in loops to avoid ESLint warnings"
type: tip
tags: javascript,array,iterator,eslint
authors: chalarangelo
cover: blog_images/copy-text-to-clipboard-with-javascript.jpg

View File

@ -1,6 +1,6 @@
---
title: How can I add multiple authors to a commit?
type: question
title: "Tip: How to add multiple authors to a commit"
type: tip
tags: git,github,programming,webdev
authors: chalarangelo
cover: blog_images/book-chair.jpg

View File

@ -1,6 +1,6 @@
---
title: How can I swap two variables in JavaScript?
type: question
title: "Tip: How to swap two variables in JavaScript"
type: tip
tags: javascript,array,variables
authors: chalarangelo
cover: blog_images/javascript-swap-two-variables.jpg

View File

@ -1,6 +1,6 @@
---
title: Debugging Node.js using Chrome Developer Tools
type: story
title: "Tip: Debugging Node.js using Chrome Developer Tools"
type: tip
tags: javascript,node,debugging
authors: chalarangelo
cover: blog_images/nodejs-chrome-debugging.jpg

View File

@ -1,6 +1,6 @@
---
title: Prefetching resources in the browser
type: story
title: "Tip: Prefetching resources in the browser"
type: tip
tags: webdev,html,browser
authors: chalarangelo
cover: blog_images/prefetching-resources.jpg