Menambahkan server side rendering di Vue JS
https://medium.com/swlh/how-to-add-server-side-rendering-to-vue-js-app-the-easy-way-a38fc32c9bf2
#vue #spa #ssr
https://medium.com/swlh/how-to-add-server-side-rendering-to-vue-js-app-the-easy-way-a38fc32c9bf2
#vue #spa #ssr
Medium
How to Add Server Side Rendering to Vue.js App the Easy Way
Server side rendering allows developers to load their client side apps on the server instead of downloading the whole app and loading…
Contoh Stateless Component di Vue JS
https://devinduct.com/blogpost/47/understanding-stateless-components-in-vue
#vue #component #stateless
https://devinduct.com/blogpost/47/understanding-stateless-components-in-vue
#vue #component #stateless
Dev Induct
Understanding Stateless Components in Vue
Daftar game berbasis JavaScript yang diikutkan lomba JS13K tahun 2019 ini
Kode sumber tersedia di GitHub di masing masing daftarnya.
https://js13kgames.com/entries/2019
#js13kgames #games #game
Kode sumber tersedia di GitHub di masing masing daftarnya.
https://js13kgames.com/entries/2019
#js13kgames #games #game
Js13Kgames
Js13kGames - HTML5 and JavaScript Game Development Competition in just 13 kilobytes
Js13kGames is a JavaScript coding competition for HTML5 game developers. The fun part of the compo is the file size limit set to 13 kilobytes.
Contoh penggunaan beberapa fitur baru dari JavaScript ES2019 atau ES10
https://carloscaballero.io/12-es10-features-in-12-simple-examples/
#es10 #es2019
https://carloscaballero.io/12-es10-features-in-12-simple-examples/
#es10 #es2019
Carlos Caballero
12 ES10 Features in 12 simple examples
--------------------------------------------------------------------------------
In this series, we are going to show the EcmaScript features from 2015 to today.
* ES2015 aka ES6
* ES2016 aka ES7 [/javascript-es2016-features-with-examples/]
* ES2017…
In this series, we are going to show the EcmaScript features from 2015 to today.
* ES2015 aka ES6
* ES2016 aka ES7 [/javascript-es2016-features-with-examples/]
* ES2017…
Deploy aplikasi web ke layanan Heroku
Latihan 1
https://medium.com/@clairechabas/deploy-your-app-for-free-in-7-easy-steps-thanks-to-heroku-dfd0f387edd0
Latihan 2
https://medium.com/@basics.aki/deploy-a-mern-stack-application-to-heroku-b9a98b569469
#heroku #deploy
Latihan 1
https://medium.com/@clairechabas/deploy-your-app-for-free-in-7-easy-steps-thanks-to-heroku-dfd0f387edd0
Latihan 2
https://medium.com/@basics.aki/deploy-a-mern-stack-application-to-heroku-b9a98b569469
#heroku #deploy
Medium
Deploy Your App for Free in 7 Easy Steps With Heroku
Deployment made easy, fast, and free by Heroku
Membuat aplikasi web modern berbentuk blog dengan MEAN Stack (Mongo, Express, Angular, Node JS)
https://www.djamware.com/post/5d88cb43e7939eec17dc4c89/mean-stack-angular-8-tutorial-build-a-simple-blog-cm
#angular #express #nodejs #mongo #mongodb
https://www.djamware.com/post/5d88cb43e7939eec17dc4c89/mean-stack-angular-8-tutorial-build-a-simple-blog-cm
#angular #express #nodejs #mongo #mongodb
Djamware.com
MEAN Stack (Angular 8) Tutorial: Build a Simple Blog CMS
A comprehensive step by step MEAN Stack (Angular 8) tutorial on build a simple Blog CMS (Content Management System)
Membangun aplikasi Node JS dengan tambahan fungsi Cron Job Scheduler
https://dev.to/phavor/building-a-cron-man-in-nodejs-27ic
#cron #job #nodejs
https://dev.to/phavor/building-a-cron-man-in-nodejs-27ic
#cron #job #nodejs
DEV Community
Building A CRON-MAN In NodeJs
In this article we are going to learn how to setup a NodeJs cron-job, our cron will lookup our databa...
Beberaa fungsi console Log yang perlu digunakan ketika debugging aplikasi JavaScript
https://levelup.gitconnected.com/moving-beyond-console-log-8-console-methods-you-should-use-when-debugging-javascript-and-node-25f6ac840ada
#console #debugging #nodejs
https://levelup.gitconnected.com/moving-beyond-console-log-8-console-methods-you-should-use-when-debugging-javascript-and-node-25f6ac840ada
#console #debugging #nodejs
Medium
Moving beyond console.log() — 8 Console Methods You Should Use When Debugging JavaScript and Node
The console functions you have never used for debugging!
Unit testing JavaScript dengan Jest
https://thomlom.dev/how-to-test-javascript-with-jest/
#jest #testing #unit
https://thomlom.dev/how-to-test-javascript-with-jest/
#jest #testing #unit
Thomaslombart
How to Test JavaScript With Jest
Testing is an important and underestimated skill. They give you confidence in your code. Learn how you can use Jest to make your JavaScript more robust than you ever thought.
Latihan melakukan deploy aplikasi Node JS ke VPS Server Digital Ocean dengan konfigurasi Nginx , SSL HTTPS dengan Lets Encrypt
https://www.youtube.com/watch?v=oykl1Ih9pMg
#nodejs #nginx #ssl #letsencrypt #vps #digitalocean
https://www.youtube.com/watch?v=oykl1Ih9pMg
#nodejs #nginx #ssl #letsencrypt #vps #digitalocean
YouTube
Full Node.js Deployment - NGINX, SSL With Lets Encrypt
In this video we will do a full deployment of Node.js using PM2 and an NGINX reverse proxy and a free SSL from Lets Encrypt to a DigitalOcean droplet
Commands & Steps:
https://gist.github.com/bradtraversy/cd90d1ed3c462fe3bddd11bf8953a896
$10 Free Digital…
Commands & Steps:
https://gist.github.com/bradtraversy/cd90d1ed3c462fe3bddd11bf8953a896
$10 Free Digital…
Optimasi aplikasi web berbasis Gatsby JS
https://itnext.io/gatsby-saved-400-month-react-server-side-rendering-5456f036ab6a
#gatsby #optimization
https://itnext.io/gatsby-saved-400-month-react-server-side-rendering-5456f036ab6a
#gatsby #optimization
Medium
Gatsby.js saved 400$/month on our React SSR
Real story about how we migrated our UI application fully on Gatsby.js and saved about 40% of our Cloud infrastructure spendings
Membangun aplikasi desktop chat dengan NW JS , Comet Chat , dan Node JS
https://itnext.io/how-i-build-a-desktop-chat-app-with-cometchat-and-nw-js-and-how-you-can-too-fb03cb685c0d
#nodejs #nw #cometchat
https://itnext.io/how-i-build-a-desktop-chat-app-with-cometchat-and-nw-js-and-how-you-can-too-fb03cb685c0d
#nodejs #nw #cometchat
Medium
How I build a desktop chat app with CometChat and NW.js (and how you can too)
This is not your typical “paste this here” and “paste that there”-type tutorial (you can find plenty of those here on…
Perbedaan database jenis SQL dengan NoSQL
https://medium.com/swlh/explaining-sql-and-nosql-to-grandma-9d7a69378be8
#sql #nosql #explain
https://medium.com/swlh/explaining-sql-and-nosql-to-grandma-9d7a69378be8
#sql #nosql #explain
Medium
Explaining SQL and NoSQL, to Grandma
One of the important choices developer’s must make is about what DB technology to use. Let’s explain the main ones using plain ol’ English.
Penggunaan Arrow Function ES2015 dan konteks dari penggunaan this
https://hackernoon.com/javascript-es6-arrow-functions-and-lexical-this-f2a3e2a5e8c4
#arrow #this #es2015
https://hackernoon.com/javascript-es6-arrow-functions-and-lexical-this-f2a3e2a5e8c4
#arrow #this #es2015
Hackernoon
Javascript ES6 — Arrow Functions and Lexical `this` | HackerNoon
<span>O</span>ne of the most anticipated new features in the ES6 Javascript standard was the <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions" target="_blank">Arrow Function Expression</a>. It promises a…
Konfigurasi aplikasi JAMStack dengan dukungan Serverless Rendering
https://css-tricks.com/static-first-pre-generated-jamstack-sites-with-serverless-rendering-as-a-fallback/
#serverless #jamstack #nodejs
https://css-tricks.com/static-first-pre-generated-jamstack-sites-with-serverless-rendering-as-a-fallback/
#serverless #jamstack #nodejs
CSS-Tricks
Static First: Pre-Generated JAMstack Sites with Serverless Rendering as a Fallback | CSS-Tricks
You might be seeing the term JAMstack popping up more and more frequently. I’ve been a fan of it as an approach for some time.
Layanan baru dari Cloudfare tentang Browser Insight
https://blog.cloudflare.com/introducing-browser-insights/
#cloudfare #insight #browser
https://blog.cloudflare.com/introducing-browser-insights/
#cloudfare #insight #browser
The Cloudflare Blog
Introducing Browser Insights
Speed matters. We know that when your website or app gets faster, users have a better experience and you get more conversions and more revenue. At Cloudflare, we spend our days obsessing about speed and building new features to squeeze out as much performance…
Latihan membuat aplikasi web dengan Svelte JS
https://blog.logrocket.com/how-to-build-a-simple-svelte-js-app/
#svelte #tutorial
https://blog.logrocket.com/how-to-build-a-simple-svelte-js-app/
#svelte #tutorial
LogRocket Blog
How to build a simple Svelte app - LogRocket Blog
Explore Svelte, which takes a different approach to constructing user interfaces, and learn what features set it apart from React.
Menggunakan design pattern Event Driven Programming di Node JS
https://blog.logrocket.com/how-to-use-event-driven-programming-in-node-js/
#event #driven #nodejs
https://blog.logrocket.com/how-to-use-event-driven-programming-in-node-js/
#event #driven #nodejs
LogRocket Blog
How to use event-driven programming in Node.js - LogRocket Blog
If it is applied to the right place and for the right scenario, the event-driven programming paradigm can be a huge win for application architecture.
Tips keamanan dalam fitur File Upload di dalam aplikasi web
https://codehandbook.org/file-upload-security-best-practices/
#upload #file #security
https://codehandbook.org/file-upload-security-best-practices/
#upload #file #security
CodeHandbook
File Upload Security Best Practices
Nowadays, any website requires constant new information to remain relevant and attract visitors. That means periodically uploading new content files. If a web administrator is going to upload manually every single file, there would not be a lot of new content…