Skip to content

Commit

Permalink
add new public bookmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
adixchen committed Mar 23, 2020
1 parent 2067a70 commit 413f6de
Show file tree
Hide file tree
Showing 61 changed files with 3,359 additions and 2,558 deletions.
2,576 changes: 1,298 additions & 1,278 deletions README.md

Large diffs are not rendered by default.

42 changes: 42 additions & 0 deletions tagged/amazon-s3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
## Bookmarks tagged [[amazon-s3]](https://www.bookmarks.dev?q=[amazon-s3])

_<sup><sup>[www.bookmarks.dev/tagged/amazon-s3](https://www.bookmarks.dev/tagged/amazon-s3)</sup></sup>_
---
#### [How to specify upload directory in multer-S3 for AWS-S3 bucket?](https://stackoverflow.com/questions/44028876/how-to-specify-upload-directory-in-multer-s3-for-aws-s3-bucket/44029666)
_<sup>https://stackoverflow.com/questions/44028876/how-to-specify-upload-directory-in-multer-s3-for-aws-s3...</sup>_

S3 doesn't always have folders (see [http://docs.aws.amazon.com/AmazonS3/latest/UG/FolderOperations.html](http://docs.aws.amazon.com/AmazonS3/latest/UG/FolderOperations.html)). It will simulate folder...
* :calendar: **published on**: 2017-05-17
* **tags**: [node.js](../tagged/node.js.md), [amazon-s3](../tagged/amazon-s3.md), [multer-s3](../tagged/multer-s3.md)
---
#### [Uploading Photos to Amazon S3: Full Code - AWS SDK for JavaScript](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/s3-example-photo-album.html)
_<sup>https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/s3-example-photo-album.html</sup>_

This browser script code example shows:
* How to create a browser application that allows users to create photo albums in an Amazon S3 bucket and upload photos into the albums.
* **tags**: [aws-sdk](../tagged/aws-sdk.md), [javascript](../tagged/javascript.md), [amazon-s3](../tagged/amazon-s3.md)
---
#### [Uploading image to amazon s3 using multer-s3 nodejs](https://stackoverflow.com/questions/40494050/uploading-image-to-amazon-s3-using-multer-s3-nodejs)
_<sup>https://stackoverflow.com/questions/40494050/uploading-image-to-amazon-s3-using-multer-s3-nodejs</sup>_

Complete and working [Node Cheat | Upload to s3 using multer-s3](https://github.com/zishon89us/node-cheat/tree/master/aws/express_multer_s3) available.

Code:
...
* :calendar: **published on**: 2016-11-08
* **tags**: [node.js](../tagged/node.js.md), [file-upload](../tagged/file-upload.md), [amazon-s3](../tagged/amazon-s3.md), [multer](../tagged/multer.md), [multer-s3](../tagged/multer-s3.md)
---
#### [GitHub - badunk/multer-s3 home page](https://github.com/badunk/multer-s3)
_<sup>https://github.com/badunk/multer-s3</sup>_

multer storage engine for amazon s3
* **tags**: [multer](../tagged/multer.md), [amazon-s3](../tagged/amazon-s3.md), [aws](../tagged/aws.md), [expressjs](../tagged/expressjs.md), [file-upload](../tagged/file-upload.md)
* :octocat: **[source code](https://github.com/badunk/multer-s3)**
---
#### [Using AWS S3 Buckets in a NodeJS App](https://medium.com/codebase/using-aws-s3-buckets-in-a-nodejs-app-74da2fc547a6)
_<sup>https://medium.com/codebase/using-aws-s3-buckets-in-a-nodejs-app-74da2fc547a6</sup>_

We will go through all the process of using a S3 with NodeJS, from creating the S3 Bucket and access credentials to actually use the bucket.
* :calendar: **published on**: 2018-01-16
* **tags**: [nodejs](../tagged/nodejs.md), [aws](../tagged/aws.md), [amazon-s3](../tagged/amazon-s3.md)
---
20 changes: 20 additions & 0 deletions tagged/angular-universal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## Bookmarks tagged [[angular-universal]](https://www.bookmarks.dev?q=[angular-universal])

_<sup><sup>[www.bookmarks.dev/tagged/angular-universal](https://www.bookmarks.dev/tagged/angular-universal)</sup></sup>_
---
#### [Angular Uniserval Guide](https://angular.io/guide/universal)
_<sup>https://angular.io/guide/universal</sup>_

This guide describes **Angular Universal**, a technology that renders Angular applications on the server.
* **tags**: [angular](../tagged/angular.md), [angular-universal](../tagged/angular-universal.md)
* :octocat: **[source code](https://angular.io/generated/zips/universal/universal.zip)**
---
#### [Angular Universal: Complete Practical Guide](https://blog.angular-university.io/angular-universal/)
_<sup>https://blog.angular-university.io/angular-universal/</sup>_

This post will be a complete practical guide for getting started with Angular Universal.

We are going to go start with an existing Angular application, and we will progressively turn it into an Angul...
* **tags**: [angular](../tagged/angular.md), [angular-universal](../tagged/angular-universal.md)
* :octocat: **[source code](https://github.com/angular-university/angular-universal-course)**
---
69 changes: 68 additions & 1 deletion tagged/angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,73 @@

_<sup><sup>[www.bookmarks.dev/tagged/angular](https://www.bookmarks.dev/tagged/angular)</sup></sup>_
---
#### [Angular Uniserval Guide](https://angular.io/guide/universal)
_<sup>https://angular.io/guide/universal</sup>_

This guide describes **Angular Universal**, a technology that renders Angular applications on the server.
* **tags**: [angular](../tagged/angular.md), [angular-universal](../tagged/angular-universal.md)
* :octocat: **[source code](https://angular.io/generated/zips/universal/universal.zip)**
---
#### [Angular Universal: Complete Practical Guide](https://blog.angular-university.io/angular-universal/)
_<sup>https://blog.angular-university.io/angular-universal/</sup>_

This post will be a complete practical guide for getting started with Angular Universal.

We are going to go start with an existing Angular application, and we will progressively turn it into an Angul...
* **tags**: [angular](../tagged/angular.md), [angular-universal](../tagged/angular-universal.md)
* :octocat: **[source code](https://github.com/angular-university/angular-universal-course)**
---
#### [GitHub - cotag/ts-md5: Type Script MD5 implemenation](https://github.com/cotag/ts-md5)
_<sup>https://github.com/cotag/ts-md5</sup>_

Type Script MD5 implemenation
* **tags**: [angular](../tagged/angular.md), [typescript](../tagged/typescript.md), [md5](../tagged/md5.md), [cryptography](../tagged/cryptography.md)
---
#### [Angular File Upload](https://valor-software.com/ng2-file-upload/)
_<sup>https://valor-software.com/ng2-file-upload/</sup>_

Angular2 File Upload
* **tags**: [angular](../tagged/angular.md), [file-upload](../tagged/file-upload.md)
* :octocat: **[source code](https://github.com/valor-software/ng2-file-upload)**
---
#### [When would you surround routerLink in square brackets?](https://stackoverflow.com/questions/39112257/when-would-you-surround-routerlink-in-square-brackets)
_<sup>https://stackoverflow.com/questions/39112257/when-would-you-surround-routerlink-in-square-brackets</sup>_

When you put square brackets around routerLink (or any Angular binding) it will evaluate what you pass to it as a JavaScript expression. If you don't put square brackets around routerLink it will take...
* :calendar: **published on**: 2016-08-23
* **tags**: [angular](../tagged/angular.md)
---
#### [Angular 9's Best Hidden Feature: Strict Template Checking](https://auth0.com/blog/angular-9s-best-hidden-feature-strict-template-checking/)
_<sup>https://auth0.com/blog/angular-9s-best-hidden-feature-strict-template-checking/</sup>_

Find and report more errors than ever with Angular 9's Ivy compiler, strict template checking.
* :calendar: **published on**: 2020-03-10
* **tags**: [angular](../tagged/angular.md)
---
#### [Route preloading strategies in Angular](https://web.dev/route-preloading-in-angular/)
_<sup>https://web.dev/route-preloading-in-angular/</sup>_

In this post, you'll learn how to speed up navigation when using route-level code splitting by taking advantage of JavaScript preloading in Angular.
* :calendar: **published on**: 2019-07-09
* **tags**: [angular](../tagged/angular.md), [performance](../tagged/performance.md), [code-splitting](../tagged/code-splitting.md)
* :octocat: **[source code](https://github.com/mgechev/route-preloading-web-dev)**
---
#### [Route-level code splitting in Angular](https://web.dev/route-level-code-splitting-in-angular/)
_<sup>https://web.dev/route-level-code-splitting-in-angular/</sup>_

This post explains how to set up route-level [code splitting](https://web.dev/reduce-javascript-payloads-with-code-splitting/) in an Angular application, which can reduce JavaScript bundle size and dr...
* :calendar: **published on**: 2019-06-24
* **tags**: [angular](../tagged/angular.md), [lazy-loading](../tagged/lazy-loading.md)
* :octocat: **[source code](https://github.com/mgechev/code-splitting-web-dev)**
---
#### [npm - JW Angular Pagination Component](https://jasonwatmore.com/post/2018/04/26/npm-jw-angular-pagination-component)
_<sup>https://jasonwatmore.com/post/2018/04/26/npm-jw-angular-pagination-component</sup>_

A simple lightweight pagination component for Angular 2+ available on npm. Compatible with Angular 2+ (2, 4, 5, 6, 7, 8) and Bootstrap 3 & 4.
* :calendar: **published on**: 2018-04-26
* **tags**: [angular](../tagged/angular.md), [pagination](../tagged/pagination.md)
* :octocat: **[source code](https://github.com/cornflourblue/jw-angular-pagination)**
---
#### [Angular Multiple HTTP Requests with RxJS - Angular 7 | 8](https://coryrylan.com/blog/angular-multiple-http-requests-with-rxjs)
_<sup>https://coryrylan.com/blog/angular-multiple-http-requests-with-rxjs</sup>_

Expand All @@ -24,7 +91,7 @@ Easily share reusable components between projects and applications to build fast
* **tags**: [angular](../tagged/angular.md), [reactjs](../tagged/reactjs.md), [vuejs](../tagged/vuejs.md), [javascript](../tagged/javascript.md)
* :octocat: **[source code](https://github.com/teambit/bit)**
---
#### [Using Angular Forms with Async Data - Angular 7 | 8](https://coryrylan.com/blog/using-angular-forms-with-async-data)
#### [Using Angular Forms with Async Data - Angular](https://coryrylan.com/blog/using-angular-forms-with-async-data)
_<sup>https://coryrylan.com/blog/using-angular-forms-with-async-data</sup>_

Most single page apps deal with asynchronous API calls in conjunction with user input in some way. Often it’s not clear how or what the best practices are when dealing with async data and forms togeth...
Expand Down
11 changes: 11 additions & 0 deletions tagged/aws-sdk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Bookmarks tagged [[aws-sdk]](https://www.bookmarks.dev?q=[aws-sdk])

_<sup><sup>[www.bookmarks.dev/tagged/aws-sdk](https://www.bookmarks.dev/tagged/aws-sdk)</sup></sup>_
---
#### [Uploading Photos to Amazon S3: Full Code - AWS SDK for JavaScript](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/s3-example-photo-album.html)
_<sup>https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/s3-example-photo-album.html</sup>_

This browser script code example shows:
* How to create a browser application that allows users to create photo albums in an Amazon S3 bucket and upload photos into the albums.
* **tags**: [aws-sdk](../tagged/aws-sdk.md), [javascript](../tagged/javascript.md), [amazon-s3](../tagged/amazon-s3.md)
---
28 changes: 28 additions & 0 deletions tagged/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

_<sup><sup>[www.bookmarks.dev/tagged/aws](https://www.bookmarks.dev/tagged/aws)</sup></sup>_
---
#### [GitHub - badunk/multer-s3 home page](https://github.com/badunk/multer-s3)
_<sup>https://github.com/badunk/multer-s3</sup>_

multer storage engine for amazon s3
* **tags**: [multer](../tagged/multer.md), [amazon-s3](../tagged/amazon-s3.md), [aws](../tagged/aws.md), [expressjs](../tagged/expressjs.md), [file-upload](../tagged/file-upload.md)
* :octocat: **[source code](https://github.com/badunk/multer-s3)**
---
#### [Amazon S3 Tools: Command Line S3 Client and S3 Backup for Windows, Linux: s3cmd, s3express](https://s3tools.org/s3cmd)
_<sup>https://s3tools.org/s3cmd</sup>_

S3Cmd, S3Express: Fully-Featured S3 Command Line Tools and S3 Backup Software for Windows, Linux and Mac. More than 60 command line options, including multipart uploads, encryption, incremental backup...
* **tags**: [aws](../tagged/aws.md), [command-line](../tagged/command-line.md), [command-line-tools](../tagged/command-line-tools.md)
* :octocat: **[source code](https://github.com/s3tools/s3cmd)**
---
#### [Using AWS S3 Buckets in a NodeJS App](https://medium.com/codebase/using-aws-s3-buckets-in-a-nodejs-app-74da2fc547a6)
_<sup>https://medium.com/codebase/using-aws-s3-buckets-in-a-nodejs-app-74da2fc547a6</sup>_

We will go through all the process of using a S3 with NodeJS, from creating the S3 Bucket and access credentials to actually use the bucket.
* :calendar: **published on**: 2018-01-16
* **tags**: [nodejs](../tagged/nodejs.md), [aws](../tagged/aws.md), [amazon-s3](../tagged/amazon-s3.md)
---
#### [Explore Javascript on AWS](https://aws.amazon.com/developer/language/javascript/)
_<sup>https://aws.amazon.com/developer/language/javascript/</sup>_

Are you a seasoned AWS developer? Just getting started with AWS? Regardless, if your favorite programming language is JavaScript, then get started here with 10-minute tutorials, technical blog posts, ...
* **tags**: [aws](../tagged/aws.md), [javascript](../tagged/javascript.md)
* :octocat: **[source code](https://github.com/aws/aws-sdk-js)**
---
#### [rusoto/rusoto](https://github.com/rusoto/rusoto)
_<sup>https://github.com/rusoto/rusoto</sup>_

Expand Down
7 changes: 7 additions & 0 deletions tagged/big-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

_<sup><sup>[www.bookmarks.dev/tagged/big-data](https://www.bookmarks.dev/tagged/big-data)</sup></sup>_
---
#### [Big Data: Concepts from A to Z - DEV Community 👩‍💻👨‍💻](https://dev.to/helenanders26/big-data-from-a-to-z-3l7j)
_<sup>https://dev.to/helenanders26/big-data-from-a-to-z-3l7j</sup>_

Welcome to another awesome list. This time, Big Data and all the tools Data Scientists and Data Engineers use to build platforms and models. Tagged with database, datascience, hadoop, machinelearning.
* :calendar: **published on**: 2019-05-27
* **tags**: [big-data](../tagged/big-data.md), [data-science](../tagged/data-science.md)
---
#### [Kube-Yarn](https://github.com/Comcast/kube-yarn)
_<sup>https://github.com/Comcast/kube-yarn</sup>_

Expand Down
7 changes: 7 additions & 0 deletions tagged/cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

_<sup><sup>[www.bookmarks.dev/tagged/cheatsheet](https://www.bookmarks.dev/tagged/cheatsheet)</sup></sup>_
---
#### [GitHub - zishon89us/node-cheat: Awesome Node Cheats](https://github.com/zishon89us/node-cheat)
_<sup>https://github.com/zishon89us/node-cheat</sup>_

:star: Awesome Node Cheats
* **tags**: [nodejs](../tagged/nodejs.md), [cheatsheet](../tagged/cheatsheet.md), [code-snippets](../tagged/code-snippets.md)
* :octocat: **[source code](https://github.com/zishon89us/node-cheat)**
---
#### [JavaScript Resources | JSArray.com](https://jsarray.com/)
_<sup>https://jsarray.com/</sup>_

Expand Down
7 changes: 7 additions & 0 deletions tagged/code-snippets.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

_<sup><sup>[www.bookmarks.dev/tagged/code-snippets](https://www.bookmarks.dev/tagged/code-snippets)</sup></sup>_
---
#### [GitHub - zishon89us/node-cheat: Awesome Node Cheats](https://github.com/zishon89us/node-cheat)
_<sup>https://github.com/zishon89us/node-cheat</sup>_

:star: Awesome Node Cheats
* **tags**: [nodejs](../tagged/nodejs.md), [cheatsheet](../tagged/cheatsheet.md), [code-snippets](../tagged/code-snippets.md)
* :octocat: **[source code](https://github.com/zishon89us/node-cheat)**
---
#### [awesome-30-seconds-of-code](https://github.com/30-seconds/30-seconds-of-code#readme)
_<sup>https://github.com/30-seconds/30-seconds-of-code#readme</sup>_

Expand Down
19 changes: 19 additions & 0 deletions tagged/code-splitting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Bookmarks tagged [[code-splitting]](https://www.bookmarks.dev?q=[code-splitting])

_<sup><sup>[www.bookmarks.dev/tagged/code-splitting](https://www.bookmarks.dev/tagged/code-splitting)</sup></sup>_
---
#### [Route preloading strategies in Angular](https://web.dev/route-preloading-in-angular/)
_<sup>https://web.dev/route-preloading-in-angular/</sup>_

In this post, you'll learn how to speed up navigation when using route-level code splitting by taking advantage of JavaScript preloading in Angular.
* :calendar: **published on**: 2019-07-09
* **tags**: [angular](../tagged/angular.md), [performance](../tagged/performance.md), [code-splitting](../tagged/code-splitting.md)
* :octocat: **[source code](https://github.com/mgechev/route-preloading-web-dev)**
---
#### [Reduce JavaScript payloads with code splitting](https://web.dev/reduce-javascript-payloads-with-code-splitting/)
_<sup>https://web.dev/reduce-javascript-payloads-with-code-splitting/</sup>_

Sending large JavaScript payloads impacts the speed of your site significantly. Instead of shipping all the JavaScript to your user as soon as the first page of your application is loaded, split your ...
* :calendar: **published on**: 2018-11-05
* **tags**: [javascript](../tagged/javascript.md), [code-splitting](../tagged/code-splitting.md)
---
7 changes: 7 additions & 0 deletions tagged/command-line-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

_<sup><sup>[www.bookmarks.dev/tagged/command-line-tools](https://www.bookmarks.dev/tagged/command-line-tools)</sup></sup>_
---
#### [Amazon S3 Tools: Command Line S3 Client and S3 Backup for Windows, Linux: s3cmd, s3express](https://s3tools.org/s3cmd)
_<sup>https://s3tools.org/s3cmd</sup>_

S3Cmd, S3Express: Fully-Featured S3 Command Line Tools and S3 Backup Software for Windows, Linux and Mac. More than 60 command line options, including multipart uploads, encryption, incremental backup...
* **tags**: [aws](../tagged/aws.md), [command-line](../tagged/command-line.md), [command-line-tools](../tagged/command-line-tools.md)
* :octocat: **[source code](https://github.com/s3tools/s3cmd)**
---
#### [cement](http://builtoncement.com/)
_<sup>http://builtoncement.com/</sup>_

Expand Down
7 changes: 7 additions & 0 deletions tagged/command-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

_<sup><sup>[www.bookmarks.dev/tagged/command-line](https://www.bookmarks.dev/tagged/command-line)</sup></sup>_
---
#### [Amazon S3 Tools: Command Line S3 Client and S3 Backup for Windows, Linux: s3cmd, s3express](https://s3tools.org/s3cmd)
_<sup>https://s3tools.org/s3cmd</sup>_

S3Cmd, S3Express: Fully-Featured S3 Command Line Tools and S3 Backup Software for Windows, Linux and Mac. More than 60 command line options, including multipart uploads, encryption, incremental backup...
* **tags**: [aws](../tagged/aws.md), [command-line](../tagged/command-line.md), [command-line-tools](../tagged/command-line-tools.md)
* :octocat: **[source code](https://github.com/s3tools/s3cmd)**
---
#### [Command Line Heroes](https://www.redhat.com/en/command-line-heroes)
_<sup>https://www.redhat.com/en/command-line-heroes</sup>_

Expand Down
13 changes: 13 additions & 0 deletions tagged/cryptography.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

_<sup><sup>[www.bookmarks.dev/tagged/cryptography](https://www.bookmarks.dev/tagged/cryptography)</sup></sup>_
---
#### [GitHub - cotag/ts-md5: Type Script MD5 implemenation](https://github.com/cotag/ts-md5)
_<sup>https://github.com/cotag/ts-md5</sup>_

Type Script MD5 implemenation
* **tags**: [angular](../tagged/angular.md), [typescript](../tagged/typescript.md), [md5](../tagged/md5.md), [cryptography](../tagged/cryptography.md)
---
#### [GitHub - brix/crypto-js home page](https://github.com/brix/crypto-js)
_<sup>https://github.com/brix/crypto-js</sup>_

JavaScript library of crypto standards. Contribute to brix/crypto-js development by creating an account on GitHub.
* **tags**: [javascript](../tagged/javascript.md), [cryptography](../tagged/cryptography.md)
* :octocat: **[source code](https://github.com/brix/crypto-js)**
---
#### [Bcrypt](http://bcrypt.sourceforge.net/)
_<sup>http://bcrypt.sourceforge.net/</sup>_

Expand Down
7 changes: 7 additions & 0 deletions tagged/css.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

_<sup><sup>[www.bookmarks.dev/tagged/css](https://www.bookmarks.dev/tagged/css)</sup></sup>_
---
#### [The Most Popular Navigation Bars created with Flexbox](https://medium.com/flexbox-and-grids/the-most-popular-navigation-bars-created-with-flexbox-6c0f59f55686)
_<sup>https://medium.com/flexbox-and-grids/the-most-popular-navigation-bars-created-with-flexbox-6c0f59f55...</sup>_

This is a simple but practical article. The aim is to build the navigation bars for facebook twitter github and medium with Flexbox.
* :calendar: **published on**: 2017-07-15
* **tags**: [flexbox](../tagged/flexbox.md), [css](../tagged/css.md)
---
#### [SASS for CSS: Advance your frontend skills with CSS preprocessor](https://www.educative.io/blog/sass-for-css-advance-frontend-skills)
_<sup>https://www.educative.io/blog/sass-for-css-advance-frontend-skills</sup>_

Expand Down
Loading

0 comments on commit 413f6de

Please sign in to comment.