Mengenal dan menggunakan Node Version Manager NVM until manajemen versi Node.js
https://itnext.io/nvm-the-easiest-way-to-switch-node-js-environments-on-your-machine-in-a-flash-17babb7d5f1b
#nodejs #nvm
https://itnext.io/nvm-the-easiest-way-to-switch-node-js-environments-on-your-machine-in-a-flash-17babb7d5f1b
#nodejs #nvm
Medium
NVM, the Easiest Way to Switch Node.js Environments on Your Machine in a Flash
Nope, I didn’t Misspell NPM — Node Version Manager is it’s Own Handy Dev Tool
Mengambil data lokasi Geocoding untuk aplikasi web Nuxt JS / Vue JS dengan Mapbox dan Rails
https://itnext.io/geocoding-using-mapbox-rails-5-and-nuxtjs-vuejs-68d2c74f75f9
#nuxt #vue #mapbox #geocoding
https://itnext.io/geocoding-using-mapbox-rails-5-and-nuxtjs-vuejs-68d2c74f75f9
#nuxt #vue #mapbox #geocoding
ITNEXT
Geocoding using Mapbox, Rails 5 and NuxtJS/VueJS
Geocoding is the process of taking latitude and longitude to determine an address, or taking an address and producing latitude and…
Latihan gratis pemrograman JavaScript dengan standard dan arsitektur modern , seperti ES2015+ , yang dibuat oleh Scrimba dan Freecodecamp
Medium blog
https://medium.freecodecamp.org/learn-modern-javascript-in-this-free-28-part-course-7ec8d353eb
Course gratis
https://scrimba.com/g/ges6
#scrimba #es2015 #tutorial
Medium blog
https://medium.freecodecamp.org/learn-modern-javascript-in-this-free-28-part-course-7ec8d353eb
Course gratis
https://scrimba.com/g/ges6
#scrimba #es2015 #tutorial
freeCodeCamp.org
Learn ES6 in this free 28-part Scrimba course
Click here to get to the course. [https://scrimba.com/g/ges6?utm_source=freecodecamp.org&utm_medium=referral&utm_campaign=ges6_launch_article] As a part of our collaboration with freeCodeCamp, their eminent instructor Beau Carnes [https://twitter.com/car…
Latihan menggunakan Docker bagian kedua dari CodingTheSmartWay
https://medium.com/codingthesmartway-com-blog/docker-beginners-guide-part-2-services-eb49117b4241
#docker #container
https://medium.com/codingthesmartway-com-blog/docker-beginners-guide-part-2-services-eb49117b4241
#docker #container
Migrasi dari state management NgRX ke NgXS di Angular
https://medium.com/@joshblf/migrating-from-ngrx-to-ngxs-in-angular-6-ddddcdce543e
#angular #ngrx #ngxs #state #management
https://medium.com/@joshblf/migrating-from-ngrx-to-ngxs-in-angular-6-ddddcdce543e
#angular #ngrx #ngxs #state #management
Medium
Migrating from NGRX to NGXS in Angular 6
How do you eat an elephant?
Menggunakan Nuxt JS dengan Django Python untuk membuat aplikasi web mode server side rendering
https://scotch.io/tutorials/building-a-universal-application-with-nuxtjs-and-django
#nuxt #ssr
https://scotch.io/tutorials/building-a-universal-application-with-nuxtjs-and-django
#nuxt #ssr
Scotch
Building a Universal Application with Nuxt.js and Django
In this article, we will learn what a Universal application is and go on to build a Universal application using Nuxt.js and Django.
Latihan algoritma dengan menggunakan JavaScript
https://scotch.io/courses/the-ultimate-guide-to-javascript-algorithms/where-do-i-belong
#javascript #basic #algoritma
https://scotch.io/courses/the-ultimate-guide-to-javascript-algorithms/where-do-i-belong
#javascript #basic #algoritma
Scotch
Where Do I Belong
It never feels good to be lost and unable to find your way home, or so out of place and unable to fit in. Don’t get confused, this isn’t some dark and twisted literature about some scared lady lost in the dark and searching for redemption. In this article…
Latihan dasar memanipulasi DOM HTML dengan JavaScript
https://itnext.io/javascript-fundamentals-master-the-dom-part-1-82433084fb40
#dom #basic #manipulation
https://itnext.io/javascript-fundamentals-master-the-dom-part-1-82433084fb40
#dom #basic #manipulation
Medium
JavaScript Fundamentals: Master the DOM! (Part 1)
The Document Object Model, or the “DOM”, defines the logical structure of HTML documents & essentially acts as an interface to web pages…
Membuat backend REST API aplikasi web dengan Node.js , MongoDb dan Serverless
https://hackernoon.com/building-a-serverless-rest-api-with-node-js-and-mongodb-2e0ed0638f47
#nodejs #serverless #mongodb
https://hackernoon.com/building-a-serverless-rest-api-with-node-js-and-mongodb-2e0ed0638f47
#nodejs #serverless #mongodb
Hackernoon
Building a Serverless REST API with Node.js and MongoDB | HackerNoon
The Serverless movement has gained a bit of momentum in the past few months. Everybody seems to be talking about it. Some would even call it a revolution! But, let’s not get too excited. Don’t be like me. I get too hyped up about cool stuff like this, and…
Pembaruan teks editor Visual Studio Code 1.32 telah tersedia dan bisa diunduh
Catatan rilisnya :
https://code.visualstudio.com/updates/v1_32
Download dan install VS Code di :
https://code.visualstudio.com/
Beberapa catatan rilisnya :
Catatan rilisnya :
https://code.visualstudio.com/updates/v1_32
Download dan install VS Code di :
https://code.visualstudio.com/
Beberapa catatan rilisnya :
Preview and apply color themes - Install and apply new theme extensions without reloading.#code #vscode #release
Keyboard shortcuts editor improvements - Modify keybinding 'when' conditions in the editor.
Problems panel hover commands - Apply Quick Fixes or open a Peek window directly from hovers.
Preferred Code Actions - Preferred (mostly likely) Code Actions support auto fixing common issues.
Debug Console customization - Modify font size, font family, and line height of the Debug Console.
Better IntelliSense for ARIA attributes - More detailed descriptions for HTML accessibility attributes.
Vue.js interpolations IntelliSense - The Vetur extension now supports smart completions in Vue.js interpolations.
New "Bundling Extensions" topic - Use webpack to improve your extension's load time.
Workbench - Keyboard navigation control, Outline view and breadcrumbs use tree widget.
Editor - Fix All Source Action allows you to fix on save, improved column selection.
Languages - No reload required when installing TypeScript and Markdown extensions.
Extension Authoring - Add commands to the Debug toolbar, track last method signature choice.
Visualstudio
February 2019 (version 1.32)
See what is new in the Visual Studio Code February 2019 Release (1.32)
Melihat fitur VS Code 1.32 untuk autocomplete template di Vue JS
https://scotch.io/bar-talk/vs-code-132-autocomplete-in-vue-templates/
#vue #code #vscode
https://scotch.io/bar-talk/vs-code-132-autocomplete-in-vue-templates/
#vue #code #vscode
Scotch
VS Code 1.32: Autocomplete in Vue Templates
The VS Code 1.32 February update is out now and with it comes some great new features for Vue users. Let's run through the list of features that are in the new 1.32 update: Color themes without reloading
Konvensi penamaan variabel dan fungsi di dalam JavaScript
https://medium.freecodecamp.org/javascript-naming-conventions-dos-and-don-ts-99c0e2fdd78a
#convention #coding #name #function
https://medium.freecodecamp.org/javascript-naming-conventions-dos-and-don-ts-99c0e2fdd78a
#convention #coding #name #function
freeCodeCamp.org
JavaScript naming conventions: do’s and don’ts
I find it amazing how many different meanings we can get from less than 30 characters. I’m talking about the alphabet with some well-placed punctuation, of course. From a love story to a computer program, writing has allowed us to create extraordinarily different…
Infografis tentang teknik lazy loading gambar di halaman web
https://www.reddit.com/r/webdev/comments/axv3ho/infographic_a_complete_guide_on_lazy_loading/
#web #lazy #load #infographic
https://www.reddit.com/r/webdev/comments/axv3ho/infographic_a_complete_guide_on_lazy_loading/
#web #lazy #load #infographic
reddit
[Infographic] A complete guide on Lazy Loading Images
Posted in r/webdev by u/Assaultkoder95 • 1,347 points and 102 comments
Membuat komponen yang modular dengan Structural Directives
https://netbasal.com/create-modular-components-with-angular-structural-directives-1a5198d9ab7d
#angular #directive #component
https://netbasal.com/create-modular-components-with-angular-structural-directives-1a5198d9ab7d
#angular #directive #component
Medium
Create Modular Components with Angular Structural Directives
Manipulasi statistik Medium untuk jumlah trafik yang membaca dengan Node.js
https://levelup.gitconnected.com/fudging-medium-stats-with-nodejs-8c3d176c1610
#nodejs #medium #stats
https://levelup.gitconnected.com/fudging-medium-stats-with-nodejs-8c3d176c1610
#nodejs #medium #stats
gitconnected.com | Level Up Your Coding
Fudging Medium Stats with NodeJS
And hopefully show up in Googles “Articles for You”
Perbandingan antara TypeScript dengan PureScript
https://blog.logrocket.com/typescript-vs-purescript-not-all-compilers-are-created-equal-c16dadaa7d3e
#typescript #purescript
https://blog.logrocket.com/typescript-vs-purescript-not-all-compilers-are-created-equal-c16dadaa7d3e
#typescript #purescript
LogRocket Blog
TypeScript vs. PureScript - LogRocket Blog
There are many ways to skin a cat, and for each one, there is a statically typed language that compiles […]
Membuat layanan web untuk mengubah ukuran gambar dengan Node.js dan Serverless bagian pertama
https://alligator.io/serverless/build-serverless-image-service-part1/
#nodejs #serverless
https://alligator.io/serverless/build-serverless-image-service-part1/
#nodejs #serverless
alligator.io
Build a Serverless Image Resizing Service - Part 1: Project Setup
In this article you'll build an image resizing service in AWS using the Serverless framework.