Metode prefetch halaman web di Angular dengan library Quicklink
https://blog.mgechev.com/2018/12/24/quicklink-angular-prefetching-preloading-strategy/
#angular #prefetch #library #quicklink
https://blog.mgechev.com/2018/12/24/quicklink-angular-prefetching-preloading-strategy/
#angular #prefetch #library #quicklink
Mgechev
Angular quicklink Preloading Strategy
A few months ago I posted an article about Guess.js. Guess.js is a powerful library for predictive prefetching of JavaScript based on analytics data for a website. The library consumes reports from an analytics source (by default Google Analytics) and builds…
Referensi membuat Shell Script yang bisa berjalan di Linux, Mac, dan windows
https://medium.com/@harshitsinha1102/cross-platform-portable-shell-scripts-using-node-69c63e7b578
#shellscript #platform
https://medium.com/@harshitsinha1102/cross-platform-portable-shell-scripts-using-node-69c63e7b578
#shellscript #platform
Medium
Cross Platform Portable Shell Scripts Using Node.js
Tired of writing and maintaining multiple Command Line scripts (shell / batch) for various platforms (Ubuntu/Windows/Mac) ?
Latihan dasar dan menengah untuk penggunaan state management Vuex di Vue JS
https://medium.com/dailyjs/mastering-vuex-zero-to-hero-e0ca1f421d45
#vuex #vue #state
https://medium.com/dailyjs/mastering-vuex-zero-to-hero-e0ca1f421d45
#vuex #vue #state
Medium
Mastering Vuex — Zero to Hero
The official documentation of Vuex defines it as a state management pattern + library for Vue.js applications. But what does this mean…
Menggunakan CI/CD dari Circle CI untuk melakukan deploy aplikasi web Angular me Firebase Hosting
https://blog.angularindepth.com/deploying-an-angular-site-to-firebase-with-circleci-ed881cb6a2fa
#firebase #ci #circle #angular
https://blog.angularindepth.com/deploying-an-angular-site-to-firebase-with-circleci-ed881cb6a2fa
#firebase #ci #circle #angular
Medium
The Angular DevOps Series: Deploying to Firebase with CircleCI
Using CircleCI to automate the deployment of an Angular Site to Firebase
Latihan menggunakan decorator di dalam TypeScript
https://codeburst.io/decorate-your-code-with-typescript-decorators-5be4a4ffecb4
#typescript #decorator
https://codeburst.io/decorate-your-code-with-typescript-decorators-5be4a4ffecb4
#typescript #decorator
Medium
Decorate your code with TypeScript decorators
Decorators introduces programmers to write the metadata annotation which will help you to introspect your code. Best use-case you find for…
Catatan rilis dari versi terbaru state management Akita untuk Angular
https://engineering.datorama.com/whats-new-in-akita-angular-forms-manager-dynamic-stores-and-more-8d8580b09963
#angular #akita #state
https://engineering.datorama.com/whats-new-in-akita-angular-forms-manager-dynamic-stores-and-more-8d8580b09963
#angular #akita #state
Medium
🚀 What’s New in Akita — Angular Forms Manager, Dynamic Stores and More!
Penjelasan tentang module di dalam Node.js
https://stackify.com/node-js-module-exports/
#module #export #nodejs
https://stackify.com/node-js-module-exports/
#module #export #nodejs
Stackify
Node.js Module Exports - Demystified
Understand Node.js Module Exports and get comfortable using the syntax. Get best practices for using module exporting to give your app a better structure.
Membuat Gallery gambar dengan menggunakan CSS Grid
https://medium.freecodecamp.org/how-to-create-an-image-gallery-with-css-grid-e0f0fd666a5c
#css #grid #gallery #image
https://medium.freecodecamp.org/how-to-create-an-image-gallery-with-css-grid-e0f0fd666a5c
#css #grid #gallery #image
freeCodeCamp.org
How to create an image gallery with CSS Grid
Image galleries made by websites like Unsplash, Pinterest Etc, are made by techniques like positioning or translating the image item which…
Panduan lengkap penggunaan CSS Grid untuk desain halaman web
https://css-tricks.com/snippets/css/complete-guide-grid/
#css #grid #guide
https://css-tricks.com/snippets/css/complete-guide-grid/
#css #grid #guide
CSS-Tricks
CSS Grid Layout Guide | CSS-Tricks
Our comprehensive guide to CSS grid, focusing on all the settings both for the grid parent container and the grid child elements.
Memahami fungsi Call, Bind , dan Apply di dalam JavaScript
https://blog.bitsrc.io/understanding-call-bind-and-apply-methods-in-javascript-33dbf3217be
#bind #call #apply
https://blog.bitsrc.io/understanding-call-bind-and-apply-methods-in-javascript-33dbf3217be
#bind #call #apply
Medium
Understanding Call, Bind and Apply Methods in JavaScript
Let’s look at some examples to demonstrate the behavior of ‘this’ in JavaScript.
Memahami penggunaan symlink npm-link di dalam dependency Node.js
https://medium.com/dailyjs/how-to-use-npm-link-7375b6219557
#symlink #npm #link
https://medium.com/dailyjs/how-to-use-npm-link-7375b6219557
#symlink #npm #link
Medium
How to use npm-link
Writing Application and Dependency Code Simultaneously
Studi kasus penggunaan Angular CLI Budgets untuk menentukan ukuran kode yang dipecah pecah
https://medium.com/dailyjs/how-did-angular-cli-budgets-save-my-day-and-how-they-can-save-yours-300d534aae7a
#angular #budget
https://medium.com/dailyjs/how-did-angular-cli-budgets-save-my-day-and-how-they-can-save-yours-300d534aae7a
#angular #budget
Medium
How Did Angular CLI Budgets Save My Day And How They Can Save Yours
Budgets is one of the less known features of the Angular CLI which helps you to keep application bundle sizes in check and prevent bugs…
Melakukan validasi jika input adalah string kosong dengan JavaScript
https://www.codementor.io/zellliew/checking-if-an-input-is-empty-with-javascript-qohmdi5i2
#input #state #empty
https://www.codementor.io/zellliew/checking-if-an-input-is-empty-with-javascript-qohmdi5i2
#input #state #empty
www.codementor.io
Checking if an input is empty with JavaScript | Codementor
This article shows you how to check if an input is empty with JavaScript
Panduan lengkap menggunakan teknik lazy loading image atau gambar di halaman web
https://css-tricks.com/the-complete-guide-to-lazy-loading-images/
#image #lazy #load
https://css-tricks.com/the-complete-guide-to-lazy-loading-images/
#image #lazy #load
CSS-Tricks
The Complete Guide to Lazy Loading Images | CSS-Tricks
Wondering how lazy loading images works? It's an important thing to understand as it can really speed up the loading of your page and reduce bandwidth usage both for your site and the user.
Latihan dasar membuat backend JavaScript Node.js tanpa menggunakan paket tambahan.
https://medium.freecodecamp.org/a-no-frills-guide-to-node-js-how-to-create-a-node-js-web-app-without-external-packages-a7b480b966d2
#nodejs #package #npm
https://medium.freecodecamp.org/a-no-frills-guide-to-node-js-how-to-create-a-node-js-web-app-without-external-packages-a7b480b966d2
#nodejs #package #npm
Studi kasus tentang aplikasi web dengan mode Progressive Web App untuk menggantikan aplikasi mobile native
https://www.smashingmagazine.com/2018/12/pwa-native-mobile-apps/
#pwa #native #study
https://www.smashingmagazine.com/2018/12/pwa-native-mobile-apps/
#pwa #native #study
Smashing Magazine
Will PWAs Replace Native Mobile Apps? — Smashing Magazine
The mobile web has definitely improved from where it was just a couple years ago. When it comes to the mobile user experience, are mobile websites all that bad? You hear so much about the benefits of building a dedicated native app, but that can become an…
Beberapa catatan untuk perbaikan di fitur mode Progressive Web App di tahun yang akan datang
https://medium.com/@firt/my-wish-list-for-progressive-web-apps-in-2019-ba2df2bb1f6f
#pwa #wishlist
https://medium.com/@firt/my-wish-list-for-progressive-web-apps-in-2019-ba2df2bb1f6f
#pwa #wishlist
Medium
My Wish List for Progressive Web Apps in 2019
2018 was the Year of PWAs thanks to a series of news on the Web Platform, such as:
Latihan menggunakan Serverless dengan Node.js dan GraphQL
https://levelup.gitconnected.com/going-serverless-with-nodejs-graphql-part-ii-1810445028a4
#nodejs #graphql #aws #lambda
https://levelup.gitconnected.com/going-serverless-with-nodejs-graphql-part-ii-1810445028a4
#nodejs #graphql #aws #lambda
Medium
Going Serverless with NodeJS & GraphQL (Part II) — Implementing GraphQL on AWS Lambda
Before you read this, note that there is the initial article on cloud-formation templates here. You can read that to get a better…
Cerita pengalaman pengembang aplikasi web suatu perusahaan memperbarui aplikasi web nya ke Angular versi terbaru dalam waktu kurang dari satu hari
https://medium.com/airfrance-klm/how-we-upgraded-a-website-with-half-a-billion-annual-users-to-angular-7-in-less-then-a-day-71de33a1108e
#angular #study #upgrade
https://medium.com/airfrance-klm/how-we-upgraded-a-website-with-half-a-billion-annual-users-to-angular-7-in-less-then-a-day-71de33a1108e
#angular #study #upgrade
Medium
How we upgraded a website with half a billion annual users to Angular 7 in less than a day
and how we will do it much faster in Angular 8
Latihan menggunakan TypeScript decorator untuk pemetaan data di REST API dalam aplikasi web Angular
https://medium.com/@sunnysun_5694/how-to-map-rest-api-data-using-decorator-pattern-in-angular-6-94eb49ba16b1
#angular #decorator #typescript
https://medium.com/@sunnysun_5694/how-to-map-rest-api-data-using-decorator-pattern-in-angular-6-94eb49ba16b1
#angular #decorator #typescript
Noteworthy - The Journal Blog
How to map REST API data using Decorator pattern in Angular 6
In this article, I will talk about how to use the Decorator pattern to consume REST API in Angular 6.