Skip to content

Commit fdca75c

Browse files
author
Sergei Orlov
committed
✨ Add Notion Cheatsheet post
1 parent b3b06cf commit fdca75c

File tree

17 files changed

+193
-3
lines changed

17 files changed

+193
-3
lines changed

assets/img/og.png

369 KB
Loading

content/2020/09/factory-arrow-functions-in-js/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ description: Use arrow functions for constructing objects in JavaScript. Part I.
1212
featured: true
1313
published: true
1414
imageShare: './og-image.png'
15+
devtoUrl: 'https://dev.to/orlowdev/factory-arrow-functions-and-es6-classes-in-javascript-1d83'
1516
---
1617

1718
This article describes an alternative approach to instantiating objects from a template in JavaScript. For better comprehension, it is sometimes compared with commonly used ES6 classes.

content/2020/09/factory-arrow-functions-in-ts/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ song: https://music.apple.com/ru/album/%D0%BC%D0%B5%D0%B6%D0%B4%D1%83-%D0%BD%D0%
1010
image: ./hero.png
1111
imageAlt: Me and Procreate
1212
description: Use arrow functions for constructing objects in TypeScript. Part II.
13+
featured: true
1314
published: true
1415
imageShare: './og-image.png'
16+
devtoUrl: 'https://dev.to/orlowdev/factory-arrow-functions-in-typescript-1660'
1517
---
1618

1719
This article continues [the discussion of using factory arrow functions](/2020/09/factory-arrow-functions-in-js/) and covers providing TypeScript type definitions for them. I highly recommend reading part I.

content/2021/03/using-custom-ssl-certificate-with-netlify/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ song: 'https://music.apple.com/ru/album/sober/1341562656?i=1341562806&l=en'
1111
image: './clouds-billy-huynh.jpg'
1212
imageAlt: 'Billy Huynh (Unsplash)'
1313
description: 'A short guide on how to use custom SSL certificates with Netlify to improve security of your users in the cloud.'
14-
featured: true
14+
featured: false
1515
published: true
1616
imageShare: './og-image.png'
1717
---
36.3 KB
Loading
28.2 KB
Loading
22.2 KB
Loading
28.2 KB
Loading
55.2 KB
Loading
38.1 KB
Loading

0 commit comments

Comments
 (0)