Membuat animasi sprite sederhana dengan JavaScript
https://medium.com/dailyjs/how-to-build-a-simple-sprite-animation-in-javascript-b764644244aa
#sprite #animation
https://medium.com/dailyjs/how-to-build-a-simple-sprite-animation-in-javascript-b764644244aa
#sprite #animation
Medium
How to build a simple sprite animation in JavaScript
In this article we will build a quick and simple sprite animation in JavaScript without using any external libraries.
Memahami penggunaan Closure di JavaScript
https://medium.com/dailyjs/some-examples-to-help-understand-javascripts-closure-372e42fff94d
#closure #javascript
https://medium.com/dailyjs/some-examples-to-help-understand-javascripts-closure-372e42fff94d
#closure #javascript
Medium
Making Sense Of JavaScript’s Closure With Some Examples
Closure is one of those things in JavaScript that you read a lot about but never fully get. Like with a lot of things in programming, you…
Membuat aplikasi chat dengan menggunakan Amplify, AppSync and Apollo .
https://medium.com/@piotrgiedziun/build-a-responsive-offline-ready-real-time-chat-with-amplify-appsync-and-apollo-aa5d5f7c1b35
#chat #tutorial #apollo #graphql
https://medium.com/@piotrgiedziun/build-a-responsive-offline-ready-real-time-chat-with-amplify-appsync-and-apollo-aa5d5f7c1b35
#chat #tutorial #apollo #graphql
Medium
Build a responsive, offline ready, real time chat with Amplify, AppSync and Apollo.
I was recently challenged by Jan Romaniak, who wrote an article about Working realtime chat in React in less than 20 minutes. It indeed…
Melihat beberapa fitur baru yang ada di Vue Devtools 5
https://blog.usejournal.com/new-features-in-vue-devtools-v5-0-and-why-they-are-useful-3ce732fdc7a0
#vue #devtool
https://blog.usejournal.com/new-features-in-vue-devtools-v5-0-and-why-they-are-useful-3ce732fdc7a0
#vue #devtool
Medium
Deep Dive Into The New Vue Devtools v5.0
Earlier this month the Vue devtools version 5.0 beta was released, bringing amazing new features to the already debugging powerful tool…
Beberapa referensi mengenai library animasi yang menarik untuk coba dipakai
https://blog.bitsrc.io/11-javascript-animation-libraries-for-2018-9d7ac93a2c59
#library #animation #css
https://blog.bitsrc.io/11-javascript-animation-libraries-for-2018-9d7ac93a2c59
#library #animation #css
Medium
11 JavaScript Animation Libraries For 2019
Some of the finest JS and CSS animation libraries around.
Contoh penggunaan map, reduce, dan filter pada array di JavaScript
https://medium.com/poka-techblog/simplify-your-javascript-use-map-reduce-and-filter-bd02c593cc2d
#array #filter #reduce #map
https://medium.com/poka-techblog/simplify-your-javascript-use-map-reduce-and-filter-bd02c593cc2d
#array #filter #reduce #map
Medium
Simplify your JavaScript – Use .map(), .reduce(), and .filter()
If you haven’t heard of .map(), .reduce(), and .filter() in JavaScript, you might want to learn to use it!
Beberapa ekstensi untuk Visual Studio Code untuk pemrograman berbasis JavaScript
https://codeburst.io/top-javascript-vscode-extensions-for-faster-development-c687c39596f5
#code #vscode #extension
https://codeburst.io/top-javascript-vscode-extensions-for-faster-development-c687c39596f5
#code #vscode #extension
Medium
Top JavaScript VSCode Extensions for Faster Development 🔥
VSCode is an open-source, cross-platform editor that has become a favourite of programmers, particularly in the Web Development community…
https://code.tutsplus.com/tutorials/connect-to-the-twitter-api-in-an-angular-6-app--cms-32315
Membuat aplikasi Angular yang terhubung ke Twitter API
#angular #twitter
Membuat aplikasi Angular yang terhubung ke Twitter API
#angular #twitter
Code Envato Tuts+
Connect to the Twitter API in an Angular 6 App
In this tutorial, you'll learn how to authenticate and connect to the Twitter API using Node.js and Angular 6. By the end of this tutorial, you'll have done the following:
authenticate with the...
authenticate with the...
Membuat aplikasi web Jam Dinding dengan menggunakan Angular dan Vue JS . Dilengkapi dengan mode Progressive Web Apps.
https://medium.com/kode-dan-kodean/memperbarui-aplikasi-web-jam-dinding-digital-bde974d7c5ff
Demo aplikasi Jam Dinding :
https://jamanalogdigitalx.firebaseapp.com
https://jam-dinding-vue.now.sh
Kode sumber aplikasi terdapat di dalam artikel.
#angular #vue #clock #analog #pwa
https://medium.com/kode-dan-kodean/memperbarui-aplikasi-web-jam-dinding-digital-bde974d7c5ff
Demo aplikasi Jam Dinding :
https://jamanalogdigitalx.firebaseapp.com
https://jam-dinding-vue.now.sh
Kode sumber aplikasi terdapat di dalam artikel.
#angular #vue #clock #analog #pwa
Medium
Memperbarui Aplikasi Web Jam Dinding Digital
Aplikasi Jam Dinding ini menampilkan waktu di halaman browser dalam bentuk animasi jam analog. Waktu yang ditampilkan sesuai dengan waktu…
Referensi untuk mendapatkan nilai tahun saat ini secara otomatis dengan JavaScript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getFullYear
https://www.tutorialspoint.com/How-to-get-the-current-year-in-JavaScript
#javascript #date #year
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getFullYear
https://www.tutorialspoint.com/How-to-get-the-current-year-in-JavaScript
#javascript #date #year
MDN Web Docs
Date.prototype.getFullYear() - JavaScript | MDN
The getFullYear() method of Date instances returns the year for this date according to local time.
Referensi warna Material Design dari Hex Color
https://hexcolor.co/material-design-colors
https://hexcolor.co/
#hex #color
https://hexcolor.co/material-design-colors
https://hexcolor.co/
#hex #color
HEX Colors
Material Design Colors - Google Material Colors
Material design color palette will help you quickly decide which color to choose for your project. Colors are taken from Google's Material Design Guidelines.
Beberapa contoh fitur baru dari JavaScript dengan standar ES2016, ES2017, dan ES2018 yang telah diimplementasikan
https://medium.freecodecamp.org/here-are-examples-of-everything-new-in-ecmascript-2016-2017-and-2018-d52fa3b5a70e
#es2015 #es2016 #es2017 #es2018 #es7 #es8 #es9
https://medium.freecodecamp.org/here-are-examples-of-everything-new-in-ecmascript-2016-2017-and-2018-d52fa3b5a70e
#es2015 #es2016 #es2017 #es2018 #es7 #es8 #es9
freeCodeCamp.org
Here are examples of everything new in ECMAScript 2016, 2017, and 2018
By rajaraodv It’s hard to keep track of what’s new in JavaScript (ECMAScript). And it’s even harder to find useful code examples. So in this article, I’ll cover all 18 features that are listed in the TC39’s finished proposals that were added in ES201...
Cara melakukan audit CSS pada aplikasi web
https://css-tricks.com/a-quick-css-audit-and-general-notes-about-design-systems/
#css #audit
https://css-tricks.com/a-quick-css-audit-and-general-notes-about-design-systems/
#css #audit
CSS-Tricks
A Quick CSS Audit And General Notes About Design Systems | CSS-Tricks
I’ve been auditing a ton of CSS lately and thought it would be neat to jot down how I’m going about doing that. I’m sure there are a million different ways to
Referensi dan saran untuk mempelajari/memperdalam bahasa pemrograman mana saja di tahun 2019 ini. Diantaranya pemrograman seputar :
- JavaScript
- Dart (Flutter)
- Python
- Java
- Go
Selengkapnya bisa dilihat di tautan berikut ini :
Vlog Luba of AirBnb Engineers
https://www.youtube.com/watch?v=Wp6Z2wVyPeY
Founder startup di artikel Medium Hackernoon
https://hackernoon.com/top-3-programming-language-to-watch-out-in-2019-95995e81ad2b
Statistik Packt Publishing
https://hub.packtpub.com/8-programming-languages-to-learn-in-2019/
Stackoverflow Developer Survey 2018
https://insights.stackoverflow.com/survey/2018
Hackr IO
https://hackr.io/blog/best-programming-languages-to-learn-2019-jobs-future
PYPL Statistic
http://pypl.github.io/PYPL.html
Tiobe Index
https://www.tiobe.com/tiobe-index/
#learn #programming #year2019
- JavaScript
- Dart (Flutter)
- Python
- Java
- Go
Selengkapnya bisa dilihat di tautan berikut ini :
Vlog Luba of AirBnb Engineers
https://www.youtube.com/watch?v=Wp6Z2wVyPeY
Founder startup di artikel Medium Hackernoon
https://hackernoon.com/top-3-programming-language-to-watch-out-in-2019-95995e81ad2b
Statistik Packt Publishing
https://hub.packtpub.com/8-programming-languages-to-learn-in-2019/
Stackoverflow Developer Survey 2018
https://insights.stackoverflow.com/survey/2018
Hackr IO
https://hackr.io/blog/best-programming-languages-to-learn-2019-jobs-future
PYPL Statistic
http://pypl.github.io/PYPL.html
Tiobe Index
https://www.tiobe.com/tiobe-index/
#learn #programming #year2019
YouTube
Top 4 Programming Languages to Learn In 2019
⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. I've been using Kite for 6 months and…
Pengenalan CSS Grid Areas untuk template HTML halaman web
https://dev.to/kenbellows/css-grid-areas-are-amazing-1gha
#css #grid #cssgrid
https://dev.to/kenbellows/css-grid-areas-are-amazing-1gha
#css #grid #cssgrid
DEV Community
CSS Grid Areas are amazing
Let me tell you about the thing that completely convinced me of the power of CSS Grid Layout: Grid Areas!
Metode Ekstraksi data E-KTP dengan menggunakan metode Optical Character Recognition , Node.js , Google Cloud Function, dan Cloud Vision.
https://medium.com/@imrenagi/ekstraksi-informasi-e-ktp-dengan-google-cloud-function-dan-cloud-vision-api-4655db21d084
#ocr #nodejs #cloud #function
https://medium.com/@imrenagi/ekstraksi-informasi-e-ktp-dengan-google-cloud-function-dan-cloud-vision-api-4655db21d084
#ocr #nodejs #cloud #function
Medium
Ekstraksi Informasi e-KTP dengan Google Cloud Function dan Cloud Vision API
Semenjak satu atau dua tahun terakhir, alat pembayaran digital seperti seperti Go-pay, OVO, Traveloka PayLater, Kredivo dan lain-lain…
Beberapa teknik dalam CSS yang baru yang perlu kita ketahui
https://www.creativebloq.com/features/10-amazing-new-css-techniques
#css #grid #new
https://www.creativebloq.com/features/10-amazing-new-css-techniques
#css #grid #new
Creative Bloq
8 amazing CSS techniques to use right now
Explore the most exciting CSS that's now in a browser near you.
Penjelasan tentang JavaScript Objects dengan contoh
https://blog.bitsrc.io/the-chronicles-of-javascript-objects-2d6b9205cd66
#object
https://blog.bitsrc.io/the-chronicles-of-javascript-objects-2d6b9205cd66
#object
Medium
The Chronicles of JavaScript Objects
Everything you need to know: The Operations, Properties and the Prototype
Cara menambahkan Google Analytics dengan Tag Manager ke dalam aplikasi web Angular
https://www.youtube.com/watch?v=3Bx8BU3wxaA
#angular #analytics #google #tag #manager
https://www.youtube.com/watch?v=3Bx8BU3wxaA
#angular #analytics #google #tag #manager
YouTube
Setup Google Analytics with Google Tag Manager and Angular
Learn about setting up and configuring Analytics using the recommended Google Tag Manager (GTM) library in an Angular Application.
Writeup and tutorial here:
https://fluin.io/blog/google-analytics-with-tag-manager-and-angular
Writeup and tutorial here:
https://fluin.io/blog/google-analytics-with-tag-manager-and-angular
Cara menggabungkan dua fungsi yang berbeda dengan menggunakan TypeScript
https://dev.to/ascorbic/creating-a-typed-compose-function-in-typescript-3-351i
#typescript #compose
https://dev.to/ascorbic/creating-a-typed-compose-function-in-typescript-3-351i
#typescript #compose
DEV Community
Creating a typed "compose" function in TypeScript
I recently wrote a couple of small utility functions that turned into a deep exploration of...