Menyimpan status navigasi router dengan Router Guards dan Local Storage di Vue JS
https://css-tricks.com/storing-and-using-the-last-known-route-in-vue/
#router #guard #navigation #vue
https://css-tricks.com/storing-and-using-the-last-known-route-in-vue/
#router #guard #navigation #vue
CSS-Tricks
Storing and Using the Last Known Route in Vue | CSS-Tricks
There are situations where keeping a reference to the last route a user visited can come in handy. For example, let’s say we’re working with a multi-step form
Membuat kustomisasi pada Angular CLI untuk membuat kerangka proyek dengan spesifikasi tertentu, dengan menggunakan Nx Library
https://auth0.com/blog/create-custom-schematics-with-nx/
#angular #nx #cli
https://auth0.com/blog/create-custom-schematics-with-nx/
#angular #nx #cli
Auth0 - Blog
How to Create A Custom Angular CLI Schematic with Nx Tool
Learn how to create applications, libraries, and custom workspace CLI Angular schematics with enterprise Angular tool Nx.
Menerapkan gradient warna di latar belakang teks dengan banyak barus
https://css-tricks.com/multi-line-inline-gradient/
#css #gradient #multi #line #inline
https://css-tricks.com/multi-line-inline-gradient/
#css #gradient #multi #line #inline
CSS-Tricks
Multi-Line Inline Gradient | CSS-Tricks
Came across this thread:
Menerapkan paginasi dan filter data dengan library JPXGrid di dalam Angular
https://www.js-tutorials.com/angularjs-tutorial/jpxgrid-listing-filter-pagination-with-angular7/
#angular #pagination #filter
https://www.js-tutorials.com/angularjs-tutorial/jpxgrid-listing-filter-pagination-with-angular7/
#angular #pagination #filter
JS-Tutorials
JPXGrid Listing, Filter, Pagination With Angular7
jqxgrid very trending grid plugin in web application.This tutorial help to create grid listing with pagination and sorting using jqxgrid and angular
Membuat sistem autentikasi dengan menggunakan Vue JS
https://auth0.com/blog/vuejs2-authentication-tutorial/
#vue #auth #authentication
https://auth0.com/blog/vuejs2-authentication-tutorial/
#vue #auth #authentication
Auth0 - Blog
The Complete Guide to Vue.js User Authentication with Auth0
Learn how to add login, logout, and sign-up to Vue.js using a plugin, how to create vue-router guards, and how to make secure API calls from a Vue.js app.
Membuat web Component berupa Accordion Component dengan Angular
https://blog.bitsrc.io/creating-a-reusable-accordion-component-that-works-anywhere-2f2add05baa4
#angular #component #web #component
https://blog.bitsrc.io/creating-a-reusable-accordion-component-that-works-anywhere-2f2add05baa4
#angular #component #web #component
Medium
Creating a Reusable Accordion Component That Works Anywhere
How to make a web component using angular elements which can be used with any or no framework
Pengenalan Adonis JS untuk pembuatan backend JavaScript Node.js
https://blog.sourcerer.io/adonisjs-a-full-featured-node-framework-for-modern-web-servers-93532e3b36af
#nodejs #adonis
https://blog.sourcerer.io/adonisjs-a-full-featured-node-framework-for-modern-web-servers-93532e3b36af
#nodejs #adonis
Medium
AdonisJS : a full-featured node framework for modern web servers
Node is becoming one of the most elected choices by developers for modern web servers. You can build web servers in various elegant ways…
Panduan dasar untuk mengenal GraphQL Endpoint
https://medium.freecodecamp.org/a-beginners-guide-to-graphql-86f849ce1bec
#graphql #rest #api
https://medium.freecodecamp.org/a-beginners-guide-to-graphql-86f849ce1bec
#graphql #rest #api
freeCodeCamp.org
A Beginner’s Guide to GraphQL
One of the most commonly discussed terms today is the API. A lot of people don’t know exactly what an API is. Basically, API stands for…
Menerapkan force press di dalam element html , dengan RxJS dan vanilla JS
https://blog.logrocket.com/reactivity-with-rxjs-force-press-63bfc907f295
#rxjs #element #button #press
https://blog.logrocket.com/reactivity-with-rxjs-force-press-63bfc907f295
#rxjs #element #button #press
LogRocket Blog
Reactivity with RxJS: force press - LogRocket Blog
RxJS is a reactive programming library for JavaScript, which leverages Observable sequences to compose asynchronous or event-based programs. As part of the Reactive Extensions project, the architecture of RxJS combines the best parts from the Observer pattern…
Menerapkan pola programming fungsional di dalam TypeScript
https://codeburst.io/functional-patterns-with-typescript-7fdb4d6afe8a
#typescript #functional
https://codeburst.io/functional-patterns-with-typescript-7fdb4d6afe8a
#typescript #functional
Medium
Functional Patterns with TypeScript
Exploring if you can have your cake and eat it to.
Beberapa trend bahasa pemrograman yang akan semakin banyak dipakai di tahun 2019 ini.
Diantaranya JavaScript, TypeScript, Golang, dan Python
https://hackernoon.com/major-programming-trends-to-prepare-for-in-2019-169987cc75f4
#javascript #trends
Diantaranya JavaScript, TypeScript, Golang, dan Python
https://hackernoon.com/major-programming-trends-to-prepare-for-in-2019-169987cc75f4
#javascript #trends
Hackernoon
Major Programming Trends to Prepare for in 2019 | Hacker Noon
Menggunakan Puppeteer di layanan Serverless Zeit Now
https://zeit.co/blog/serverless-chrome
#chrome #puppeteer #now #zeit
https://zeit.co/blog/serverless-chrome
#chrome #puppeteer #now #zeit
GitHub
Add puppeteer-screenshot by styfle · Pull Request #207 · vercel/now-examples
This adds an example that acts as a Screenshot-as-a-service using puppeteer.
Demo here: https://screenshot-v2.now.sh
Merry Christmas 🎄
/cc @rauchg
Demo here: https://screenshot-v2.now.sh
Merry Christmas 🎄
/cc @rauchg
Mengingat kembali beberapa fitur ES2015 yang menjadi kebutuhan wajib di JavaScript
https://medium.freecodecamp.org/these-are-the-features-in-es6-that-you-should-know-1411194c71cb
#es2015 #es6
https://medium.freecodecamp.org/these-are-the-features-in-es6-that-you-should-know-1411194c71cb
#es2015 #es6
freeCodeCamp.org
These are the features in ES6 that you should know
By Cristian Salcescu ES6 brings more features to the JavaScript language. Some new syntax allows you to write code in a more expressive way, some features complete the functional programming toolbox, and some features are questionable. let and const ...
Menggunakan Nginx sebagai reverse proxy untuk performa aplikasi web lebih baik
https://dev.to/shameemreza/accelerate-your-website-with-nginx-as-a-reverse-proxy-cache-a9o
#nginx #proxy
https://dev.to/shameemreza/accelerate-your-website-with-nginx-as-a-reverse-proxy-cache-a9o
#nginx #proxy
DEV Community
Accelerate your website with Nginx as a reverse proxy cache
Optimizing Web Performance is a pending issue that we must continually work on. There are multiple solutions to improve our response times.
Membuat aplikasi berbagi file dengan menggunakan Vue JS dan Node.js
https://blog.jscrambler.com/how-to-create-a-public-file-sharing-service-with-vue-js-and-node-js/
#vue #nodejs #file #sharing
https://blog.jscrambler.com/how-to-create-a-public-file-sharing-service-with-vue-js-and-node-js/
#vue #nodejs #file #sharing
Jscrambler
How to Create a Public File Sharing Service with Vue.js and Node.js | Jscrambler Blog
This tutorial explores how to create a public file sharing service with link shortening and file type restriction features with Vue.js, Node.js and MongoDB.
Artikel menarik tentang opini yang berisi beberapa tanda bahwa seseorang kurang pantas jadi programmer/developer
1. You like regular work hours.
2. You hate solving problems.
3. You need a push to learn new things.
4. You find it difficult to work in a team.
5. You are not good at listening to other's opinions.
6. You are doing it for the money.
https://dev.to/sovit123/6-signs-that-you-are-not-meant-to-be-a-programmer-2hl1
#motivation #tinker #creator
1. You like regular work hours.
2. You hate solving problems.
3. You need a push to learn new things.
4. You find it difficult to work in a team.
5. You are not good at listening to other's opinions.
6. You are doing it for the money.
https://dev.to/sovit123/6-signs-that-you-are-not-meant-to-be-a-programmer-2hl1
#motivation #tinker #creator
DEV Community
6 Signs That You Are Not Meant To Be A Programmer
6 Signs That You Are Not Meant To Be A Programmer. Know whether you are fit for a programming or not. Teamwork and communication for a programming job.
Beberapa framework CSS yang menarik untuk dicoba di tahun 2019 ini
https://scotch.io/bar-talk/6-popular-css-frameworks-to-use-in-2019/
#css #framework #library
https://scotch.io/bar-talk/6-popular-css-frameworks-to-use-in-2019/
#css #framework #library
Scotch
6 Popular CSS Frameworks to Use in 2019
CSS Frameworks exist because writing consistent, concise, and effective CSS is a challenge. In this article, we will look at some of the top CSS Frameworks of 2018.
Mengelola fungsi ngOnChanges di aplikasi Angular
https://blog.angularindepth.com/creatively-decouple-ngonchanges-fab95395cc6e
#angular #ngonchanges
https://blog.angularindepth.com/creatively-decouple-ngonchanges-fab95395cc6e
#angular #ngonchanges
Medium
Creatively Decouple ngOnChanges
A nicer way to subscribe to property change.
Membuat animasi element ketika terjadi event mouse di layar
https://www.bennadel.com/blog/3559-animating-elements-in-from-a-mouse-event-location-in-vue-js-2-5-21.htm
#vue #event #mouse #click
https://www.bennadel.com/blog/3559-animating-elements-in-from-a-mouse-event-location-in-vue-js-2-5-21.htm
#vue #event #mouse #click
Bennadel
Animating Elements In From A Mouse-Event Location In Vue.js 2.5.21
Ben Nadel uses both CSS and JavaScript animations hooks in Vue.js 2.5.21 in order to animate an item's "enter" transition in from the {x,y} coordinates of a user's mouse-click event. The fact that CSS