Pencocokan pola dan Type safety di dalam TypeScript
https://blog.logrocket.com/pattern-matching-and-type-safety-in-typescript-1da1231a2e34
#typescript #safety #type
https://blog.logrocket.com/pattern-matching-and-type-safety-in-typescript-1da1231a2e34
#typescript #safety #type
LogRocket Blog
Pattern matching and type safety in TypeScript - LogRocket Blog
I think it’s fair to say that most programmers understand type safety as a feature of the programming language which eliminates the type errors. TypeScript as a statically typed superset of JavaScript addresses this issue, especially in the strict mode which…
Membuat aplikasi Progressive Web Apps dengan framework Angular
https://developer.okta.com/blog/2019/01/30/first-angular-pwa
#angular #pwa
https://developer.okta.com/blog/2019/01/30/first-angular-pwa
#angular #pwa
Okta Developer
Build Your First PWA with Angular
This post shows you how to build a PWA (Progressive Web Application) with Angular, Angular CLI, and Angular Material.
Optimasi aplikasi Vue JS dengan Lazy Loading
https://itnext.io/vue-js-app-performance-optimization-part-1-introduction-to-performance-optimization-and-lazy-29e4ff101019
#vue #lazy #load
https://itnext.io/vue-js-app-performance-optimization-part-1-introduction-to-performance-optimization-and-lazy-29e4ff101019
#vue #lazy #load
Medium
Vue.js App Performance Optimization: part 1 — Introduction to performance optimization and lazy loading.
While mobile-first approach becomes a standard and uncertain network conditions are something we should always take into consideration…
Membuat aplikasi Progressive Web Apps dengan Angular dan Firebase
https://itnext.io/build-a-production-ready-pwa-with-angular-and-firebase-8f2a69824fcc
#angular #firebase #pwa
https://itnext.io/build-a-production-ready-pwa-with-angular-and-firebase-8f2a69824fcc
#angular #firebase #pwa
Medium
Build a production ready PWA with Angular and Firebase
This tutorial will cover how to build, optimise and host your PWA to provide native-like app experiences. It will score 100 on PWA audit!
Mengenal pembuatan Layout di Flutter dengan konsep CSS
Video
https://www.youtube.com/watch?v=u0e2L5yoxFI
Codelab
https://fireship.io/lessons/flutter-widget-positioning-guide/
#flutter #css
Video
https://www.youtube.com/watch?v=u0e2L5yoxFI
Codelab
https://fireship.io/lessons/flutter-widget-positioning-guide/
#flutter #css
YouTube
Flutter Layouts for the CSS Developer
Learn how to align, position, and build layouts in Flutter with comparisons to CSS flexbox 💪📦 - they have more in common than you might think https://fireship.io/lessons/flutter-widget-positioning-guide/
- Get the T-Shirt, use promo FLTTR https://teespr…
- Get the T-Shirt, use promo FLTTR https://teespr…
perbedaan antara sinkronus dan asinkronus programming di JavaScript
https://dev.to/hardy613/asynchronous-vs-synchronous-programming-23ed
#javascript #async #sync
https://dev.to/hardy613/asynchronous-vs-synchronous-programming-23ed
#javascript #async #sync
DEV Community
Asynchronous vs Synchronous Programming
Getting started with Async and Sync programming
Library Finance JS , library untuk kalkulasi yang bersifat finansial
http://financejs.org/
#finance #calculation
http://financejs.org/
#finance #calculation
Library untuk membuat gambar di dalam GitHub Contribution Graph
https://dev.to/annihil/github-spray-4e7n
#github #graph
https://dev.to/annihil/github-spray-4e7n
#github #graph
DEV Community
👾 GitHub Spray: Draw on your GitHub contrib graph ░▒▓█
👾Generate spray for your GitHub contribution graph ░▒▓█
Melihat kerangka proyek berbasis Node.js atau Boilerplate yang bernama Matterhorn
https://medium.freecodecamp.org/matterhorn-in-depth-project-aspects-explained-3348f569f30a
#boilerplate #nodejs
https://medium.freecodecamp.org/matterhorn-in-depth-project-aspects-explained-3348f569f30a
#boilerplate #nodejs
freeCodeCamp.org
Matterhorn in Depth — Project Aspects Explained
Recently, I published an article on my new project, Matterhorn 🏔, a Node.js API server boilerplate. It provides a set of opinionated…
Daftar ekstensi dan tema untuk Visual Studio Code yang dapat dipakai untuk membantu pengembangan web berbasis JavaScript .
https://medium.com/kode-dan-kodean/ekstensi-dan-tema-visual-studio-code-yang-saya-gunakan-6c3555762816
#code #vscode #extensions #ekstensi
https://medium.com/kode-dan-kodean/ekstensi-dan-tema-visual-studio-code-yang-saya-gunakan-6c3555762816
#code #vscode #extensions #ekstensi
Medium
Ekstensi dan Tema Visual Studio Code yang Saya Gunakan
Visual Studio Code (VS Code) ini adalah sebuah teks editor ringan dan handal yang dibuat oleh Microsoft untuk sistem operasi multiplatform…
Penjelasan fungsi operasi Array di JavaScript seperti map, filter, reduce , dan foreach
https://medium.com/front-end-weekly/map-filter-reduce-foreach-the-four-horsemen-of-modern-javascript-e39fb2c6bc2b
#array #map #filter #reduce #foreach
https://medium.com/front-end-weekly/map-filter-reduce-foreach-the-four-horsemen-of-modern-javascript-e39fb2c6bc2b
#array #map #filter #reduce #foreach
Medium
Map, Filter, Reduce, forEach -The Four Horsemen of Modern JavaScript
In the ancient times, there was this messiah called for loop. Just like every other programming languages, JavaScript too had it’s own for…
Beberapa cara untuk menghilangkan duplikat di dalam array dengan ES2015 , yaitu dengan Sets, Reduce , Filter, indexOf
https://medium.com/dailyjs/how-to-remove-array-duplicates-in-es6-5daa8789641c
#reduce #filter #sets #duplicate
https://medium.com/dailyjs/how-to-remove-array-duplicates-in-es6-5daa8789641c
#reduce #filter #sets #duplicate
Medium
How to Remove Array Duplicates in ES6
Let’s look at the 3 ways in ES6 to filter out duplicates from a JS array and return only the unique values. Using Set, Filter, and Reduce.
Komparasi dua Object yang dapat dipakai untuk menghapus duplikat di dalam Array
https://medium.com/@samanthaming/how-to-compare-2-objects-in-javascript-644a98a91c2d
#array #duplicate
https://medium.com/@samanthaming/how-to-compare-2-objects-in-javascript-644a98a91c2d
#array #duplicate
Medium
How to Compare 2 Objects in JavaScript 🎉
Objects are reference types so you can’t just use === or == to compare 2 objects. One quick way to compare if 2 objects have the same key…
Melihat penjelasan tentang directive untuk Slot V-Slot di Vue 2.6.0
https://vuedose.tips/tips/4/
#vue #slots
https://vuedose.tips/tips/4/
#vue #slots
vuedose.tips
New v-slot directive in Vue.js 2.6.0
Simplify the use of scoped slots with the new v-slot syntax introduced in Vue.js 2.6.0 beta 3
Contoh penggunaan Reduce untuk menghilangkan duplikat di dalam array
https://dev.to/marinamosti/removing-duplicates-in-an-array-of-objects-in-js-with-sets-3fep
#array #reduce
https://dev.to/marinamosti/removing-duplicates-in-an-array-of-objects-in-js-with-sets-3fep
#array #reduce
DEV Community
Removing duplicates in an Array of Objects in JS with Sets
The other day at work I was faced with what I think is a rather common problem when dealing with data...
Panduan penggunaan fitur fitur di CSS yang didukung oleh banyak browser
https://www.smashingmagazine.com/2019/02/css-browser-support/
#css #support #compatibility
https://www.smashingmagazine.com/2019/02/css-browser-support/
#css #support #compatibility
Smashing Magazine
A Guide To CSS Support In Browsers — Smashing Magazine
It can be frustrating when you want to use a feature and discover that it is not supported or behaves differently across browsers. In this article, Rachel Andrew explains how CSS is evolving to make it easier to deal with them.
https://devdactic.com/10-tools-ionic-developer/
Daftar Tools yang perlu diketahui Ionic Developer (beberapa bisa untuk Angular Developer jg)
#ionic #angular #tools
Daftar Tools yang perlu diketahui Ionic Developer (beberapa bisa untuk Angular Developer jg)
#ionic #angular #tools
Devdactic - Ionic Tutorials
10 Tools & Services Every Ionic Developer Should Know | Devdactic - Ionic Tutorials
We live in great times where we can use free frameworks and tools, even additional services with powerful tools, to create and realise our own apps without any real cost besides hardware and time! In this post I’ll show you 10 tools and services you might…
Bagi yang servernya masih menggunakan OS Ubuntu 14.04 LTS silahkan perbarui atau upgrade ke Ubuntu 18.04 LTS yang didukung sampai 10 tahun.
https://blog.ubuntu.com/2019/02/05/ubuntu-14-04-trusty-tahr-end-of-life
#ubuntu #server
https://blog.ubuntu.com/2019/02/05/ubuntu-14-04-trusty-tahr-end-of-life
#ubuntu #server