Menggunakan JWT untuk authentication di GraphQL dengan library Hasura
http://auth0.com/blog/using-jwts-for-graphql-authorization-with-hasura/
#hasura #auth #graphql #jwt
http://auth0.com/blog/using-jwts-for-graphql-authorization-with-hasura/
#hasura #auth #graphql #jwt
Auth0 - Blog
Authorization Using JWT Authentication with Hasura GraphQL Engine
Learn how GraphQL APIs can be secured using JSON Web Tokens for authorization in the Hasura GraphQL Engine and CLI platform.
Angular Console , yaitu aplikasi GUI untuk operasi Angular CLI dan manajemen aplikasi web berbasis Angular , kini telah tersedia plugin ekstensi untuk text editor Visual Studio Code
selengkapnya :
https://blog.nrwl.io/angular-console-vscode-plugin-57ba2d9fa071
Untuk Angular Console bisa di cek disini :
https://angularconsole.com/
#angular #console
selengkapnya :
https://blog.nrwl.io/angular-console-vscode-plugin-57ba2d9fa071
Untuk Angular Console bisa di cek disini :
https://angularconsole.com/
#angular #console
Medium
Angular Console VSCode Plugin
Victor Savkin is a co-founder of nrwl.io, providing Angular consulting to enterprise teams. He was previously on the Angular core team at…
Build Tools baru bernama Pika Pack, untuk membungkus library atau package atau dependency sebelum dipublikasikan atau didistribusikan
https://www.pikapkg.com/blog/introducing-pika-pack/
#pika #pack #library #build
https://www.pikapkg.com/blog/introducing-pika-pack/
#pika #pack #library #build
Melakukan proses kompresi data dengan Zip di backend Node.js
https://mentorcruise.com/learn/zipping-and-unzipping-files-nodejs/
#nodejs #zip #unzip
https://mentorcruise.com/learn/zipping-and-unzipping-files-nodejs/
#nodejs #zip #unzip
Mentorcruise
Zipping and unzipping files with NodeJS
Imagine you have a directory of zipped files and you want to unzip them all. This can be achieved manually by clicking on all of them to unzip them, but it can also be achieved with a simple NodeJS script. The other day I had do to this with dozens of files…
Menggunakan komponen Grid dari Kendo UI di dalam framework Vue JS
https://www.telerik.com/amp/blogs/how-to-use-a-vue-grid-ui-component-in-your-web-app-part-1
#vue #css #kendo #ui #grid
https://www.telerik.com/amp/blogs/how-to-use-a-vue-grid-ui-component-in-your-web-app-part-1
#vue #css #kendo #ui #grid
Telerik Blogs
How to Use a Vue Grid UI Component in Your Web App (Part 1)
Let's learn how to create a Grid with the new native Grid in Kendo UI for Vue. The new native Grid is built with Vue from the ground up.
Latihan menggunakan Dependency Injection di Angular
https://hackernoon.com/injectable-decorators-tree-shakable-providers-in-angular-c0e1509e4363
#tree #shaking #angular
https://hackernoon.com/injectable-decorators-tree-shakable-providers-in-angular-c0e1509e4363
#tree #shaking #angular
Hackernoon
Injectable Decorators & Tree shakable Providers in Angular
Membaca data set yang besar dengan menggunakan Node.js Event Stream
https://itnext.io/using-node-js-to-read-really-really-large-files-pt-1-d2057fe76b33
https://itnext.io/streams-for-the-win-a-performance-comparison-of-nodejs-methods-for-reading-large-datasets-pt-2-bcfa732fa40e
#nodejs #large #data #file
https://itnext.io/using-node-js-to-read-really-really-large-files-pt-1-d2057fe76b33
https://itnext.io/streams-for-the-win-a-performance-comparison-of-nodejs-methods-for-reading-large-datasets-pt-2-bcfa732fa40e
#nodejs #large #data #file
Medium
Using Node.js to Read Really, Really Large Datasets & Files (Pt 1)
Node can handle big data pretty, darn well.
Fitur JavaScript ES2018 yang membantu dalam penulisan Regex
https://www.smashingmagazine.com/2019/02/regexp-features-regular-expressions/
#regex #es2018
https://www.smashingmagazine.com/2019/02/regexp-features-regular-expressions/
#regex #es2018
Smashing Magazine
New JavaScript Features That Will Change How You Write Regex — Smashing Magazine
If you have ever done any sort of sophisticated text processing and manipulation in JavaScript, you’ll appreciate the new features introduced in ES2018. In this article, we take a good look at how the ninth edition of the standard improves the text processing…
Situs yang berisi snippet dan kumpulan konfigurasi untuk server Nginx .
https://nginxconfig.io
#nginx #config #snippet
https://nginxconfig.io
#nginx #config #snippet
Latihan membuat blog dengan Gatsby JS dan Contentful CMS sebagai pengganti Wordpress CMS .
Latihan nya :
https://www.youtube.com/watch?v=fY3mBJSDA44
Playlistnya :
https://www.youtube.com/playlist?list=PL2dKqfImstaRbjzzirbBfv9W2kycaKjvs
Latihan lengkap di Udemy nya :
https://www.udemy.com/gatsby-static-site-generator-for-react-complete-guide
#cms #ssr #gatsby
Latihan nya :
https://www.youtube.com/watch?v=fY3mBJSDA44
Playlistnya :
https://www.youtube.com/playlist?list=PL2dKqfImstaRbjzzirbBfv9W2kycaKjvs
Latihan lengkap di Udemy nya :
https://www.udemy.com/gatsby-static-site-generator-for-react-complete-guide
#cms #ssr #gatsby
YouTube
Gatsby And Contentful - The Headless CMS Approach - Episode 1
Gatsby And Contentful - The Headless CMS Approach
Episode 1: Starting A New Gatsby Project And Setup Contentful
This is the first episode of the six-part “Gatsby And Contentful - The Headless CMS Approach” tutorial. In this tutorial we'll start from scratch…
Episode 1: Starting A New Gatsby Project And Setup Contentful
This is the first episode of the six-part “Gatsby And Contentful - The Headless CMS Approach” tutorial. In this tutorial we'll start from scratch…
Referensi untuk konfigurasi Visual Studio Code
https://flaviocopes.com/vscode-setup/
#code #setup #vscode
https://flaviocopes.com/vscode-setup/
#code #setup #vscode
Flaviocopes
Configuring VS Code
How to set up VS Code from zero to a perfect tool for JavaScript development
Membuat fitur lokalisasi bahasa di Angular dengan i18n
https://medium.freecodecamp.org/how-to-implement-localization-in-angular-using-i18n-tools-a88898b1a0d0
#angular #localization #language
https://medium.freecodecamp.org/how-to-implement-localization-in-angular-using-i18n-tools-a88898b1a0d0
#angular #localization #language
freeCodeCamp.org
How to implement localization in Angular using i18n tools
Introduction In this article, we will learn how to make our Angular app available in different languages using i18n and localization. We will create an Angular application and configure it to serve the content in three different languages. We will also deploy…
Membaca data JSON dari framework Gatsby JS dan GraphQL
https://dev.to/emmawedekind/reading-data-from-a-json-file-with-gatsby--graphql-58a2
#json #graphql #gatsby
https://dev.to/emmawedekind/reading-data-from-a-json-file-with-gatsby--graphql-58a2
#json #graphql #gatsby
The DEV Community
Reading Data From A JSON File With Gatsby + GraphQL
Use gatsby-transformer-json to read data from a local JSON file and dynamically generate list items in a React component
Beberapa penjelasan teknik rendering halaman aplikasi web
https://developers.google.com/web/updates/2019/02/rendering-on-the-web
#rendering #web
https://developers.google.com/web/updates/2019/02/rendering-on-the-web
#rendering #web
web.dev
Rendering on the Web | Articles | web.dev
Recommendations for implementing logic and rendering in apps.
Membuat state management sederhana dengan Service dan RxJs di Angular
https://dev.to/avatsaev/simple-state-management-in-angular-with-only-services-and-rxjs-41p8
#angular #service #rxjs
https://dev.to/avatsaev/simple-state-management-in-angular-with-only-services-and-rxjs-41p8
#angular #service #rxjs
DEV Community
Simple state management in Angular with only Services and RxJS
One of the most challenging things in software development is state management. Currently there are s...
Membuat komponen khusus pencarian dengan Akita State dan Angular
https://itnext.io/creating-an-independent-search-component-using-akita-angular-ea6b67da90d7
#angular #akita #search
https://itnext.io/creating-an-independent-search-component-using-akita-angular-ea6b67da90d7
#angular #akita #search
Medium
Creating an Independent Search Component Using Akita & Angular
Recently, I started using Akita as my state storage for my new application. It ships with bunch of nice concepts for clearing up the usage…
Latihan menggunakan teknik lazy loading di Angular
https://medium.com/@kylerjohnson26/why-how-to-lazy-load-in-angular-f86b987cd528
#angular #lazy #load #module
https://medium.com/@kylerjohnson26/why-how-to-lazy-load-in-angular-f86b987cd528
#angular #lazy #load #module
Medium
Why & How to Lazy Load in Angular
Picture it. You have to find the perfect last minute gift so you open a new tab and do a quick Google search. You get the results and you…
Latihan bagian pertama. dasar pengenalan Node.js dengan TypeScript
https://wanago.io/2019/02/11/node-js-typescript-modules-file-system/
#typescript #nodejs #module
https://wanago.io/2019/02/11/node-js-typescript-modules-file-system/
#typescript #nodejs #module
Marcin Wanago Blog - JavaScript, both frontend and backend
Node.js TypeScript #1. Modules, process arguments and File System
Basics of TypeScript Node.js: modules, the global object, basics of the file system and passing additional arguments when running a script.
Ubuntu 14.04 akan habis masa dukungannya. Silahkan perbarui ke Ubuntu Desktop atau Ubuntu Server 18.04 LTS bagi server yang masih memakai Ubuntu 14.04 .
https://itsfoss.com/ubuntu-14-04-end-of-life/
#ubuntu #eol #upgrade
https://itsfoss.com/ubuntu-14-04-end-of-life/
#ubuntu #eol #upgrade
It's FOSS
Ubuntu 14.04 has Reached End of Life. Here are Your Options - It's FOSS
Ubuntu 14.04 is reaching its end of lie on April 30, 2019. This means there will be no security updates for Ubuntu 14.04 users beyond this date.
Memanfaatkan fitur tree shaking di Angular
https://blog.angularindepth.com/angular-revisited-tree-shakable-components-and-optional-ngmodules-329a4629276d
#angular #tree #shaking
https://blog.angularindepth.com/angular-revisited-tree-shakable-components-and-optional-ngmodules-329a4629276d
#angular #tree #shaking