Membuat aplikasi desktop Mac, Linux, dan windows dengan menggunakan Electron JS. Aplikasi yang dibuat adalah aplikasi perekam layar komputer atau Screen Recorder
Video
https://youtu.be/3yqDxhR2XxE
Codelab
https://fireship.io/lessons/electron-screen-recorder-project-tutorial/
#firebase #fireship #electron #screenrecorder #desktop
Video
https://youtu.be/3yqDxhR2XxE
Codelab
https://fireship.io/lessons/electron-screen-recorder-project-tutorial/
#firebase #fireship #electron #screenrecorder #desktop
YouTube
Build a Desktop App with Electron... But Should You?
A complete beginner's tutorial for Electron JS ⚡ along with an overview of its pros and cons. In about 10 minutes, we build a desktop screen recorder from scratch with JavaScript that is installable on Mac, Windows, or Linux.
Full Electron Tutorial: ht…
Full Electron Tutorial: ht…
Membuat aplikasi Screen Recorder dengan JavaScript
https://medium.com/javascript-in-plain-english/build-audio-video-and-screen-recorder-for-web-with-javascript-583584dd3c75
---
Komparasi antara Axios DENGAN Fetch untuk melakukan HTTP Request
https://masteringjs.io/tutorials/axios/vs-fetch
---
Teknik mengatasi masalah yang muncul dalam penggunaan Timezone di JavaScript
https://medium.com/javascript-in-plain-english/handling-common-javascript-problems-when-using-timezone-76e419aee6e
—-
Memahami algoritma pengurutan data atau Sort Union
https://medium.com/javascript-in-plain-english/javascript-algorithm-sorted-union-3c36744efb27
—-
#screenRecorder #fetch #axios #sort #timezone
https://medium.com/javascript-in-plain-english/build-audio-video-and-screen-recorder-for-web-with-javascript-583584dd3c75
---
Komparasi antara Axios DENGAN Fetch untuk melakukan HTTP Request
https://masteringjs.io/tutorials/axios/vs-fetch
---
Teknik mengatasi masalah yang muncul dalam penggunaan Timezone di JavaScript
https://medium.com/javascript-in-plain-english/handling-common-javascript-problems-when-using-timezone-76e419aee6e
—-
Memahami algoritma pengurutan data atau Sort Union
https://medium.com/javascript-in-plain-english/javascript-algorithm-sorted-union-3c36744efb27
—-
#screenRecorder #fetch #axios #sort #timezone
Medium
Build a Video, Audio + Screen Recorder Web App with JavaScript
Steps to build your Audio, Video and Screen Recorder with JavaScript and HTML with MediaRecorder, getUserMedia, getDisplayMedia
Mengenal fungsi Apply, Bind, dan Call di JavaScript function
https://hackernoon.com/the-abcs-of-javascript-apply-bind-and-call-up4c33ld
---
Mengenal beberapa tips dan trik dalam pemrograman JavaScript modern
https://hackernoon.com/top-12-lesser-known-tips-for-javascript-best-practices-8t26335n
---
Pengenalan beberapa fitur JavaScript modern dan contoh kode nya.
https://hackernoon.com/9-ways-to-up-your-code-game-with-javascript-7x2r33zs
---
Latihan sederhana membangun screen recorder dengan JavaScript, HTML, dan CSS
https://hackernoon.com/heres-how-i-built-a-video-audio-and-screen-recorder-web-app-with-javascript-f42z338r
---
Latihan membangun state management sederhana dengan JavaScript murni
https://dev.to/vijaypushkin/dead-simple-state-management-in-vanilla-javascript-24p0
---
Beberapa hal yang perlu diketahui tentang "this" di JavaScript
https://hackernoon.com/everything-you-need-to-know-about-this-in-javascript-vo2933yg
#this #apply #bind #call #es2018 #screenRecorder #tips #trick
https://hackernoon.com/the-abcs-of-javascript-apply-bind-and-call-up4c33ld
---
Mengenal beberapa tips dan trik dalam pemrograman JavaScript modern
https://hackernoon.com/top-12-lesser-known-tips-for-javascript-best-practices-8t26335n
---
Pengenalan beberapa fitur JavaScript modern dan contoh kode nya.
https://hackernoon.com/9-ways-to-up-your-code-game-with-javascript-7x2r33zs
---
Latihan sederhana membangun screen recorder dengan JavaScript, HTML, dan CSS
https://hackernoon.com/heres-how-i-built-a-video-audio-and-screen-recorder-web-app-with-javascript-f42z338r
---
Latihan membangun state management sederhana dengan JavaScript murni
https://dev.to/vijaypushkin/dead-simple-state-management-in-vanilla-javascript-24p0
---
Beberapa hal yang perlu diketahui tentang "this" di JavaScript
https://hackernoon.com/everything-you-need-to-know-about-this-in-javascript-vo2933yg
#this #apply #bind #call #es2018 #screenRecorder #tips #trick
Mengenal konsep penting di JavaScript yaitu Scope dan Hoisting untuk mengetahui context eksekusi kode
https://www.freecodecamp.org/news/javascript-execution-context-and-hoisting/
---
Mengenal metode import Assertion di JavaScript untuk import module non JavaScript
https://blog.bitsrc.io/import-assertions-in-javascript-511605db5bfe
---
Membuat fungsi Face Detection sederhana dengan JavaScript
https://javascript.plainenglish.io/how-to-perform-face-detection-with-javascript-in-5-minutes-334b5141412b
---
Membuat fungsi screen recorder dengan JavaScript
https://javascript.plainenglish.io/vanilla-javascript-based-screen-recorder-29fff1cc7b00
---
Mengenal tentang Web Component dan contoh penggunaannya
https://www.sitepoint.com/build-frameworkless-web-app-modern-javascript-web-components/
#scope #hoisting #screenrecorder #faceDetection #webComponents #importAssert
https://www.freecodecamp.org/news/javascript-execution-context-and-hoisting/
---
Mengenal metode import Assertion di JavaScript untuk import module non JavaScript
https://blog.bitsrc.io/import-assertions-in-javascript-511605db5bfe
---
Membuat fungsi Face Detection sederhana dengan JavaScript
https://javascript.plainenglish.io/how-to-perform-face-detection-with-javascript-in-5-minutes-334b5141412b
---
Membuat fungsi screen recorder dengan JavaScript
https://javascript.plainenglish.io/vanilla-javascript-based-screen-recorder-29fff1cc7b00
---
Mengenal tentang Web Component dan contoh penggunaannya
https://www.sitepoint.com/build-frameworkless-web-app-modern-javascript-web-components/
#scope #hoisting #screenrecorder #faceDetection #webComponents #importAssert
freeCodeCamp.org
JavaScript Execution Context and Hoisting Explained with Code Examples
JavaScript is an easy-to-learn programming language compared to many of its counterparts. However, a few basic concepts need a bit more attention if you want to understand, debug, and write better code. In this article, we will learn about two such ...