Update covers
This commit is contained in:
@ -4,7 +4,7 @@ type: story
|
||||
language: css
|
||||
tags: [visual]
|
||||
author: chalarangelo
|
||||
cover: pink-flower-tree
|
||||
cover: bridge-over-road
|
||||
excerpt: A short, opinionated CSS reset to make your websites look great everywhere.
|
||||
dateModified: 2022-10-16T05:00:00-04:00
|
||||
---
|
||||
|
||||
@ -4,7 +4,7 @@ type: cheatsheet
|
||||
language: git
|
||||
tags: [configuration,cheatsheet]
|
||||
author: chalarangelo
|
||||
cover: organizer
|
||||
cover: compass-1
|
||||
excerpt: Increase your productivity by creating aliases for many common git operations.
|
||||
dateModified: 2021-06-12T19:30:41+03:00
|
||||
---
|
||||
|
||||
@ -4,7 +4,7 @@ shortTitle: HTTP status codes
|
||||
type: cheatsheet
|
||||
tags: [webdev,http]
|
||||
author: chalarangelo
|
||||
cover: lake-runner
|
||||
cover: hiking-walking
|
||||
excerpt: Familiarize yourself with the most common HTTP status codes with this handy cheatsheet.
|
||||
dateModified: 2021-06-12T19:30:41+03:00
|
||||
---
|
||||
|
||||
@ -5,7 +5,7 @@ type: tip
|
||||
language: javascript
|
||||
tags: [array,iterator,generator]
|
||||
author: chalarangelo
|
||||
cover: colorful-plastic
|
||||
cover: rain-shopping
|
||||
excerpt: Did you know you can define an iterator for any JavaScript value? This quick tip will show you how.
|
||||
dateModified: 2021-06-12T19:30:41+03:00
|
||||
---
|
||||
|
||||
@ -5,7 +5,7 @@ type: story
|
||||
language: javascript
|
||||
tags: [string]
|
||||
author: chalarangelo
|
||||
cover: sea-view-2
|
||||
cover: cave-explorer
|
||||
excerpt: Let's have a look at how to check if a string contains a substring in JavaScript.
|
||||
dateModified: 2022-07-27T05:00:00-04:00
|
||||
---
|
||||
|
||||
@ -5,7 +5,7 @@ type: question
|
||||
language: javascript
|
||||
tags: [type,variable]
|
||||
author: chalarangelo
|
||||
cover: highlands
|
||||
cover: green-css
|
||||
excerpt: JavaScript variables can be declared a handful of ways. However, understanding their differences can drastically change the way you code.
|
||||
dateModified: 2021-12-02T09:50:42-04:00
|
||||
---
|
||||
|
||||
@ -5,7 +5,7 @@ type: story
|
||||
language: javascript
|
||||
tags: [array]
|
||||
author: chalarangelo
|
||||
cover: violin
|
||||
cover: rocky-beach-waves
|
||||
excerpt: A few tips and tricks to help you filter arrays in JavaScript more efficiently.
|
||||
dateModified: 2022-09-28T05:00:00-04:00
|
||||
---
|
||||
|
||||
@ -5,7 +5,7 @@ type: tip
|
||||
language: javascript
|
||||
tags: [object,performance]
|
||||
author: chalarangelo
|
||||
cover: mountain-lake-cottage
|
||||
cover: hiking-balance
|
||||
excerpt: Dynamically adding object properties can be pretty slow in some cases. Here's how to optimize it.
|
||||
dateModified: 2022-11-02T05:00:00-04:00
|
||||
---
|
||||
|
||||
@ -4,7 +4,7 @@ shortTitle: dict.get(key) vs dict[key]
|
||||
type: tip
|
||||
language: python
|
||||
tags: [dictionary]
|
||||
cover: fruit-feast
|
||||
cover: compass-2
|
||||
excerpt: Learn the difference between two common ways to access values in Python dictionaries and level up your code today.
|
||||
dateModified: 2021-06-12T19:30:41+03:00
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user