Skip to content

Commit 2ecadba

Browse files
committed
Fix tags, languages and templates
1 parent 5c913d2 commit 2ecadba

245 files changed

Lines changed: 479 additions & 240 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

articles/s/10-vs-code-extensions-for-js-developers.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
title: 10 must-have VS Code extensions for JavaScript developers
33
shortTitle: Essential VS Code extensions
44
type: story
5+
language: javascript
56
tags: [devtools,vscode]
67
author: chalarangelo
78
cover: computer-screens
8-
excerpt: VS Code is steadily gaining popularity among developers. Here are 10 essential extensions for JavaScript developers that aim to increase your productivity.
9+
excerpt: Boost your productivity with these 10 essential VS Code extensions for JavaScript developers.
910
unlisted: true
1011
dateModified: 2021-06-12T19:30:41+03:00
1112
---

articles/s/25-css-gradients.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: 25 CSS gradients for your next project
33
shortTitle: CSS gradients
44
type: cheatsheet
5-
tags: [css,visual]
5+
language: css
6+
tags: [visual]
67
author: chalarangelo
78
cover: colors-mural
89
excerpt: We hand picked 25 of our favorite CSS gradients from uiGradients for your next design. Get them now!

articles/s/4-javascript-array-methods.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: 4 JavaScript Array methods you must know
33
shortTitle: Useful array methods
44
type: story
5-
tags: [javascript,array,cheatsheet]
5+
language: javascript
6+
tags: [array,cheatsheet]
67
author: chalarangelo
78
cover: arrays
89
excerpt: JavaScript arrays have a very robust API offering some amazing tools. Learn the 4 must-know JavaScript array methods in this quick guide.

articles/s/4-seo-tips-for-developers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 4 SEO tips for developers
33
shortTitle: SEO tips
44
type: story
5-
tags: [seo,webdev]
5+
tags: [webdev,seo]
66
author: chalarangelo
77
cover: sunrise-over-city
88
excerpt: SEO is a very relevant topics that most developers are inexperienced in. Here are 4 actionable SEO tips you can implement today.

articles/s/5-tips-for-better-pull-requests.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: 5 tips for better Pull Requests
33
type: story
4-
tags: [git,github,programming,webdev]
4+
language: git
5+
tags: [github,programming,webdev]
56
author: chalarangelo
67
cover: keyboard-tea
78
excerpt: Writing good code is only part of the job. Here are 5 tips to improve your pull requests and help people review them.

articles/s/6-javascript-regexp-tricks.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: 6 JavaScript Regular Expression features you can use today
33
shortTitle: JavaScript Regular Expression tips
44
type: story
5-
tags: [javascript,string,regexp]
5+
language: javascript
6+
tags: [string,regexp]
67
author: chalarangelo
78
cover: taking-photos
89
excerpt: Regular expressions are very powerful, but hard to master. Understand these features and start using them in your JavaScript code.

articles/s/6-python-f-strings-tips.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: 6 Python f-strings tips and tricks
33
type: story
4-
tags: [python,string]
4+
language: python
5+
tags: [string]
56
author: chalarangelo
67
cover: sea-view
78
excerpt: Python's f-strings can do a lot more than you might expect. Learn a few useful tips and tricks in this quick guide.

articles/s/7-chrome-extensions-for-web-developers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: 7 essential Chrome extensions for web developers
33
shortTitle: Essential Chrome extensions
44
type: story
5-
tags: [devtools,webdev]
5+
tags: [webdev,devtools]
66
author: chalarangelo
77
cover: computer-screens
8-
excerpt: Google Chrome's developer tools are nothing short of amazing. Here are 7 must-have extensions you can add to increase your productivity even further.
8+
excerpt: Boost your productivity with 7 must-have Google Chrome developer tool extensions.
99
unlisted: true
1010
dateModified: 2021-06-12T19:30:41+03:00
1111
---

articles/s/8-tips-for-accessible-websites.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: 8 tips for accessible websites
33
shortTitle: Accessibility tips
44
type: story
5-
tags: [javascript,accessibility,webdev]
5+
language: javascript
6+
tags: [accessibility,webdev]
67
author: chalarangelo
78
cover: accessibility
89
excerpt: Accessibility (a11y) can improve your website and attract new users. Learn how to get started with these 8 quick tips.

articles/s/8-tips-for-remote-work.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: 8 tips for working from home
33
type: story
4-
tags: [career,programming,jobs,webdev]
4+
tags: [webdev,career,programming,jobs]
55
author: chalarangelo
66
cover: kettle-laptop
7-
excerpt: Working from home seems like a great alternative to going to the office, but there are challenges that come with it that you need to overcome...
7+
excerpt: Working from home seems great compared to going to the office, but there are challenges that come with it that you need to overcome.
88
unlisted: true
99
dateModified: 2021-06-12T19:30:41+03:00
1010
---

0 commit comments

Comments
 (0)