Latihan dari Traversy Media membuat web app portofolio dengan JavaScript murni , HTML , dan CSS , kemudian deploy web app nya ke Amazon Web Service AWS
https://www.youtube.com/watch?v=r_hYR53r61M
—-
Cara mengirim data antar tab browser dalam domain yang sama, dengan Broadcast Channel
https://dev.to/dcodeyt/send-data-between-tabs-with-javascript-2oa
—-
Beberapa cara penyimpanan token data di sisi front end atau browser, antara di LocalStorage ataupun di Cookies HTTP Only
https://dev.to/cotter/localstorage-vs-cookies-all-you-need-to-know-about-storing-jwt-tokens-securely-in-the-front-end-15id
——
#traversymedia #portofolio #aws #deploy #localstorage #cookies #token #tab #channel #broadcastchannel
https://www.youtube.com/watch?v=r_hYR53r61M
—-
Cara mengirim data antar tab browser dalam domain yang sama, dengan Broadcast Channel
https://dev.to/dcodeyt/send-data-between-tabs-with-javascript-2oa
—-
Beberapa cara penyimpanan token data di sisi front end atau browser, antara di LocalStorage ataupun di Cookies HTTP Only
https://dev.to/cotter/localstorage-vs-cookies-all-you-need-to-know-about-storing-jwt-tokens-securely-in-the-front-end-15id
——
#traversymedia #portofolio #aws #deploy #localstorage #cookies #token #tab #channel #broadcastchannel
YouTube
Build a Portfolio Website & Deploy
In this video we will create a portfolio website and deploy to AWS
Denis Ivy YouTube Channel:
https://www.youtube.com/channel/UCTZRcDjjkVajGL6wd76UnGg
Code:
https://github.com/divanov11/portfolio-website
Live Project:
http://dennisivy-portfolio.s3-website…
Denis Ivy YouTube Channel:
https://www.youtube.com/channel/UCTZRcDjjkVajGL6wd76UnGg
Code:
https://github.com/divanov11/portfolio-website
Live Project:
http://dennisivy-portfolio.s3-website…
Cara membuat isi array acak atau shuffle array dengan JavaScript
https://www.freecodecamp.org/news/how-to-shuffle-an-array-of-items-using-javascript-or-typescript/
—-
Manipulasi date atau tanggal tanpa perlu library moment JS
https://blog.openreplay.com/common-date-time-operations-without-moment-js/
---
Mengenal broadcast channel kirim event di JavaScript
https://javascript.plainenglish.io/must-know-javascript-api-broadcast-channel-api-f059860f9349
---
#array #date #broadcastChannel
https://www.freecodecamp.org/news/how-to-shuffle-an-array-of-items-using-javascript-or-typescript/
—-
Manipulasi date atau tanggal tanpa perlu library moment JS
https://blog.openreplay.com/common-date-time-operations-without-moment-js/
---
Mengenal broadcast channel kirim event di JavaScript
https://javascript.plainenglish.io/must-know-javascript-api-broadcast-channel-api-f059860f9349
---
#array #date #broadcastChannel
freeCodeCamp.org
How to Shuffle an Array of Items Using JavaScript or TypeScript
In this article we'll be exploring how we can shuffle an array of items in multiple different ways using TypeScript, or JavaScript should you prefer. Pre-Requisites: An understanding of TypeScript or JavaScript A basic understanding of For Loops and...
?? (Nullish coalescing) vs || (Logical OR) in Javascript
https://dev.to/justanordinaryperson/-nullish-coalescing-vs-logical-or-in-javascript-2l88
---
Advanced RxJs Operators You Know But Not Well Enough
https://dev.to/krivanek06/advanced-rxjs-operators-you-know-but-not-well-enough-1ela
---
10 JavaScript Array Functions You Should Master as a Senior Dev
https://pinjarirehan.medium.com/10-javascript-array-functions-you-should-master-as-a-senior-dev-bd8adf19e3d8
—-
Stop Using LocalStorage: Discover the Power of BroadcastChannel
https://dev.to/henriqueschroeder/stop-using-localstorage-discover-the-power-of-broadcastchannel-26fe
---
Unlocking the Power of JavaScript Generators: Master Asynchronous Programming with Ease
https://dev.to/delia_code/unlocking-the-power-of-javascript-generators-master-asynchronous-programming-with-ease-21ce
---
#nullish #coalescing #generators #broadcastchannel #rxjs #array
https://dev.to/justanordinaryperson/-nullish-coalescing-vs-logical-or-in-javascript-2l88
---
Advanced RxJs Operators You Know But Not Well Enough
https://dev.to/krivanek06/advanced-rxjs-operators-you-know-but-not-well-enough-1ela
---
10 JavaScript Array Functions You Should Master as a Senior Dev
https://pinjarirehan.medium.com/10-javascript-array-functions-you-should-master-as-a-senior-dev-bd8adf19e3d8
—-
Stop Using LocalStorage: Discover the Power of BroadcastChannel
https://dev.to/henriqueschroeder/stop-using-localstorage-discover-the-power-of-broadcastchannel-26fe
---
Unlocking the Power of JavaScript Generators: Master Asynchronous Programming with Ease
https://dev.to/delia_code/unlocking-the-power-of-javascript-generators-master-asynchronous-programming-with-ease-21ce
---
#nullish #coalescing #generators #broadcastchannel #rxjs #array
DEV Community
?? (Nullish coalescing) vs || (Logical OR) in Javascript
Both Nullish Coalescing Operator (??) and Logical OR (||) operator are often used in JavaScript to...