Latihan web scrapping dengan Node.js
https://medium.com/@inem.patrick/web-scraping-with-node-js-c93dcf76fe2b
#nodejs #web #scrapping
https://medium.com/@inem.patrick/web-scraping-with-node-js-c93dcf76fe2b
#nodejs #web #scrapping
Medium
Web scraping with Node.js
Web scraping is a technique used for retrieving data from websites. You fetch the page’s contents, and then extract the data you need from…
Membuat aplikasi home automation dengan React Native , Raspberry Pi, dan Node.js
https://apiko.com/blog/how-to-build-home-automation-app-with-raspberry-pi-and-javascript/
#nodejs #react #raspberry
https://apiko.com/blog/how-to-build-home-automation-app-with-raspberry-pi-and-javascript/
#nodejs #react #raspberry
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 Web Components dengan menggunakan Angular
https://2muchcoffee.com/blog/creation-of-custom-web-components-with-angular-6-elements
#angular #web #component
https://2muchcoffee.com/blog/creation-of-custom-web-components-with-angular-6-elements
#angular #web #component
Web Native Hybrid and Mobile app development blog | 2muchcoffee
Creation of custom web components with Angular 6 Elements
After the package of Angular 6 Elements was released, web component creation became much easier than it had been before. Read the detailed tutorial on how to setup Angular environment for custom component developing.
Mengenal library app Bundler yang bernama Zero Server
https://blog.logrocket.com/an-intro-to-zero-server-a-new-tool-to-simplify-web-development-42bee961e5d1
#zero #server
https://blog.logrocket.com/an-intro-to-zero-server-a-new-tool-to-simplify-web-development-42bee961e5d1
#zero #server
LogRocket
An intro to Zero Server, a new tool to simplify web development
Learn how Zero Server can help speed up web development by eliminating the hassle of package management and routing.
Contoh penggunaan Flatmap di ES2019
http://www.discoversdk.com/blog/using-flatmap-in-es2019
#es2019 #flatmap
http://www.discoversdk.com/blog/using-flatmap-in-es2019
#es2019 #flatmap
discoversdk
Using flatMap in ES2019 - DiscoverSDK Blog
Latihan Authentication dan Authorization pada aplikasi web Next JS dengan GraphQL
https://javascriptkicks.com/articles/172746/add-authentication-and-authorization-to-next-js-8-serverless-apps-using-jwt-and-graphql
#next #graphql #jwt
https://javascriptkicks.com/articles/172746/add-authentication-and-authorization-to-next-js-8-serverless-apps-using-jwt-and-graphql
#next #graphql #jwt
Javascriptkicks
Add Authentication and Authorization to Next.js 8 Serverless Apps using JWT and GraphQL | JavaScriptKicks
- Deploy a Node.js Express JWT service for authenticating requests to Hasura GraphQL Engine.
- Authorization using JWT and Hasura GraphQL permissions
- A sample Next.js 8 app with login,signup and articles listing page
- Deploy to Now.sh using serverless…
- Authorization using JWT and Hasura GraphQL permissions
- A sample Next.js 8 app with login,signup and articles listing page
- Deploy to Now.sh using serverless…
Pembaruan untuk text editor Visual Studio Code 1.33 sudah tersedia, untuk pembaruan bulan Maret 2019 .
https://code.visualstudio.com/updates/v1_33
Catatan rilisnya :
Easy Display Language selection - Quick Pick to choose between installed locales.
Configurable IntelliSense display - Filter out elements like keywords or remove displayed icons.
Choose default formatter - Set default document formatter by project and language.
Go to Definition locations - Open Peek view and/or navigate to primary location.
Convert to destructured parameters - New JS/TS refactoring to use named parameter objects.
Debugging support for subsessions - See subprocesses displayed under main debug session.
Launch URI with debug session - Automatically open a browser when debugging web server code.
Install missing extension dependencies - Detect and offer to install missing dependencies.
"Remote Debugging for Node.js" topic - Learn how to attach to Node.js apps running on Azure.
Download langsung di :
https://code.visualstudio.com/
#code #vscode
https://code.visualstudio.com/updates/v1_33
Catatan rilisnya :
Easy Display Language selection - Quick Pick to choose between installed locales.
Configurable IntelliSense display - Filter out elements like keywords or remove displayed icons.
Choose default formatter - Set default document formatter by project and language.
Go to Definition locations - Open Peek view and/or navigate to primary location.
Convert to destructured parameters - New JS/TS refactoring to use named parameter objects.
Debugging support for subsessions - See subprocesses displayed under main debug session.
Launch URI with debug session - Automatically open a browser when debugging web server code.
Install missing extension dependencies - Detect and offer to install missing dependencies.
"Remote Debugging for Node.js" topic - Learn how to attach to Node.js apps running on Azure.
Download langsung di :
https://code.visualstudio.com/
#code #vscode
Visualstudio
March 2019 (version 1.33)
See what is new in the Visual Studio Code March 2019 Release (1.33)
Contoh autentikasi di Express JS dengan GraphQL dan Apollo
https://ikbendirk.nl/posts/easy-authentication-in-graphql-with-express-and-apollo
#graphqp #apollo #express
https://ikbendirk.nl/posts/easy-authentication-in-graphql-with-express-and-apollo
#graphqp #apollo #express
ikbendirk.nl
Easy authentication in GraphQL with Express and Apollo - Blog of Dirk H. Wolthuis
In this tutorial I will show how easy authentication can be if you harness the power of GraphQL and Express. Combined you have best of both worlds: querying data like a champ and using traditional API calls for mundane stuff like user creation and authentication.
Mempublikasikan layanan microservices Node.js ke layanan serverless Zeit Now
https://dev.to/julianduque/deploying-node-js-microservices-to-zeit-now-54j7
#zeit #now #serverless
https://dev.to/julianduque/deploying-node-js-microservices-to-zeit-now-54j7
#zeit #now #serverless
The DEV Community
Deploying Node.js microservices to ZEIT ▲ Now
In this article we are going to see how to deploy Node.js microservices and static websites to the Now v2.0 platform by ZEIT ▲
Latihan menggunakan Continuous Integration Drone CI . Drone CI ini bersifat open source dan dapat di pasang di server sendiri
https://dev.to/alex_barashkov/getting-started-with-open-source-drone-ci-4pgc
#drone #ci #cd
https://dev.to/alex_barashkov/getting-started-with-open-source-drone-ci-4pgc
#drone #ci #cd
DEV Community
Getting started with open-source Drone CI
If you are building your side project or startup and want to avoid spending too...
Menggunakan Task Execution di Visual Studio Code untuk menjalankan eksekusi perintah tertentu di dalam pengembangan aplikasi web
https://itnext.io/upgrade-your-javascript-test-execution-techniques-with-vs-code-2cda226715fd
#code #vscode #task #test
https://itnext.io/upgrade-your-javascript-test-execution-techniques-with-vs-code-2cda226715fd
#code #vscode #task #test
ITNEXT
Upgrade your Javascript test execution techniques with VS Code!
Let’s talk about Testing — Visual Studio Code.
Melakukan unit testing aplikasi web berbasis TypeScript
https://journal.artfuldev.com/unit-testing-node-applications-with-typescript-using-mocha-and-chai-384ef05f32b2
#typescript #test #unit #testing #nodejs
https://journal.artfuldev.com/unit-testing-node-applications-with-typescript-using-mocha-and-chai-384ef05f32b2
#typescript #test #unit #testing #nodejs
Medium
Unit testing node applications with TypeScript — using mocha and chai
TypeScript has gotten so much better in the last year, and so many projects have adopted it. But how do you write your tests in TypeScript?
Beberapa hal yang perlu diketahui tentang Promise All
https://medium.freecodecamp.org/promise-all-in-javascript-with-example-6c8c5aea3e32
#promise #all #promiseall
https://medium.freecodecamp.org/promise-all-in-javascript-with-example-6c8c5aea3e32
#promise #all #promiseall
freeCodeCamp.org
All you need to know about Promise.all
Promises in JavaScript are one of the powerful APIs that help us to do Async operations. Promise.all takes Async operations to the next new level as it helps you to aggregate a group of promises. In other words, I can say that it helps you to do concurrent…
Ekstensi Visual Studio Code untuk melakukan highlight baris yang dipilih. Berguna ketika demo dan presentasi, atau live coding.
https://dev.to/nickytonline/what-s-a-recent-awesome-vs-code-extension-you-installed-38de
#code #vscode #highlight #line
https://dev.to/nickytonline/what-s-a-recent-awesome-vs-code-extension-you-installed-38de
#code #vscode #highlight #line
The DEV Community
What's an awesome VS Code extension you recently installed?
I just came across a simple yet awesome VS Code extension tonight care of Elija...
Membuat tema dengan CSS Variables di dalam aplikasi web Angular
https://medium.freecodecamp.org/how-to-create-themes-for-your-angular-7-apps-using-css-variables-69251690e9c5
#angular #css #variables
https://medium.freecodecamp.org/how-to-create-themes-for-your-angular-7-apps-using-css-variables-69251690e9c5
#angular #css #variables
freeCodeCamp.org
How to create themes for your Angular 7 apps using CSS Variables
In this post, we will build a super simple cryptocurrency listing app using Angular 7 and CSS variables. Table of ContentsDesignProject SetupCodeConclusion, Repo, and Further ReadingWhat we’re aiming forDesignFeel free to skip this section if you’re only…
Latihan sederhana membuat aplikasi galeri foto dengan Vue JS, Axios , dan Flickr API
https://medium.com/@magyarn/simple-photo-app-with-vue-js-axios-and-flickr-api-part-1-e6e84bfe2580
https://medium.com/@magyarn/simple-photo-app-with-vue-js-axios-and-flickr-api-part-2-171d108c4678?sk=1fc7e08e91b1adfaa02eef821c2aa8c9
https://medium.com/@magyarn/simple-photo-app-with-vue-js-axios-and-flickr-api-part-3-7f5aaf4c0bf8?sk=48f98917960486af71ae69cfe09bcc4e
#vue #axios #flickr #gallery #photo
https://medium.com/@magyarn/simple-photo-app-with-vue-js-axios-and-flickr-api-part-1-e6e84bfe2580
https://medium.com/@magyarn/simple-photo-app-with-vue-js-axios-and-flickr-api-part-2-171d108c4678?sk=1fc7e08e91b1adfaa02eef821c2aa8c9
https://medium.com/@magyarn/simple-photo-app-with-vue-js-axios-and-flickr-api-part-3-7f5aaf4c0bf8?sk=48f98917960486af71ae69cfe09bcc4e
#vue #axios #flickr #gallery #photo
Medium
Simple Photo App with Vue.js, Axios and Flickr API — Part 1
Project setup and our first API call
Beberapa referensi buku yang menarik dibaca oleh pengembang aplikasi
https://medium.freecodecamp.org/9-books-for-junior-developers-in-2019-e41fc7ecc586
#books #reference #javascript
https://medium.freecodecamp.org/9-books-for-junior-developers-in-2019-e41fc7ecc586
#books #reference #javascript
freeCodeCamp.org
Books that Junior Developers should read
By Khalil Stemmler These books “are basically cheat codes” for leveling up your skills and knowledge as a developer. Whether you’re a new developer or you’re fairly experienced as a programmer, you’ll come to realize that the amount of time you’ve wo...
Latihan algoritma matematika range sum untuk menghitung jumlah array dan jumlah angka diantara anggota array
https://scotch.io/courses/the-ultimate-guide-to-javascript-algorithms/range-sum
#algorithm #mathematic #range #sum
https://scotch.io/courses/the-ultimate-guide-to-javascript-algorithms/range-sum
#algorithm #mathematic #range #sum
Scotch
Range Sum
Sometimes, while performing mathematical calculations, there comes the need to sum up a range of numbers. Some programming languages make this easy by implementing helper functions that enable one achieve such tasks simply via a function call. Not JavaScript!…
Menggunakan fungsi fungsi di JavaScript ES2016 untuk menggantikan fungsi dari library Lodash
https://blog.bitsrc.io/you-dont-need-lodash-or-how-i-started-loving-javascript-functions-3f45791fa6cd
#lodash #es2016
https://blog.bitsrc.io/you-dont-need-lodash-or-how-i-started-loving-javascript-functions-3f45791fa6cd
#lodash #es2016
Medium
You don’t need Lodash or How I started loving JavaScript functions
A brief overview of pure replacement functions over Lodash/Underscore.js