Membuat aplikasi otomasi rumah Home Automation dengan Raspberry Pi , JavaScript , React Native , Express
https://apiko.com/blog/how-to-build-home-automation-app-with-raspberry-pi-and-javascript/
#raspberry #automation #javascript
https://apiko.com/blog/how-to-build-home-automation-app-with-raspberry-pi-and-javascript/
#raspberry #automation #javascript
Apiko | Blog
Building Home Automation Open-Source App With React Native, Node, Express and Raspberry Pi
In this article, I would like to show how to build a home automation system with Raspberry Pi and such technologies as React Native, NodeJS + ExpressJS
Latihan membuat sitemap di aplikasi web Gatsby JS
https://scotch.io/tutorials/building-a-custom-sitemap-for-your-gatsbyjs-site
#gatsby #jamstack #sitemap
https://scotch.io/tutorials/building-a-custom-sitemap-for-your-gatsbyjs-site
#gatsby #jamstack #sitemap
Scotch
Building a Custom Sitemap for Your Gatsby.js Site
Building static sites with React.js using Gatsby.js seem to be more and more a topic of debate when you require an easy to deploy setup, blazing fast speed and smooth developer experience. Gatsby has been consistently growing, and I am super glad to see this…
Penggunaan API Lazy Loading di Google Chrome untuk memuat gambar dan video di bagian akhir
https://addyosmani.com/blog/lazy-loading/
#lazy #loading #chrome
https://addyosmani.com/blog/lazy-loading/
#lazy #loading #chrome
Addyosmani
Native image lazy-loading for the web!
In this post, we’ll look at the new loading attribute which brings native <img> and <iframe> lazy-loading to the web!. For the curious, here’s a ...
Beberapa contoh penggunaan Console Log api untuk debugging di JavaScript
https://areknawo.com/getting-creative-with-the-console-api/
#console #log #debug
https://areknawo.com/getting-creative-with-the-console-api/
#console #log #debug
Arek Nawo
Getting creative with the Console API!
Make your console.logs fancier and more stylish with unknown, yet standardized methods! #javascript #webdevelopment #webdev #programming #debugging #console #bugs #style
Contoh penggunaan WebShare API untuk membagikan konten di aplikasi web PWA
https://love2dev.com/blog/webshare-api/
#webshare #pwa #spa
https://love2dev.com/blog/webshare-api/
#webshare #pwa #spa
Love2Dev
How Can You Use the Web Share API?
The Webshare API brings native sharing to social networks, SMS, email and other targets to the web. Now you can invoke the native share dialog from a web page.
Gitpod , layanan untuk melakukan programming langsung di halaman web repository GitHub
https://www.gitpod.io/blog/gitpod-launch/
#gitpod #repository #app #coding
https://www.gitpod.io/blog/gitpod-launch/
#gitpod #repository #app #coding
www.gitpod.io
Introducing Gitpod — Frictionless Coding on GitHub
Every day developers waste millions of hours switching contexts between projects and branches, setting up developer environments, or
Beberapa alasan kenapa JAMStack mulai banyak dipakai dan dikombinasikan dalam pengembangan aplikasi web serba JavaScript
https://www.contentful.com/blog/2018/04/11/new-era-static-sites-rise-future/
#jamstack #fullstack
https://www.contentful.com/blog/2018/04/11/new-era-static-sites-rise-future/
#jamstack #fullstack
Contentful
The future of generating a static website is JavaScript
A new crop of generators are changing the landscape, with static website JavaScript builds powering the next wave of content infrastructure.
Contoh kasus penggunaan TypeScript dalam pengembangan aplikasi web
https://khalilstemmler.com/articles/when-to-use-typescript-guide/
#typescript #web
https://khalilstemmler.com/articles/when-to-use-typescript-guide/
#typescript #web
Khalilstemmler
When To Use TypeScript - A Detailed Guide Through Common Scenarios | Khalil Stemmler
Strap yourself in. In this guide, we compare when it's absolutely vital to be using TypeScript, the strictly-typed programming language, and when it makes sense to stick to vanilla JavaScript.
Beberapa fitur ES2015 yang wajib diketahui
https://medium.freecodecamp.org/these-are-the-features-in-es6-that-you-should-know-1411194c71cb
#es2015 #feature
https://medium.freecodecamp.org/these-are-the-features-in-es6-that-you-should-know-1411194c71cb
#es2015 #feature
freeCodeCamp.org
These are the features in ES6 that you should know
By Cristian Salcescu ES6 brings more features to the JavaScript language. Some new syntax allows you to write code in a more expressive way, some features complete the functional programming toolbox, and some features are questionable. let and const ...
Membuat Interactive Voice Response atau IVR dengan JavaScript Node.js dan Express JS
https://www.nexmo.com/blog/2019/04/08/build-interactive-voice-response-node-express-javascritpt-dr/
#ivr #nodejs #express
https://www.nexmo.com/blog/2019/04/08/build-interactive-voice-response-node-express-javascritpt-dr/
#ivr #nodejs #express
Nexmo Developer Blog
Build an Interactive Voice Response Menu using Node.js and Express - Nexmo Developer Blog
This tutorial shows you how to build interactive voice reponse menus for your application using Nexmo, Node.js and the Express framework.
Cara menggunakan Http Client Axios dengan JavaScript biasa atau Vanilla
https://alligator.io/js/axios-vanilla-js/
#axios #es2015
https://alligator.io/js/axios-vanilla-js/
#axios #es2015
Digitalocean
How To Use Axios with JavaScript | DigitalOcean
Learn how to use Axios with JavaScript to perform GET, POST, and DELETE requests.
Cara memakai Internationalization i18n di Angular
https://alligator.io/angular/internationalization/
#angular #i18n #internationalization
https://alligator.io/angular/internationalization/
#angular #i18n #internationalization
alligator.io
How to use Internationalization (i18n) in Angular
Here's an article on how to make use of the built-in internationalization (i18n) features in Angular 7+.
Latihan kesembilan mengenal Node.js dengan TypeScript yaitu pengenalan Event Loop
https://wanago.io/2019/04/08/node-js-typescript-event-loop/
#nodejs #event #loop #typescript
https://wanago.io/2019/04/08/node-js-typescript-event-loop/
#nodejs #event #loop #typescript
Marcin Wanago Blog - JavaScript, both frontend and backend
Node.js TypeScript #9. The Event Loop in Node.js
In this part of the course, we cover setTimeout, setInterval, setImmediate, and process.nextTick. To do it, we go through the event loop.
Menghindari penggunaan ElementRef dan dianjurkan menggunakan Renderer API di Angular untuk manipulasi DOM
https://www.zeptobook.com/stop-using-elementref-for-dom-manipulation-in-angular/
#angular #dom #renderer #elementref
https://www.zeptobook.com/stop-using-elementref-for-dom-manipulation-in-angular/
#angular #dom #renderer #elementref
ZeptoBook
Stop Using ElementRef! For DOM Manipulation In Angular - ZeptoBook
DOM manipulation is much easier in all versions of Angular 2+. Let's see why should we avoid using ElementRef and use Renderer2 of Angular.
Proses publikasi atau Deploy aplikasi Angular Universal ke layanan Firebase Hosting
https://www.smartcodehub.com/blog/detail/angular-universal-on-firebase-hosting
#angular #firebase #hosting
https://www.smartcodehub.com/blog/detail/angular-universal-on-firebase-hosting
#angular #firebase #hosting
Menguji coba tampilan aplikasi web dengan menggunakan layanan Percy
https://css-tricks.com/testing-for-visual-regressions-with-percy/
#testing #percy #unit
https://css-tricks.com/testing-for-visual-regressions-with-percy/
#testing #percy #unit
CSS-Tricks
Testing For Visual Regressions With Percy | CSS-Tricks
It’s a Herculean task to test
Contoh penggunaan Define Property pada Object di JavaScript
https://appdividend.com/2019/04/06/javascript-object-defineproperty-example-object-defineproperty-tutorial/
#object #property
https://appdividend.com/2019/04/06/javascript-object-defineproperty-example-object-defineproperty-tutorial/
#object #property
AppDividend
Javascript Object defineProperty Example | Object.defineProperty() Tutorial
Javascript Object defineProperty Example | Object.defineProperty() Tutorial. The static method Object.defineProperty() defines a new property directly on an object, or modifies an existing property on an object, and returns the object.
Latihan dasar JavaScript dengan membuat aplikasi ToDo List dengan Vanilla JavaScript ES2015
https://medium.com/@carlosdaviddacosta/develop-a-to-do-list-app-in-vanilla-javascript-95377ec370c5
#todo #list #es2015
https://medium.com/@carlosdaviddacosta/develop-a-to-do-list-app-in-vanilla-javascript-95377ec370c5
#todo #list #es2015
Medium
Develop a To-Do List APP in Vanilla Javascript
Today we will be building a very simple To-Do List app using pure javascript, you can check it out live here. A good practice exercise for…
Cara mengganti folder untuk resource src pada proyek berbasis Vue CLI 3
https://medium.com/js-dojo/renaming-src-folder-of-a-vue-cli-3-project-18904b76b96f
#vue #cli #src #rename
https://medium.com/js-dojo/renaming-src-folder-of-a-vue-cli-3-project-18904b76b96f
#vue #cli #src #rename
Medium
Renaming src Folder of a Vue CLI 3 Project
The challenge of designing a good CLI tool is to balance sensible defaults with the freedom to customize.