Latihan membuat Docker Images dan Dockerfile
https://alligator.io/workflow/intro-to-docker-images/
#docker #images #dockerfile
https://alligator.io/workflow/intro-to-docker-images/
#docker #images #dockerfile
Multi Threading di Javascript dengan Web Worker untuk eksekusi kode secara paralel
https://dev.to/g33konaut/javascript-in-parallel-web-workers-explained-5588
#worker #web #parallel #thread
https://dev.to/g33konaut/javascript-in-parallel-web-workers-explained-5588
#worker #web #parallel #thread
DEV Community
JavaScript in parallel - web workers explained
An example along with an explanation on how to use web workers to parallelize JavaScript and run JavaScript code in parallel.
Membuat kapitalisasi karakter String di Javascript
https://alligator.io/js/capitalizing-strings/
#capitalize #string
https://alligator.io/js/capitalizing-strings/
#capitalize #string
Digitalocean
Capitalizing Strings in JavaScript | DigitalOcean
Learn different techniques for capitalizing strings in JavaScript, whether it’s the whole string, the first letter or the first letter of each word.
Contekan Cheatsheet untuk menggunakan CSS Flexbox untuk tampilan halaman web app
https://www.freecodecamp.org/news/flexbox-the-ultimate-css-flex-cheatsheet/
#flexbox #cheatsheet
https://www.freecodecamp.org/news/flexbox-the-ultimate-css-flex-cheatsheet/
#flexbox #cheatsheet
freeCodeCamp.org
Flexbox - The Ultimate CSS Flex Cheatsheet (with animated diagrams!)
This comprehensive CSS flexbox cheatsheet will cover everything you need to know to start using flexbox in your web projects. CSS flexbox layout allows you to easily format HTML. Flexbox makes it simple to align items vertically and horizontally usin...
Contoh kasus penggunaan Javascript Sets dari ES2015
https://medium.com/javascript-in-plain-english/using-javascript-sets-37752330682d
#sets #es6 #es2015
https://medium.com/javascript-in-plain-english/using-javascript-sets-37752330682d
#sets #es6 #es2015
Medium
Using JavaScript Sets
Some Interesting Uses, Observations and Gotchas
Menjalankan proses backup database MongoDb secara berkala dengan Node JS
https://levelup.gitconnected.com/how-to-set-up-scheduled-mongodb-backups-with-a-bit-of-node-js-b81abebfa20
#nodejs #backup #mongodb
https://levelup.gitconnected.com/how-to-set-up-scheduled-mongodb-backups-with-a-bit-of-node-js-b81abebfa20
#nodejs #backup #mongodb
Medium
How To Set Up Scheduled MongoDB Backups with a Bit of Node.js
With a couple of dependencies and some JavaScript, you can set up automatic backups on your servers for your MongoDB instances.
Ekstensi Extension Pack yang berisi kumpulan ekstensi penting untuk pengembangan aplikasi berbasis JavaScript telah tersedia pembaruannya. Di dalam paket ekstensi ini terdapat ekstensi untuk framework-framework JavaScript dan Node JS, serta beberapa alat utilitas yang mempermudah pengembangan aplikasi.
Untuk tautan unduh ekstensi dan keterangan lebih lanjut
https://marketplace.visualstudio.com/items?itemName=GulajavaMinistudio.javascript-complete-packs
https://medium.com/javascript-indonesia-community/ekstensi-visual-studio-code-untuk-javascript-web-app-development-394e6cdfc59
Kode sumber ekstensi dan catatan rilis
https://github.com/GulajavaMinistudio/FullJSExtensionPackCode
#extension #code #codium
Untuk tautan unduh ekstensi dan keterangan lebih lanjut
https://marketplace.visualstudio.com/items?itemName=GulajavaMinistudio.javascript-complete-packs
https://medium.com/javascript-indonesia-community/ekstensi-visual-studio-code-untuk-javascript-web-app-development-394e6cdfc59
Kode sumber ekstensi dan catatan rilis
https://github.com/GulajavaMinistudio/FullJSExtensionPackCode
#extension #code #codium
Contoh kasus penggunaan Generators di ES2015
https://levelup.gitconnected.com/es6-generators-in-javascript-9cc301ed7665
#es2015 #generators #es6
https://levelup.gitconnected.com/es6-generators-in-javascript-9cc301ed7665
#es2015 #generators #es6
Medium
ES6 Generators in JavaScript, a Real-World Use Case
Developers have difficulty understanding when to use generators — learn how to integrate them by understanding this real-world use case.
Beberapa kelebihan fungsi dan fitur dari Headless CMS berbasis Node JS yaitu Strapi CMS
https://www.jsmonday.dev/articles/44/5-things-i-love-about-strapi-a-node-js-headless-cms
#strapi #cms #nodejs
https://www.jsmonday.dev/articles/44/5-things-i-love-about-strapi-a-node-js-headless-cms
#strapi #cms #nodejs
Latihan panjang membuat Blockchain sederhana dengan Javascript dan Node JS
https://www.jsmonday.dev/articles/34/writing-a-blockchain-in-node-js
#nodejs #blockchain
https://www.jsmonday.dev/articles/34/writing-a-blockchain-in-node-js
#nodejs #blockchain
Membuat parallax scroll dengan Vue JS
https://medium.com/javascript-in-plain-english/how-to-add-parallax-scrolling-to-your-vue-js-app-5c045ad83c26
#vue #parallax #scrolling
https://medium.com/javascript-in-plain-english/how-to-add-parallax-scrolling-to-your-vue-js-app-5c045ad83c26
#vue #parallax #scrolling
Medium
How To Add Parallax Scrolling to Your Vue.js App
Parallax scrolling is the effect where the background image scrolls slower than the elements in the foreground, creating an illusion of…
Panduan penggunaan beberapa library untuk melakukan unit testing di Node JS, seperti dengan Mocha , Chai , Sinon
https://dev.to/ielgohary/node-testing-essentials-a-node-developer-s-guide-to-testing-m16
#nodejs #testing #mocha #chai
https://dev.to/ielgohary/node-testing-essentials-a-node-developer-s-guide-to-testing-m16
#nodejs #testing #mocha #chai
DEV Community
Node Testing Essentials (A node developer's guide to testing)
Recently, I started to write complex tests for node and I realized that I need to use more than one l...
Melacak error yang muncul pada kode atau aplikasi web versi produksi di Angular dengan Rollbar Service
https://www.thirdrocktechkno.com/blog/error-tracking-in-angular-using-rollbar/
#rollbar #error #tracking
https://www.thirdrocktechkno.com/blog/error-tracking-in-angular-using-rollbar/
#rollbar #error #tracking
Third Rock Techkno
Error tracking in Angular using Rollbar
Rollbar provides developers with real-time reporting of exceptions and ongoing deployment monitoring
Mendeteksi apakah Tab Browser yang dipakai untuk membuka halaman sedang aktif atau tidak dengan menggunakan Javascript
https://levelup.gitconnected.com/detecting-the-focus-of-browser-tab-in-javascript-d4460bc579ac
#tab #browser #active #focus
https://levelup.gitconnected.com/detecting-the-focus-of-browser-tab-in-javascript-d4460bc579ac
#tab #browser #active #focus
Medium
Detecting Focus of a Browser Tab in JavaScript
Determine if a tab has received focus from the user and how to handle events if the focus changes
Perbedaan antara Map dengan ForEach dalam operasi Array di JavaScript
https://medium.com/better-programming/what-is-the-difference-between-map-and-foreach-in-javascript-9bc49afa2703
#array #map #foreach
https://medium.com/better-programming/what-is-the-difference-between-map-and-foreach-in-javascript-9bc49afa2703
#array #map #foreach
Medium
What Is the Difference Between map() and forEach() in JavaScript?
Usage, speed comparison, and more
Menggunakan Design Pattern seperti project React pada project berbasis Vue JS
https://dev.to/alfinsuryas/design-patterns-vue-feels-like-react-typescript-38in
#vue #react #design #pattern
https://dev.to/alfinsuryas/design-patterns-vue-feels-like-react-typescript-38in
#vue #react #design #pattern
Konversi Object menjadi Array di JavaScript
https://medium.com/dailyjs/converting-object-to-an-array-in-javascript-c7147f2ff750
#array #object #conversion #es2015
https://medium.com/dailyjs/converting-object-to-an-array-in-javascript-c7147f2ff750
#array #object #conversion #es2015
Medium
Converting Object to an Array in JavaScript
Finally, with ES2017, it’s official now! We have 3 variations to convert an Object to an Array in JavaScript 🎊
Kelas Udemy saat ini sedang mengalami diskon harga menjadi Rp 140.000,- untuk semua kelas belajar online. Promosi berlaku hingga 5 Desember 2019
Daftar kelas belajar online JavaScript Node JS App Development dan guru instruktor yang menarik bisa di cek disini
https://gist.github.com/GulajavaMinistudio/6750759820298cc88148e73b6a2b68a7
Pembelian bisa dengan metode transfer bank, Alfamart, Indomaret, Doku, Potong Pulsa, Google Play Balance, dan Gopay
#udemy #googleplay
Daftar kelas belajar online JavaScript Node JS App Development dan guru instruktor yang menarik bisa di cek disini
https://gist.github.com/GulajavaMinistudio/6750759820298cc88148e73b6a2b68a7
Pembelian bisa dengan metode transfer bank, Alfamart, Indomaret, Doku, Potong Pulsa, Google Play Balance, dan Gopay
#udemy #googleplay
Menjalankan Docker Compose untuk membuat container MERN Stack
https://medium.com/better-programming/using-docker-compose-to-hook-up-a-full-stack-application-react-node-typescript-mongodb-fa66b96369a1
#docker #compose #mern #nodejs
https://medium.com/better-programming/using-docker-compose-to-hook-up-a-full-stack-application-react-node-typescript-mongodb-fa66b96369a1
#docker #compose #mern #nodejs
Medium
Using Docker-Compose to Hook up a React/TypeScript/MongoDB Application
Use Docker to streamline your development experience
Contoh penggunaan Yarn untuk package Manager NPM
https://levelup.gitconnected.com/know-yarn-before-learning-node-js-bf39a50fb27f
#yarn #npm
https://levelup.gitconnected.com/know-yarn-before-learning-node-js-bf39a50fb27f
#yarn #npm
Medium
Know Yarn Before Learning Node.js
I hope someone told me about Yarn before I learn Node.js. Didn’t see any tutorial for Node.js mentioned about it. So thought I should…