Skip to content

Instantly share code, notes, and snippets.

View azizzaeny's full-sized avatar
♟️

Aziz Zaeny azizzaeny

♟️
View GitHub Profile
@azizzaeny
azizzaeny / README.md
Created April 4, 2023 02:10 — forked from goliatone/README.md
[Node REPL] Examples of node REPL #repl #nodejs #node

Node.js REPL Examples

Different examples of Node.js REPLs

  • Top level async/await
  • Using custom VM
  • Using atocomplete, custom commands, histroy, etc
@azizzaeny
azizzaeny / readme.md
Last active July 22, 2020 02:41
Stock Data Transformation

Stock Data

Task: Transform Data Into The desired Result

Data

const productData = [
  {
    productId: 1000,
    productName: 'Product 1000'
@azizzaeny
azizzaeny / .gitignore
Last active March 25, 2018 05:40
boot profile
*
/*
!.gitignore
!profile.boot
!boot.properties
!Readme.md
@azizzaeny
azizzaeny / .gitignore
Last active March 25, 2018 07:56
all my bin files
oc
boot
lein
.#*