Membangun aplikasi Twitter Reader dengan AWS Fargate
https://aws.amazon.com/blogs/machine-learning/build-a-serverless-twitter-reader-using-aws-fargate/
#aws #twitter #serverless
https://aws.amazon.com/blogs/machine-learning/build-a-serverless-twitter-reader-using-aws-fargate/
#aws #twitter #serverless
Amazon
Build a serverless Twitter reader using AWS Fargate | Amazon Web Services
In a previous post, Ben Snively and Viral Desai showed us how to build a social media dashboard using serverless technology. The social media dashboard reads tweets with the #AWS hashtag, uses machine learning based services to do translation, and natural…
Kumpulan artikel yang banyak dibaca seputar Angular dari blog Angular in Depth
https://blog.angularindepth.com/best-stories-of-2018-on-angular-in-depth-80a1dfa17fd5
#angular #blog
https://blog.angularindepth.com/best-stories-of-2018-on-angular-in-depth-80a1dfa17fd5
#angular #blog
Medium
Best stories of 2018 on Angular-In-Depth
Angular articles you really want to read
Menggunakan Http Interceptor di HttpClient, dan dihubungkan dengan Toastr untuk memberikan peringatan status http request
https://itnext.io/handle-http-responses-with-httpinterceptor-and-toastr-in-angular-3e056759cb16
#angular #http #httpclient #toast
https://itnext.io/handle-http-responses-with-httpinterceptor-and-toastr-in-angular-3e056759cb16
#angular #http #httpclient #toast
Medium
Handle http responses with HttpInterceptor and Toastr in Angular
Have you ever been in need of a centralized system that takes care of your http responses? I am sure that every time you work in a big…
Mengukur package npm yang dipakai di dalam aplikasi web
https://css-tricks.com/how-to-worry-about-npm-package-weight/
#npm #weight #package
https://css-tricks.com/how-to-worry-about-npm-package-weight/
#npm #weight #package
CSS-Tricks
How to Worry About npm Package Weight | CSS-Tricks
It's all too easy to go crazy with the imports and end up with megabytes upon megabytes of JavaScript. It can be a problem as that weight burdens each and
Latihan membuat aplikasi web mode static site dengan menggunakan Vue JS, Gridsome, dan GraphQL
https://snipcart.com/blog/vuejs-graphql-airtable-example
#vue #gridsome #graphql #ssr #static
https://snipcart.com/blog/vuejs-graphql-airtable-example
#vue #gridsome #graphql #ssr #static
Add a Shopping Cart to Any Website
Vue.js & GraphQL Tutorial: Tying Airtable Data to a Gridsome App - Snipcart
Vue.js and GraphQL are two powerful modern JavaScript tools. Gridsome finally leverages both to build great websites & apps. We used it to fetch data in Airtable with GraphQL for a neat Vue.js app.
Latihan menggunakan Router Hooks untuk melakukan request data ketika memuat isi router di Vue JS
https://itnext.io/vue-custom-route-hooks-3f50cc30bb87
#vue #hook #component
https://itnext.io/vue-custom-route-hooks-3f50cc30bb87
#vue #hook #component
Medium
Vue Route Component Hooks
How to request data in a universal web application
Melakukan Debugging aplikasi web Angular dengan Source Maps
https://blog.angularindepth.com/debug-angular-apps-in-production-without-revealing-source-maps-ab4a235edd85
#angular #source #map
https://blog.angularindepth.com/debug-angular-apps-in-production-without-revealing-source-maps-ab4a235edd85
#angular #source #map
Medium
Debug Angular apps in production without revealing source maps
Alternate approaches to handle source maps
Membuat komponen untuk fungsi mengunggah file CSV di Vue JS
https://vuejsexamples.com/vue-js-component-to-handle-csv-uploads-with-field-mapping/
#vue #component #csv
https://vuejsexamples.com/vue-js-component-to-handle-csv-uploads-with-field-mapping/
#vue #component #csv
Vue.js Examples
Vue.js component to handle CSV uploads with field mapping
Vue.js component to select a CSV file, map the columns to fields, and post it somewhere.
Beberapa framework Node.js yang menarik dicoba di tahun 2019 nanti
https://hackernoon.com/which-node-js-frameworks-to-use-in-2019-43031d95c923
#nodejs #2019
https://hackernoon.com/which-node-js-frameworks-to-use-in-2019-43031d95c923
#nodejs #2019
Hacker Noon
Which Node.js Frameworks To Use in 2019?
With the arrival of Node.js, JavaScript has come to the forefront. It is likely to happen, since it is already a well-known programming…
Catatan rilis library GlueGun untuk membuat aplikasi CLI dengan Node.js
https://shift.infinite.red/announcing-gluegun-2-0-a-delightful-way-to-build-command-line-apps-in-node-936f9ab9916d
#nodejs #cli #gluegun
https://shift.infinite.red/announcing-gluegun-2-0-a-delightful-way-to-build-command-line-apps-in-node-936f9ab9916d
#nodejs #cli #gluegun
Red Shift
Announcing Gluegun 2.0 — A delightful way to build command line apps in Node
I’m pleased to announce the official release of Gluegun 2.0!
Beberapa hal yang perlu diperhatikan ketika membuat aplikasi mobile dengan NativeScript dan Vue JS
https://medium.com/learning-lab/lessons-learned-on-writing-apps-with-nativescript-vuejs-bd6a3066f0cb
#vue #nativescript #mobile
https://medium.com/learning-lab/lessons-learned-on-writing-apps-with-nativescript-vuejs-bd6a3066f0cb
#vue #nativescript #mobile
Medium
Lessons Learned on Writing Apps with NativeScript VueJS
How to build native apps with NativeScript VueJS and its pros and cons
Penggunaan dynamic import atau lazy import untuk membuat aplikasi web menjadi lebih cepat
https://blog.jscrambler.com/how-to-make-your-app-faster-with-webpack-dynamic-imports/
#import #webpack #bundle
https://blog.jscrambler.com/how-to-make-your-app-faster-with-webpack-dynamic-imports/
#import #webpack #bundle
Jscrambler
How to Make Your App Faster with Webpack Dynamic Imports | Jscrambler Blog
Website speed is a vital metric for user experience and SEO. This tutorial explains how to use webpack dynamic imports to make your application faster.
Penggunaan dynamic import untuk membuat aplikasi web menjadi lebih cepat
https://dev.to/ben/we-reduced-our-vendorjs-from-210kb-to-16kb-in-about-five-minutes-of-work-and-ten-lines-of-code-1ole
#webpack #import
https://dev.to/ben/we-reduced-our-vendorjs-from-210kb-to-16kb-in-about-five-minutes-of-work-and-ten-lines-of-code-1ole
#webpack #import
DEV Community
We reduced our vendor.js from 210kb to 16kb in about five minutes of work and ten lines of code
Even though we strive for a minimal JavaScript load on dev.to, we had gotten la...
TypeScript yang merupakan superset dari JavaScript disarankan untuk dipelajari
https://hub.packtpub.com/8-programming-languages-to-learn-in-2019/
#typescript
https://hub.packtpub.com/8-programming-languages-to-learn-in-2019/
#typescript
Packt Hub
8 programming languages to learn in 2019 | Packt Hub
What is the best programming language to learn in 2019? Whether you're a developer or data analyst, find out what language should be your priority.
Tips penggunaan SwitchMap untuk navigasi di dalam routing Angular
https://blog.angularindepth.com/new-in-angular-7-better-navigations-79267db452c0
#angular #router #navigation
https://blog.angularindepth.com/new-in-angular-7-better-navigations-79267db452c0
#angular #router #navigation
Angular In Depth
Improved Navigation in Angular 7 with switchMap
In Angular 7, there can be only one active navigation. Learn how this is implemented internally, and how you can leverage these changes.
Beberapa penjelasan awal tentang Node.js yang sering dilewatkan
https://itnext.io/an-intro-to-node-js-that-you-may-have-missed-b175ef4277f7
#nodejs #intro #guide
https://itnext.io/an-intro-to-node-js-that-you-may-have-missed-b175ef4277f7
#nodejs #intro #guide
Medium
An Intro to Node.js That You May Have Missed
This post does an intro to Node.js in a compact, yet comprehensive (hopefully) manner.
Beberapa tips dan panduan dalam memulai belajar JavaScript di tahun 2019
https://developer.okta.com/blog/2018/12/19/learn-javascript-in-2019
#nodejs #javascript #guide #2019 #intro
https://developer.okta.com/blog/2018/12/19/learn-javascript-in-2019
#nodejs #javascript #guide #2019 #intro
Okta Developer
Learn JavaScript in 2019
There's never been a better time to be a programmer, and JavaScript is a strategically important language to learn. Make it your goal to learn more in 2019!