Referensi struktur proyek aplikasi web fullstack MEVN ( MongoDb/MariaDb/MySQL - Express - Vue - Node )
https://medium.com/js-dojo/vue-cli-3-full-stack-app-structure-a0c041704d98
#mevn #vue #express #nodejs
https://medium.com/js-dojo/vue-cli-3-full-stack-app-structure-a0c041704d98
#mevn #vue #express #nodejs
Medium
Vue CLI 3 Full-Stack App Structure
If you’re creating an app with Vue.js, you’ll most likely want to utilize the best-practice scaffolding provided by Vue CLI 3.
Membuat aplikasi cross platform dengan Vue JS dan Quasar Framework
https://blog.hasura.io/build-responsive-cross-platform-vue-apps-with-quasar-framework-and-graphql/
#vue #quasar #cross
https://blog.hasura.io/build-responsive-cross-platform-vue-apps-with-quasar-framework-and-graphql/
#vue #quasar #cross
Hasura Blog
Build Responsive Cross Platform Vue Apps with Quasar Framework and GraphQL
Build responsive SPAs, SSR Apps, PWAs, Hybrid Mobile / Electron Apps using a single codebase with Quasar Framework powered by Vue.js and GraphQL APIs over postgres using Hasura
Latihan menggunakan TypeScript dan konfigurasi Webpack yang dipakai
https://medium.com/swlh/typescript-tutorials-webpack-typescript-configuration-289f333111c1
#typescript #webpack
https://medium.com/swlh/typescript-tutorials-webpack-typescript-configuration-289f333111c1
#typescript #webpack
Medium
Typescript tutorials: webpack typescript Configuration
In this Typescript tutorial two technologies webpack typescript we will try to use them together from scratch
Pengenalan Hapi JS untuk pengembangan backend aplikasi web berbasis Node.js
https://alligator.io/nodejs/intro-to-hapi/
#nodejs #hapi #backend
https://alligator.io/nodejs/intro-to-hapi/
#nodejs #hapi #backend
Digitalocean
An introduction to the hapi Node.js Framework | DigitalOcean
Express isn’t the only framework available to make powerful server-side applications on the Node.js ecosystem. In this post, we’ll look at how to get up and …
Tips penggunaan NPM ls untuk melihat dependency yang dipakai
https://dev.to/bnb/using-npms-ls-command-for-fun-and-insight-5he7
#npm #ls #list
https://dev.to/bnb/using-npms-ls-command-for-fun-and-insight-5he7
#npm #ls #list
DEV Community
Using npm's `ls` command for Fun and Insight
I've been playing around a bunch with `npm ls` recently. I wanted to share some of the neat uses I've discovered!
Tips optimasi aplikasi web berbasis Angular
https://www.telerik.com/blogs/tips-for-optimizing-your-angular-application
#angular #optimization #fast
https://www.telerik.com/blogs/tips-for-optimizing-your-angular-application
#angular #optimization #fast
Telerik Blogs
Tips for Optimizing your Angular Application
Check out these techniques that you can use when attempting to optimize Angular applications. Learn how to use lazy loading, server-side rendering and more.
Contoh kasus penggunaan Akita State Management untuk form yang membutuhkan logika
https://netbasal.com/form-fatale-how-akitas-form-manager-can-do-away-with-complex-multistep-form-logic-in-angular-329a557cc68
#akita #logic #state #angular
https://netbasal.com/form-fatale-how-akitas-form-manager-can-do-away-with-complex-multistep-form-logic-in-angular-329a557cc68
#akita #logic #state #angular
Medium
Form Fatale: How Akita’s Form Manager Can Do Away with Complex Multistep Form Logic in Angular
Akita’s Angular Form Manager
Tips menghilangkan anggota array yang sama atau duplikat di dalam JavaScript
https://blog.bitsrc.io/how-to-remove-duplicates-from-an-array-in-javascript-b4b2fcf3530e
#array #duplicate #remove
https://blog.bitsrc.io/how-to-remove-duplicates-from-an-array-in-javascript-b4b2fcf3530e
#array #duplicate #remove
Medium
How to Remove Duplicates from an Array in JavaScript
Recently in one of my projects I had to remove duplicates from an array. Instead of looking up a npm package that could do it for me I…
Membuat fungsi mengunggah gambar dengan Ionic 4 dan Angular 7
https://www.djamware.com/post/5c9361e080aca754f7a9d1ef/ionic-4-angular-7-and-cordova-crop-and-upload-image
#angular #ionic #upload
https://www.djamware.com/post/5c9361e080aca754f7a9d1ef/ionic-4-angular-7-and-cordova-crop-and-upload-image
#angular #ionic #upload
Djamware.com
Ionic 4, Angular 7 and Cordova Crop and Upload Image
The comprehensive step by step tutorial on crop, and upload Image using Ionic 4, Angular 7 and Cordova
Perkembangan JavaScript yang kini menjadi bahasa standard dalam pengembangan aplikasi web dan mobile
https://hackernoon.com/what-is-the-future-of-javascript-355b1f13b317
#web #app #fullstack
https://hackernoon.com/what-is-the-future-of-javascript-355b1f13b317
#web #app #fullstack
Hackernoon
What is the future of JavaScript? | HackerNoon
Which programming language comes to your mind when you hear the word “software”? We are very sure that Javascript is among the top languages in your memory. Javascript is one of the well-known languages for every layperson.
Ekstensi untuk membedakan jendela window Visual Studio Code yang dibuka
https://dev.to/azure/peacock-v1-released-4kce
#vscode #code #extension #window #peacock
https://dev.to/azure/peacock-v1-released-4kce
#vscode #code #extension #window #peacock
The DEV Community
Peacock v1 Released
Visually identify different VS Code instances with colors that you select
Latihan panjang membuat REST API dengan Node JS dan Docker
https://medium.com/@nur_islam/complete-node-js-project-setup-from-docker-to-testing-docker-restfull-apis-with-node-js-9f384e06734a
#docker #nodejs #rest #backend #express
https://medium.com/@nur_islam/complete-node-js-project-setup-from-docker-to-testing-docker-restfull-apis-with-node-js-9f384e06734a
#docker #nodejs #rest #backend #express
Medium
Complete Node js Project Setup from Docker to Testing-[Docker |RESTfull APIs with Node.js
In this tutorial, I’ll show you how to set up a simple project with Node.js + Express.js + MongoDB + JEST Integration Testing and how to…
Panduan lengkap tentang thread dan worker thread di Node.js untuk proses dan komputasi
https://blog.logrocket.com/a-complete-guide-to-threads-in-node-js-4fa3898fe74f
#nodejs #thread #worker
https://blog.logrocket.com/a-complete-guide-to-threads-in-node-js-4fa3898fe74f
#nodejs #thread #worker
LogRocket Blog
A complete guide to threads in Node.js - LogRocket Blog
While it is single-threaded, Node.js uses worker threads that allow for a separate execution thread that runs alongside the main thread.
Analisis CPU dan I/O di dalam Node.js
https://medium.com/the-node-js-collection/cpu-and-i-o-performance-diagnostics-in-node-js-e513ba433c39
#nodejs #cpu #io
https://medium.com/the-node-js-collection/cpu-and-i-o-performance-diagnostics-in-node-js-e513ba433c39
#nodejs #cpu #io
Medium
CPU and I/O performance diagnostics in Node.js
Understanding the performance profile of your Node.js applications can be a difficult process, particularly while dealing with an…
Referensi setelan Visual Studio Code untuk pemrograman
https://medium.freecodecamp.org/how-to-set-up-vscode-to-improve-your-productivity-fb14c81d4991
#code #vscode #setup #extension
https://medium.freecodecamp.org/how-to-set-up-vscode-to-improve-your-productivity-fb14c81d4991
#code #vscode #setup #extension
freeCodeCamp.org
How to set up VSCode to improve your productivity
VS Code setup and extensions needed to maximize productivity
Membuat dashboard Analytics sederhana dengan Node.js , Express JS , dan Cube JS
https://dev.to/cubejs/building-an-analytics-dashboard-with-node-express-and-cubejs-1oje
#nodejs #express #cube #dashboard
https://dev.to/cubejs/building-an-analytics-dashboard-with-node-express-and-cubejs-1oje
#nodejs #express #cube #dashboard
DEV Community
Building an Analytics Dashboard with Node, Express, and Cube.js
Beberapa hal yang belum diketahui seputar CSS
https://medium.com/@devdevcharlie/things-nobody-ever-taught-me-about-css-5d16be8d5d0e
#css #unknown #tips #trick
https://medium.com/@devdevcharlie/things-nobody-ever-taught-me-about-css-5d16be8d5d0e
#css #unknown #tips #trick
Medium
Things nobody ever taught me about CSS.
This post is in no way a criticism of anybody I’ve ever worked with, it is only a quick list of important things I’ve learnt about CSS…
Halaman yang berisi nilai kompatibilitas Custom Elements dan Web Components terhadap framework JavaScript
https://custom-elements-everywhere.com/
#custom #element #web #component #framework #lib
https://custom-elements-everywhere.com/
#custom #element #web #component #framework #lib
Custom-Elements-Everywhere
Custom Elements Everywhere
Making sure frameworks and custom elements can be BFFs 🍻
Menggunakan Travis CI untuk testing aplikasi backend web berbasis Express JS
https://dev.to/healeycodes/earn-a-build-passing-badge-on-github--testing-your-express-app-with-travis-ci-1m2f
#express #travis #testing #badge
https://dev.to/healeycodes/earn-a-build-passing-badge-on-github--testing-your-express-app-with-travis-ci-1m2f
#express #travis #testing #badge
DEV Community
Earn a Build Passing Badge on GitHub ✅! Testing Your Express App with Travis CI
Set up an Express app for continuous integration (CI) and earn yourself a build passing badge for your GitHub repository!