Penggunaan pengaman tipe variabel Type Guard di TypeScript
https://www.matthewgerstman.com/ts-tricks-type-guards/
#typescript #type #guard
https://www.matthewgerstman.com/ts-tricks-type-guards/
#typescript #type #guard
Matthew T Gerstman
TS Tricks: Type Guards
With everyone getting excited about Typescript I thought it'd be fun to do a walkthrough of one of my favorite features, type guards. These are type-safe functions that allow us to assert that an argument matches a certain type. The best part is these work…
Penjelasan Node JS TypeScript untuk mode Readable Stream
https://wanago.io/2019/03/04/node-js-typescript-4-paused-and-flowing-modes-of-a-readable-stream/
#stream #flow #pause #mode #nodejs
https://wanago.io/2019/03/04/node-js-typescript-4-paused-and-flowing-modes-of-a-readable-stream/
#stream #flow #pause #mode #nodejs
Marcin Wanago Blog - JavaScript, both frontend and backend
Node.js TypeScript #4. Paused and flowing modes of a readable stream - wanago.io - Marcin Wanago Blog
1. Node.js TypeScript #1. Modules, process arguments, basics of the File System 2. Node.js TypeScript #2. The synchronous nature of the EventEmitter 3. Node.js TypeScript #3. Explaining the Buffer 4. Node.js TypeScript #4. Paused and flowing modes of a readable…
Perbedaan antara map filter dan reduce di dalam Array JavaScript
https://www.matthewgerstman.com/map-filter-reduce/
#filter #map #reduce #ES2015
https://www.matthewgerstman.com/map-filter-reduce/
#filter #map #reduce #ES2015
Matthew T Gerstman
Map, Filter, Reduce
In this article we'll go back to basics and cover three of the most important functions in functional programming, map, filter, and reduce.
Penjelasan not not operator untuk komparasi nilai variabel
https://love2dev.com/blog/javascript-not-operator/
#operator #not #not
https://love2dev.com/blog/javascript-not-operator/
#operator #not #not
Love2Dev
What is the !! (not not) operator in JavaScript?
Wondering what !! means in JavaScript? It is a convenient way to convert a value to a boolean using a double JavaScript not operator.
Beberapa referensi template berbasis Bootstrap CSS
https://webdesign.tutsplus.com/articles/20-amazing-bootstrap-template-to-try-in-2019--cms-32742
#bootstrap #template #css
https://webdesign.tutsplus.com/articles/20-amazing-bootstrap-template-to-try-in-2019--cms-32742
#bootstrap #template #css
Web Design Envato Tuts+
30 Amazing Bootstrap Templates to Try in 2024
Looking for top Bootstrap website templates? Here's a selection of the best Bootstrap templates from Envato Elements. Build amazing Bootstrap websites with them!
Beberapa ekstensi untuk Visual Studio Code yang dipakai untuk pengembangan aplikasi web
https://medium.com/kode-dan-kodean/ekstensi-dan-tema-visual-studio-code-yang-saya-gunakan-6c3555762816
#code #vscode #extension #indonesia
https://medium.com/kode-dan-kodean/ekstensi-dan-tema-visual-studio-code-yang-saya-gunakan-6c3555762816
#code #vscode #extension #indonesia
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…
Membuat prototipe aplikasi Node.js dengan Webtask IO
https://medium.com/applantic/rapid-node-prototyping-for-hackathon-projects-with-webtask-io-dbd40d1753df
#nodejs #prototype #webtask
https://medium.com/applantic/rapid-node-prototyping-for-hackathon-projects-with-webtask-io-dbd40d1753df
#nodejs #prototype #webtask
Medium
Rapid Node Prototyping for Hackathon projects with Webtask.io
From nothing to deployed server-less function in 30 seconds.
Latihan pengenalan TypeScript bagian kedua
https://areknawo.com/typescript-introduction-pt2/
#typescript #basic
https://areknawo.com/typescript-introduction-pt2/
#typescript #basic
Arek Nawo
TypeScript introduction - part II
Next installment of the TypeScript grand introduction - classes, interfaces & more! 🚀
#typescript #javascript #programming #tutorial #code #webdeveleopment #webdev #development
#typescript #javascript #programming #tutorial #code #webdeveleopment #webdev #development
Penggunaan metode autentikasi pengguna dengan Two Factor Authentication di Node.js
https://www.thepolyglotdeveloper.com/2019/03/two-factor-authentication-totp-using-nodejs-speakeasy/
#nodejs #twofactor #auth
https://www.thepolyglotdeveloper.com/2019/03/two-factor-authentication-totp-using-nodejs-speakeasy/
#nodejs #twofactor #auth
The Polyglot Developer
Two-Factor Authentication With TOTP Using Node.js And Speakeasy
Learn how to use Speakeasy to handle two-factor authentication (2FA) time-based one-time password (TOTP) codes with JavaScript and Node.js.
👍1
Optimasi aplikasi web Angular untuk performa yang lebih baik
https://medium.freecodecamp.org/how-to-get-the-best-performance-out-of-your-angular-apps-d5132a6c3335
#angular #optimize
https://medium.freecodecamp.org/how-to-get-the-best-performance-out-of-your-angular-apps-d5132a6c3335
#angular #optimize
freeCodeCamp.org
How to get the best performance out of your Angular apps
Angular is a great framework and can be used for developing large scale applications, but can be tricky to fine tune and achieve good load…
Perbandingan antara metode JSON Web Token JWT dengan Cookies
https://medium.com/@zhirzh/jwt-vs-cookies-not-really-7625dd18fa53
#jwt #cookies
https://medium.com/@zhirzh/jwt-vs-cookies-not-really-7625dd18fa53
#jwt #cookies
Medium
JWT & Cookies; not JWT vs Cookies
A brief overview of “a 🍎 to 🍊” comparison between JWT & HTTP cookies
Beberapa tips penggunaan Http Interceptor di Angular
https://blog.angularindepth.com/top-10-ways-to-use-interceptors-in-angular-db450f8a62d6
#angular #http #interceptor
https://blog.angularindepth.com/top-10-ways-to-use-interceptors-in-angular-db450f8a62d6
#angular #http #interceptor
Panduan penggunaan Promise di JavaScript
https://itnext.io/promises-the-definitive-guide-6a49e0dbf3b7
#promise #async #await #es2015
https://itnext.io/promises-the-definitive-guide-6a49e0dbf3b7
#promise #async #await #es2015
Medium
Promises: The Definitive Guide
Not as Powerful as You Think
Mengenal dan menggunakan Node Version Manager NVM until manajemen versi Node.js
https://itnext.io/nvm-the-easiest-way-to-switch-node-js-environments-on-your-machine-in-a-flash-17babb7d5f1b
#nodejs #nvm
https://itnext.io/nvm-the-easiest-way-to-switch-node-js-environments-on-your-machine-in-a-flash-17babb7d5f1b
#nodejs #nvm
Medium
NVM, the Easiest Way to Switch Node.js Environments on Your Machine in a Flash
Nope, I didn’t Misspell NPM — Node Version Manager is it’s Own Handy Dev Tool
Mengambil data lokasi Geocoding untuk aplikasi web Nuxt JS / Vue JS dengan Mapbox dan Rails
https://itnext.io/geocoding-using-mapbox-rails-5-and-nuxtjs-vuejs-68d2c74f75f9
#nuxt #vue #mapbox #geocoding
https://itnext.io/geocoding-using-mapbox-rails-5-and-nuxtjs-vuejs-68d2c74f75f9
#nuxt #vue #mapbox #geocoding
ITNEXT
Geocoding using Mapbox, Rails 5 and NuxtJS/VueJS
Geocoding is the process of taking latitude and longitude to determine an address, or taking an address and producing latitude and…
Latihan gratis pemrograman JavaScript dengan standard dan arsitektur modern , seperti ES2015+ , yang dibuat oleh Scrimba dan Freecodecamp
Medium blog
https://medium.freecodecamp.org/learn-modern-javascript-in-this-free-28-part-course-7ec8d353eb
Course gratis
https://scrimba.com/g/ges6
#scrimba #es2015 #tutorial
Medium blog
https://medium.freecodecamp.org/learn-modern-javascript-in-this-free-28-part-course-7ec8d353eb
Course gratis
https://scrimba.com/g/ges6
#scrimba #es2015 #tutorial
freeCodeCamp.org
Learn ES6 in this free 28-part Scrimba course
Click here to get to the course. [https://scrimba.com/g/ges6?utm_source=freecodecamp.org&utm_medium=referral&utm_campaign=ges6_launch_article] As a part of our collaboration with freeCodeCamp, their eminent instructor Beau Carnes [https://twitter.com/car…
Latihan menggunakan Docker bagian kedua dari CodingTheSmartWay
https://medium.com/codingthesmartway-com-blog/docker-beginners-guide-part-2-services-eb49117b4241
#docker #container
https://medium.com/codingthesmartway-com-blog/docker-beginners-guide-part-2-services-eb49117b4241
#docker #container
Migrasi dari state management NgRX ke NgXS di Angular
https://medium.com/@joshblf/migrating-from-ngrx-to-ngxs-in-angular-6-ddddcdce543e
#angular #ngrx #ngxs #state #management
https://medium.com/@joshblf/migrating-from-ngrx-to-ngxs-in-angular-6-ddddcdce543e
#angular #ngrx #ngxs #state #management
Medium
Migrating from NGRX to NGXS in Angular 6
How do you eat an elephant?
Menggunakan Nuxt JS dengan Django Python untuk membuat aplikasi web mode server side rendering
https://scotch.io/tutorials/building-a-universal-application-with-nuxtjs-and-django
#nuxt #ssr
https://scotch.io/tutorials/building-a-universal-application-with-nuxtjs-and-django
#nuxt #ssr
Scotch
Building a Universal Application with Nuxt.js and Django
In this article, we will learn what a Universal application is and go on to build a Universal application using Nuxt.js and Django.
Latihan algoritma dengan menggunakan JavaScript
https://scotch.io/courses/the-ultimate-guide-to-javascript-algorithms/where-do-i-belong
#javascript #basic #algoritma
https://scotch.io/courses/the-ultimate-guide-to-javascript-algorithms/where-do-i-belong
#javascript #basic #algoritma
Scotch
Where Do I Belong
It never feels good to be lost and unable to find your way home, or so out of place and unable to fit in. Don’t get confused, this isn’t some dark and twisted literature about some scared lady lost in the dark and searching for redemption. In this article…