Skip to content

Instantly share code, notes, and snippets.

@mikoloism
mikoloism / nodemailer-checklist.md
Last active June 4, 2021 14:09 — forked from jonathandavidpollock/nodemailer.js
how use nodemailer (checklist)

nodemailer checklist

Install

npm install nodemailer

Coding

@mikoloism
mikoloism / how-record-audio-with-javascript(html).md
Last active June 4, 2021 14:30 — forked from bryanjenningz/record-stop.html
how record audio with javascript (html)

How record audio with javascript in browser(html)

Coding

HTML Elements

<div class="recorder__container">
  <button class="recorder__button recorder__button--record" id="recorder-record-button">Record</button>
  <button class="recorder__button recorder__button--paly" id="recorder-play-button">Play</button>
@mikoloism
mikoloism / read-write-mysql-blob.md
Last active June 10, 2021 04:16
node-mysql example: How to write & read BLOB (forked)

How Read and Write Blob on MySQL using NodeJS

this gist forked from @akirattii

@mikoloism
mikoloism / chrome-extension.md
Last active June 4, 2021 15:03
an example of chrome extension, which can be opened as new tab by click its browser icon.

Chrome Extension opener

an example of chrome extension, which can be opened as new tab by click its browser icon.

forked from @akirattii

Coding

@mikoloism
mikoloism / barcode-scanner(reader).md
Last active April 2, 2023 13:44
HTML: Barcode Scanner on modern browser