Latihan menggunakan Stripe Elements di Angular untuk membuat fungsi checkout pembelian online
https://www.youtube.com/watch?v=zTj0FZHunNE
Codelab
https://fireship.io/lessons/stripe-elements-angular/
#angular #stripe
https://www.youtube.com/watch?v=zTj0FZHunNE
Codelab
https://fireship.io/lessons/stripe-elements-angular/
#angular #stripe
YouTube
Stripe Elements & Checkout with Angular - Monetize your PWA
Implement Stripe's JavaScript packages to collect đź’¸ credit cards and payment sources from your frontend Angular code. https://fireship.io/lessons/stripe-elements-angular/
- $10 off Fireship PRO use coupon 4wcebivB https://fireship.io/pro
- Stripe JS htt…
- $10 off Fireship PRO use coupon 4wcebivB https://fireship.io/pro
- Stripe JS htt…
Latihan menggunakan Validator di Express JS Node.js
https://medium.com/@auth0/express-validator-tutorial-d8213f1c1e4
https://auth0.com/blog/express-validator-tutorial/
#express #nodejs #validator
https://medium.com/@auth0/express-validator-tutorial-d8213f1c1e4
https://auth0.com/blog/express-validator-tutorial/
#express #nodejs #validator
Medium
Express Validator Tutorial
TL;DR: In this article, you will learn to validate and sanitize data in your Express.js applications using a set of middleware called…
Membuat pop up ketika teks dipilih sepertihalnya di Medium Blog dengan Vue JS dan CSS
https://medium.freecodecamp.org/how-to-create-a-medium-like-highlight-menu-in-vue-dc515f2dddef
#vue #selector #highlight #popup
https://medium.freecodecamp.org/how-to-create-a-medium-like-highlight-menu-in-vue-dc515f2dddef
#vue #selector #highlight #popup
freeCodeCamp.org
How to Create a Medium-Like Highlight Menu in Vue
by Taha Shashtari How to Create a Medium-Like Highlight Menu in VueA cool feature in Medium is the highlight menu that pops up when you select some text. This menu contains buttons that allow you to perform certain actions on the selected text like highlight…
Menggunakan fungsi Destructuring di JavaScript ES2016
https://medium.com/@codingsam/awesome-javascript-destructuring-assignment-55fd2e9d3dc4
#destructuring #object #es2016
https://medium.com/@codingsam/awesome-javascript-destructuring-assignment-55fd2e9d3dc4
#destructuring #object #es2016
Medium
Awesome Javascript — Destructuring assignment
Javascript is becoming more and more a really cool language. Why? Because of all the features introduced in ES6 (ECMAScript 6 aka…
Beberapa library dan komponen yang dipakai untuk keperluan aplikasi web Angular
https://dev.to/frostqui/my-favorite-angular-libraries-to-use-in-any-project-47ai
#angular #library #component
https://dev.to/frostqui/my-favorite-angular-libraries-to-use-in-any-project-47ai
#angular #library #component
DEV Community
My favorite Angular libraries to use in any project
Post originally written by me in spanish here: Mejores librerĂas Angular As in...
Cara melakukan operasi CRUD di Angular ke Firebase Firestore
https://itnext.io/how-to-crud-in-angular-firebase-firestore-456353d7c62
#angilar #firebase #firestore #crud
https://itnext.io/how-to-crud-in-angular-firebase-firestore-456353d7c62
#angilar #firebase #firestore #crud
Medium
How to CRUD in Angular + Firebase Firestore
A complete example walk through with code snippets and full code repo
Tips desain yang responsif dari halaman web dengan CSS Grid
https://medium.freecodecamp.org/how-to-make-your-html-responsive-by-adding-a-single-line-of-css-2a62de81e431
#css #grid #flexbox
https://medium.freecodecamp.org/how-to-make-your-html-responsive-by-adding-a-single-line-of-css-2a62de81e431
#css #grid #flexbox
freeCodeCamp.org
How to make your HTML responsive by adding a single line of CSS
In this article, I’ll teach you how to use CSS Grid to create a super cool image grid which varies the number of columns with the width of the screen. And the most beautiful part: the responsiveness will be added with a single line of CSS. This means we don’t
Cara eksekusi async dan await di dalam perulangan Array
https://www.coreycleary.me/executing-arrays-of-async-await-javascript-functions-in-series-vs-concurrently/
#array #async #await
https://www.coreycleary.me/executing-arrays-of-async-await-javascript-functions-in-series-vs-concurrently/
#array #async #await
www.coreycleary.me
Executing arrays of async/await JavaScript functions in series vs. concurrently – Corey Cleary
When dealing with an array of async/await functions (which return Promises), it can be tricky to figure out how to execute them all in series (one-at-a-time) and how to call them in concurrently (not one-at-a-time, executed during overlapping time periods).
Membuat fitur lazy loading ketika memuat video berdasarkan kecepatan koneksi internet
https://medium.com/dailyjs/lazy-loading-video-based-on-connection-speed-e2de086f9095
#lazy #load #video #connection #speed
https://medium.com/dailyjs/lazy-loading-video-based-on-connection-speed-e2de086f9095
#lazy #load #video #connection #speed
Medium
Lazy Loading Video Based on Connection Speed
Save us all some bandwidth with this JavaScript method to lazy load videos based on a users connection speed.
Latihan membuat aplikasi web modern dengan Webpack dan Progressive Web Apps
https://medium.freecodecamp.org/how-to-write-simple-modern-javascript-apps-with-webpack-and-progressive-web-techniques-a30354eab214
#webpack #pwa
https://medium.freecodecamp.org/how-to-write-simple-modern-javascript-apps-with-webpack-and-progressive-web-techniques-a30354eab214
#webpack #pwa
freeCodeCamp.org
How to write simple modern JavaScript apps with Webpack and progressive web techniques
Have you thought of making modern JavaScript applications with the simplest setup possible for your next project?
Menggunakan SVG untuk template di komponen Angular, untuk membuat animasi grafik yang interaktif
https://medium.com/@oocx/using-svg-files-as-component-templates-with-angular-cli-ea58fe79b6c1
#svg #template #angular
https://medium.com/@oocx/using-svg-files-as-component-templates-with-angular-cli-ea58fe79b6c1
#svg #template #angular
Medium
Using svg files as component templates with Angular CLI
Use .svg graphics as component templates to dynamically generate interactive graphics.
Menggunakan Docker untuk membangun lingkungan pengembangan berbasis Node.js
https://auth0.com/blog/amp/use-docker-to-create-a-node-development-environment/
#nodejs #docker
https://auth0.com/blog/amp/use-docker-to-create-a-node-development-environment/
#nodejs #docker
Auth0 - Blog
Use Docker to Create a Node Development Environment
Leverage Docker images and containers to create an isolated Node development environment that runs a server
Beberapa latihan berseri untuk memulai belajar Docker
https://dev.to/softchris/5-part-docker-series-beginner-to-master-3m1b
#docker
https://dev.to/softchris/5-part-docker-series-beginner-to-master-3m1b
#docker
DEV Community
5 part Docker series, beginner to master
This is to tell you that I've written a 5 part Docker series that takes you all the way from beginner to proficient in Docker
Teknik load balancing dengan Nginx pada aplikasi Node.js di dalam Docker
https://auth0.com/blog/load-balancing-nodejs-applications-with-nginx-and-docker/
#docker #nginx #nodejs
https://auth0.com/blog/load-balancing-nodejs-applications-with-nginx-and-docker/
#docker #nginx #nodejs
Auth0 - Blog
Load Balancing Node.js Applications with NGINX and Docker
Let's dockerize two instances of a Node.js application and load balance them with NGINX.
Perbedaan Flexbox dan CSS Grid dan contoh kasus penggunaan nya
https://webdesign.tutsplus.com/articles/flexbox-vs-css-grid-which-should-you-use--cms-30184
#css #flexbox #cssgrid #case
https://webdesign.tutsplus.com/articles/flexbox-vs-css-grid-which-should-you-use--cms-30184
#css #flexbox #cssgrid #case
Web Design Envato Tuts+
CSS Grid vs. Flexbox: Which should you use and when?
CSS Grid and Flexbox are two CSS layout modules. While they might seem similar, each offers unique features with specific use cases. Learn more about CSS Grid vs. Flexbox in this post.
Cara menjalankan teks editor Visual Studio Code di Server
https://dev.to/babak/how-to-run-vs-code-on-the-server-3c7h
#code #vscode #server
https://dev.to/babak/how-to-run-vs-code-on-the-server-3c7h
#code #vscode #server
DEV Community
How to run VS Code on the server!
VS Code is my favorite editor for web development. The integrated terminal, the...
Pengalaman dalam membangun aplikasi Angular skala besar
https://medium.com/@arcanous/lessons-from-building-large-angular-apps-managing-subscriptions-fe3aca839e35
#angular #scale #subscription #observable
https://medium.com/@arcanous/lessons-from-building-large-angular-apps-managing-subscriptions-fe3aca839e35
#angular #scale #subscription #observable
Medium
Lessons from building large Angular apps: Managing subscriptions
Hi, iam@harijs.dev and I work for PassionatePeople
Mengatasi error di dalam hasil perbandingan object dengan operator && ( short circuit evaluation )
https://dev.to/samanthaming/prevent-object-retrieval-typeerror-with--37b7
#comparation #condition #evaluation #compare
https://dev.to/samanthaming/prevent-object-retrieval-typeerror-with--37b7
#comparation #condition #evaluation #compare
The Practical Dev
Prevent Object Retrieval TypeError with &&
In JavaScript && is not just a logical operator, it can be used as a Guard Operator to prevent Object Retrieval TypeError...
Cara kerja Google Bot melakukan indexing aplikasi web modern berbasis JavaScript
https://youtu.be/LXF8bM4g-J4
#seo #indexing #bot #google
https://youtu.be/LXF8bM4g-J4
#seo #indexing #bot #google
YouTube
How Google Search indexes JavaScript sites - JavaScript SEO
Martin Splitt, Webmaster Trends Analyst, explains how JavaScript influences SEO and how to optimize your JavaScript-powered website to be search-friendly.
Get started with search → https://bit.ly/2VlnMaI
Learn more on how to make your website discoverable…
Get started with search → https://bit.ly/2VlnMaI
Learn more on how to make your website discoverable…