Beberapa fitur baru di ES2019 yaitu array flat dan array flatmap
http://thecodebarbarian.com/whats-new-in-es2019-flat-flatmap-catch.html
#es2019 #array #flatmap #flat
http://thecodebarbarian.com/whats-new-in-es2019-flat-flatmap-catch.html
#es2019 #array #flatmap #flat
The Code Barbarian
What's New in ES2019: Array flat and flatMap, Object.fromEntries
The 2019 edition of the JavaScript language spec includes 2 new Array methods and a new function for creating objects. Here's what you need to know.
Latihan bagian pertama , menggunakan library Machine learning TensorFlow JS untuk menggerakkan game Dinosaurus secara otomatis di Google Chrome (offline)
https://heartbeat.fritz.ai/automating-chrome-dinosaur-game-part-1-290578f13907
#tensorflow #chrome #dinosaur
https://heartbeat.fritz.ai/automating-chrome-dinosaur-game-part-1-290578f13907
#tensorflow #chrome #dinosaur
Fritz ai
Using TensorFlow.js to Automate the Chrome Dinosaur Game - Fritz ai
In this blog post, we’ll be learning how to automate the Chrome Dinosaur Game using neural networks with TensorFlow.js. If you haven’t played it before, it’s a side scrolling game available offline (for when Chrome or your Internet crashes) where… Continue…
Eksperimen dengan menggunakan Chrome Face Detection API
https://medium.com/@joomiguelcunha/lets-play-with-chrome-s-face-detection-api-ca13017a958f
#chrome #face #detection
https://medium.com/@joomiguelcunha/lets-play-with-chrome-s-face-detection-api-ca13017a958f
#chrome #face #detection
Medium
Let’s play with Chrome’s Face Detection API 👨 👩
Still experimental but we can start building fun stuff 😃
Web Developer Roadmap untuk panduan belajar pengembangan aplikasi web
https://medium.com/level-up-web/developer-roadmaps-all-in-one-place-75c0402db0e0
#roadmap #web #developer
https://medium.com/level-up-web/developer-roadmaps-all-in-one-place-75c0402db0e0
#roadmap #web #developer
Medium
Web Developer Roadmaps: All In One Place
by Bradley Nice, Content Manager at ClickHelp.com — software documentation tool
Library Timetable Fns atau Date Fns , untuk menghitung selisih waktu antar tanggal atau waktu. Biasanya dipakai untuk menghitung jadwal keberangkatan antar pesawat atau kereta api
https://github.com/flightplan-tool/timetable-fns
#date #timetable #fns
https://github.com/flightplan-tool/timetable-fns
#date #timetable #fns
GitHub
GitHub - flightplan-tool/timetable-fns: Useful date and time utility functions for working with timetables.
Useful date and time utility functions for working with timetables. - GitHub - flightplan-tool/timetable-fns: Useful date and time utility functions for working with timetables.
Referensi untuk mencari Web Component yang bersifat open source , yaitu Open Web Component
https://dev.to/thepassle/announcing-open-web-components-5h7
#web #component #open #source
https://dev.to/thepassle/announcing-open-web-components-5h7
#web #component #open #source
DEV Community
Announcing Open Web Components
Open Web Components provides a set of defaults, recommendations and tools to help facilitate your Web Component.
Membongkar tentang apa itu JSON Web Token JWT dan struktur nya
https://hackernoon.com/json-web-tokens-jwt-demystified-f7e202249640
#jwt #token
https://hackernoon.com/json-web-tokens-jwt-demystified-f7e202249640
#jwt #token
Hackernoon
JSON Web Tokens (JWT) Demystified | HackerNoon
JSON Web Token (JWT, often pronounced “jot”) is a powerful tool for confidently transmitting data between two parties through tokens. These parties can consist of users, servers, or any other combination of services. Based on an open standard (RFC-7519),…
Beberapa masalah yang dapat diatasi dengan Nuxt JS untuk server side rendering
https://medium.com/vue-mastery/7-problems-you-can-avoid-by-using-nuxt-js-for-your-next-vue-app-963afd5047d3
#ssr #nuxt
https://medium.com/vue-mastery/7-problems-you-can-avoid-by-using-nuxt-js-for-your-next-vue-app-963afd5047d3
#ssr #nuxt
Medium
7 Problems you can avoid by using Nuxt.js for your next Vue app
Vue.js is a great choice as a framework for your application. But, there are a few concerns you’ll likely run into.
Beberapa ekstensi untuk Visual Studio Code untuk web developer
https://medium.com/ida-mediafoundry/23-vscode-extensions-every-web-developer-needs-aebc69518863
#code #web #dev #extension
https://medium.com/ida-mediafoundry/23-vscode-extensions-every-web-developer-needs-aebc69518863
#code #web #dev #extension
Medium
VSCode Extensions Every Web Developer Needs
These days, we’re all looking for more efficiency in our daily workflow, no matter what kind of job we have.
Referensi untuk membuat horizontal scroll dengan CSS
https://css-tricks.com/practical-css-scroll-snapping/
#css #scroll #horizontal
https://css-tricks.com/practical-css-scroll-snapping/
#css #scroll #horizontal
CSS-Tricks
Practical CSS Scroll Snapping | CSS-Tricks
CSS scroll snapping allows you to lock the viewport to certain elements or locations after a user has finished scrolling. It’s great for building interactions
Latihan membuat package library untuk dipublikasikan ke NPM
https://dev.to/therealdanvega/creating-your-first-npm-package-2ehf
#npm #library #package
https://dev.to/therealdanvega/creating-your-first-npm-package-2ehf
#npm #library #package
DEV Community 👩💻👨💻
Creating your first npm package
How to create your first npm package
Melihat cara kerja sistem Event Manager dan Event Binding di Angular
https://netbasal.com/lifting-the-veil-insights-into-angulars-eventmanagerplugin-ed9d14cbb31a
#angular #event #manager
https://netbasal.com/lifting-the-veil-insights-into-angulars-eventmanagerplugin-ed9d14cbb31a
#angular #event #manager
Medium
Lifting the Veil: Insights into Angular’s EventManagerPlugin
Getting to know the EventManagerPlugin in Angular
Tips menggunakan Console Log untuk proses debugging di Node.js
https://scotch.io/tutorials/how-to-use-console-in-nodejs
#console #log #nodejs #debug
https://scotch.io/tutorials/how-to-use-console-in-nodejs
#console #log #nodejs #debug
Scotch
How to use console in node.js
Learn how to use the console class in node.js
Contoh penggunaan Async Await dengan memahami cara kerja Promise
https://dev.to/lampewebdev/i-promise-this-is-a-practical-guide-to-async--await-39ek
#async #await #promise
https://dev.to/lampewebdev/i-promise-this-is-a-practical-guide-to-async--await-39ek
#async #await #promise
DEV Community
I Promise this is a practical guide to Async / Await
With ES8 we got another way to write code that is async in a more readable way then callback's its called Async / Await. With ES6 we already got Promises.
Tips untuk menjadi pengembang backend Node.js yang lebih baik
https://medium.com/@me_37286/19-ways-to-become-a-better-node-js-developer-in-2019-ffd3a8fbfe38
#tips #nodejs #guide
https://medium.com/@me_37286/19-ways-to-become-a-better-node-js-developer-in-2019-ffd3a8fbfe38
#tips #nodejs #guide
Medium
19 ways to become a better Node.js developer in 2019
Strategic ideas for things you should learn to create robust Node.js & Javascript application in 2019
Alternatif dari Google Analytics yaitu Fathom untuk tracking aplikasi web . Selain itu ada juga Matomo Piwik
https://usefathom.com/
https://dev.to/jacobherrington/fathom-an-open-source-google-analytics-alternative-1g7g
#analytics #fathom #piwik #matomo
https://usefathom.com/
https://dev.to/jacobherrington/fathom-an-open-source-google-analytics-alternative-1g7g
#analytics #fathom #piwik #matomo
Fathom Analytics
Fathom Analytics: A Better Google Analytics Alternative
Ditch complex, intrusive analytics for Fathom - a better Google analytics alternative. Experience ease of use, forever data retention & full legal compliance.
Latihan penggunaan Angular Console untuk manajemen project Angular berbasis Angular CLI
https://medium.com/@auth0/a-tour-of-angular-console-ccb5c792b36
https://auth0.com/blog/how-to-use-angular-console/
#angular #cli #console
https://medium.com/@auth0/a-tour-of-angular-console-ccb5c792b36
https://auth0.com/blog/how-to-use-angular-console/
#angular #cli #console
Medium
A Tour of Angular Console
TL;DR: In this article, we’ll explore Angular Console. Angular Console is a desktop application that provides a graphical UI for the…