Latihan sederhana melakukan enkripsi kode JavaScript di sisi client
https://www.creativebloq.com/how-to/hide-your-javascript-code-from-view-source
#encrypt #javascript #client
https://www.creativebloq.com/how-to/hide-your-javascript-code-from-view-source
#encrypt #javascript #client
Creative Bloq
How to hide your JavaScript code from View Source
Keep your code safe from prying eyes with a bit of cunning obfuscation.
Membuat micro front end dengan Vue JS, AWS Lambda , dan Hypernova
https://medium.com/js-dojo/serverless-micro-frontends-using-vue-js-aws-lambda-and-hypernova-835d6f2b3bc9
#vue #aws #hypernova
https://medium.com/js-dojo/serverless-micro-frontends-using-vue-js-aws-lambda-and-hypernova-835d6f2b3bc9
#vue #aws #hypernova
Medium
Serverless Micro-frontends using Vue.js, AWS Lambda, and Hypernova
Serverless computing has been popular in the micro-services world for helping teams to develop new features without manage infrastructure…
Catatan rilis Angular Console versi 7.4
https://blog.nrwl.io/angular-console-7-4-release-2d4d3c654e8e
#angular #console
https://blog.nrwl.io/angular-console-7-4-release-2d4d3c654e8e
#angular #console
Medium
Angular Console 7.4 Release
Hi all!
Contoh penggunaan Apollo Client untuk dataset berukuran besar pada GraphQL
https://codeburst.io/large-offline-datasets-with-apollo-client-c19c987e4a98
#large #data #apollo #client #graphql
https://codeburst.io/large-offline-datasets-with-apollo-client-c19c987e4a98
#large #data #apollo #client #graphql
Medium
Large Offline Datasets with Apollo Client
Exploring an example of using Apollo Client with large offline datasets.
Menambah kemampuan aplikasi desktop berbasis Electron JS dengan Microservices
https://medium.com/@bushevuv/scaling-electron-js-application-with-microservices-c9d73718a882
#electron #microservices #app
https://medium.com/@bushevuv/scaling-electron-js-application-with-microservices-c9d73718a882
#electron #microservices #app
Medium
Scaling Electron.js application with Microservices
Moleculer is a framework for creating Node.js applications with Microservice Architectures. Can we use it inside a desktop application?
Membuat aplikasi backend web berbasis JavaScript dengan TypeScript, Serverless Framework, Webpack dan Babel
https://itnext.io/typescript-serverless-webpack-babel-15778188c7
#typescript #serverless #webpack #babel
https://itnext.io/typescript-serverless-webpack-babel-15778188c7
#typescript #serverless #webpack #babel
Medium
TypeScript + Serverless + Webpack + Babel
With the raising of TypeScript, we decide to move our code from JS + Flow to TypeScript. Being with Flow we’ve found lots of benefits from…
Penjelasan Flexbox dan konsep kerjanya dengan tampilan gambar visual
https://medium.com/swlh/css-flexbox-fundamentals-visual-guide-1c467f480dac
#flexbox #css #guide #visual
https://medium.com/swlh/css-flexbox-fundamentals-visual-guide-1c467f480dac
#flexbox #css #guide #visual
Medium
CSS Flexbox Fundamentals Visual Guide
Overview on CSS Flexible Box Module
Pengenalan konsep Hoisting dan Scope serta contoh penggunaan var let dan const
https://blog.usejournal.com/var-let-and-const-hoisting-and-scope-8860540031d1
#var #let #const #scope #hoisting
https://blog.usejournal.com/var-let-and-const-hoisting-and-scope-8860540031d1
#var #let #const #scope #hoisting
Medium
VAR, LET and CONST -Hoisting, and Scope
JavaScript like a lot of more modern languages provides a host of different methods for variable declaration. JavaScript has the var, let…
Membuat aplikasi backend Node.js Express JS dengan TypeScript , bagian ketujuh, yaitu menerima request dari API
https://wanago.io/2019/03/25/node-js-typescript-7-creating-a-server-and-receiving-requests/
#request #server #typescript #nodejs #express
https://wanago.io/2019/03/25/node-js-typescript-7-creating-a-server-and-receiving-requests/
#request #server #typescript #nodejs #express
Marcin Wanago Blog - JavaScript, both frontend and backend
Node.js TypeScript #7. Creating a server and receiving requests - 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…
Contoh penggunaan private field di dalam class JavaScript untuk ES2019
https://jamie.build/javascripts-new-private-class-fields.html
#es2019 #private #field #class
https://jamie.build/javascripts-new-private-class-fields.html
#es2019 #private #field #class
Contoh contekan untuk penggunaan Git Cheatsheet
https://www.bennadel.com/blog/3587-my-opinionated-git-cheat-sheet.htm
#git #cheatsheet
https://www.bennadel.com/blog/3587-my-opinionated-git-cheat-sheet.htm
#git #cheatsheet
Bennadel
My Opinionated git Cheat Sheet
Ben Nadel creates a git cheat sheet for himself so that he can refer to it when he forgets how to execute certain git use cases. This git cheat sheet will also serve as a repository of the git information that he gathers over time.
Membuat aplikasi daftar film dengan menggunakan Vue , Vuetify , dan Axios
https://medium.com/javascript-in-plain-english/implement-movie-app-with-vue-vuetify-axios-open-movie-database-api-d12290318cf9
#vue #vuetify #tutorial
https://medium.com/javascript-in-plain-english/implement-movie-app-with-vue-vuetify-axios-open-movie-database-api-d12290318cf9
#vue #vuetify #tutorial
Medium
How to build a web app with Vue, Vuetify and Axios
Follow along as we build a movie database app with Vue, Axios, Vuetify and the Open Movie Database API
Beberapa fitur penting di Visual Studio Code yang bermanfaat untuk pengembangan aplikasi web
https://medium.com/@bretcameron/7-essential-features-of-visual-studio-code-for-web-developers-be77e235bf62
#vscode #web #code
https://medium.com/@bretcameron/7-essential-features-of-visual-studio-code-for-web-developers-be77e235bf62
#vscode #web #code
Medium
7 Essential Features of Visual Studio Code for Web Developers
Optimise your web development workflow using VS Code’s most powerful features and extensions.
Penggunaan Async Await untuk pemroresan data berbasis Promise
https://blog.usejournal.com/implementing-the-async-await-syntax-for-promise-request-javascript-c4a193827bd2
#async #await #promise
https://blog.usejournal.com/implementing-the-async-await-syntax-for-promise-request-javascript-c4a193827bd2
#async #await #promise
Medium
Implementing the async/await syntax for promise request JavaScript
Recently, I got deeper into the JavaScript language using NodeJS, Express, and ReactJS. One of the confused concepts for me was promises…
Memahami pola Event Emitter di dalam aplikasi web berbasis TypeScript
https://css-tricks.com/understanding-event-emitters/
#typescript #event #emitter
https://css-tricks.com/understanding-event-emitters/
#typescript #event #emitter
CSS-Tricks
Understanding Event Emitters | CSS-Tricks
Consider, a DOM Event:
Memahami dasar JavaScript seperti variable , scope , dan hoisting
https://itnext.io/javascript-fundamentals-variables-scope-hoisting-b6a68dea99fc
#let #const #variable #scope #hoisting
https://itnext.io/javascript-fundamentals-variables-scope-hoisting-b6a68dea99fc
#let #const #variable #scope #hoisting
ITNEXT
JavaScript Fundamentals: Variables, Scope & Hoisting
JavaScript variables are containers for storing data values. Conceptually, they’re one of the most fundamental concepts to learn. You’ve…
Beberapa template admin untuk Vue JS yang bisa menjadi pilihan
https://blog.bitsrc.io/top-vue-admin-templates-in-2019-196110952129
#vue #admin #template
https://blog.bitsrc.io/top-vue-admin-templates-in-2019-196110952129
#vue #admin #template
Medium
Useful Vue Admin Templates for 2019
A curated list of some useful admin templates with VueJS
Memahami public dan private field di dalam class JavaScript
https://blog.bitsrc.io/understanding-public-and-private-fields-in-javascript-class-a281bf930566
#javascript #private #public #field
https://blog.bitsrc.io/understanding-public-and-private-fields-in-javascript-class-a281bf930566
#javascript #private #public #field
Medium
Understanding Public and Private Fields in JavaScript Class
Adding some privacy to the JS class? Let’s explore that in this post…
Latihan membuat aplikasi CLI dengan Node.js
https://medium.freecodecamp.org/how-to-build-a-cli-tool-in-nodejs-bc4f67d898ec
#nodejs #cli
https://medium.freecodecamp.org/how-to-build-a-cli-tool-in-nodejs-bc4f67d898ec
#nodejs #cli
freeCodeCamp.org
How to build a CLI tool in NodeJS ?
by Al-amin Nowshad
How to build a CLI tool in NodeJS ?
Photo by Markus Spiske
[https://unsplash.com/@markusspiske?utm_source=medium&utm_medium=referral] on
Unsplash [https://unsplash.com?utm_source=medium&utm_medium=referral]As
developers, we kind of live…
How to build a CLI tool in NodeJS ?
Photo by Markus Spiske
[https://unsplash.com/@markusspiske?utm_source=medium&utm_medium=referral] on
Unsplash [https://unsplash.com?utm_source=medium&utm_medium=referral]As
developers, we kind of live…
Contoh penggunaan Angular Schematic untuk membuat kerangka proyek aplikasi web
https://medium.com/@tomastrajan/total-guide-to-custom-angular-schematics-5c50cf90cdb4
#schematic #angular #project
https://medium.com/@tomastrajan/total-guide-to-custom-angular-schematics-5c50cf90cdb4
#schematic #angular #project
Medium
Total Guide To Custom Angular Schematics
Schematics are great! They enable us to achieve more in shorter amount of time! But most importantly, we can think less about mundane…