JavaScript (JS) đỉnh cao (edit)

https://1loc.dev/

This project is developed by Nguyen Huu Phuoc

https://github.com/phuoc-ng/1loc

Products

You might be interested in my products:

Product Description
01. 1 LOC Favorite JavaScript utilities in single line of code
02. Blur Page A browser extension to hide sensitive information on a web page
03. CSS Layout A collection of popular layouts and patterns made with CSS
04. Fake Numbers Generate fake and valid numbers
05. Form Validation The best validation library for JavaScript
06. HTML DOM How to manage HTML DOM with vanilla JavaScript
07. React PDF Viewer A React component to view a PDF document

Resources

Design pattern implementations in TypeScript

https://github.com/torokmark/design_patterns_in_typescript

Algorithms and data structures implemented in JavaScript with explanations and links to further readings

https://github.com/trekhleb/javascript-algorithms

JavaScript Style Guide

https://github.com/nghuuphuoc/javascript

A collection of awesome browser-side JavaScript libraries, resources and shiny things.

https://github.com/nghuuphuoc/awesome-javascript

1) Functional Programmer

https://www.freecodecamp.org/news/how-point-free-composition-will-make-you-a-better-functional-programmer-33dcb910303a/

Trở thành Functional Programmer - Phần 6

https://viblo.asia/p/tro-thanh-functional-programmer-phan-6-EyORkbjEGqB

Link của các phần trước: Phần 1, Phần 2, Phần 3, Phần 4, Phần 5

2) Kỹ thuật Currying trong JavaScript

https://nvksolution.com/ky-thuat-currying-trong-javascript/

3) Point Free

Point-free gotchas in JavaScript

https://dev.to/danhomola/point-free-gotchas-in-javascript--3pfi

Point-free in JavaScript

https://lucasmreis.github.io/blog/pointfree-javascript/

Function Composition point-free style

https://medium.com/tech-tajawal/function-composition-point-free-style-54a209946e6

Side effects may include, but are not limited to

  • changing the file system
  • inserting a record into a database
  • making an HTTP call
  • mutations
  • printing to the screen/logging
  • obtaining user input
  • querying the DOM
  • accessing system state

Functional JS #7: Point-free style

https://medium.com/dailyjs/functional-js-7-point-free-style-b21a1416ac6a