Latihan deploy aplikasi React JS Node JS ke server VPS dengan Nginx dan Docker
https://medium.com/bb-tutorials-and-thoughts/how-to-serve-react-application-with-nginx-and-docker-9c51ac2c50ba
#mern #react #docker #nginx
https://medium.com/bb-tutorials-and-thoughts/how-to-serve-react-application-with-nginx-and-docker-9c51ac2c50ba
#mern #react #docker #nginx
Medium
How To Serve React Application With NGINX and Docker
Learn How to build with an example project
Latihan membuat file dokumen Word dari halaman HTML dengan bantuan menggunakan JavaScript Node JS di backend
https://dev.to/aumayeung/create-word-documents-with-node-js-1oea
#nodejs #backend #word #document
https://dev.to/aumayeung/create-word-documents-with-node-js-1oea
#nodejs #backend #word #document
DEV Community
Create Word Documents with Node.js
Subscribe to my email list now at http://jauyeung.net/subscribe/ Follow me on Twitter at https://twi...
Tips dan latihan sangat penting dalam membuat aplikasi Vue JS dengan TypeScript , sehingga kode lebih rapi dan mudah dibaca
https://blog.logrocket.com/how-to-write-a-vue-js-app-completely-in-typescript/
#vue #typescript #tips
https://blog.logrocket.com/how-to-write-a-vue-js-app-completely-in-typescript/
#vue #typescript #tips
LogRocket Blog
How to use Vue 3 with TypeScript - LogRocket Blog
Build an example Vue app in TypeScript with class-based components, Vuex for state management, lifecycle hooks, and more.
Implementasi sistem antrian proses atau Queue di Node JS dengan Bull dan Redis Db
https://levelup.gitconnected.com/how-to-implement-queues-in-node-js-8b3a06ce0dd0
#queue #nodejs #bull #redis
https://levelup.gitconnected.com/how-to-implement-queues-in-node-js-8b3a06ce0dd0
#queue #nodejs #bull #redis
Medium
How to Implement Queues In Node.js
A demo of how to do queues with Bull/Redis/Node.js/Javascript
Latihan membuat aplikasi web React Next JS dan Bootstrap 4
https://blog.logrocket.com/how-to-create-a-website-with-next-js-and-react/
#react #bootstrap
https://blog.logrocket.com/how-to-create-a-website-with-next-js-and-react/
#react #bootstrap
LogRocket Blog
Creating a website with Next.js and React - LogRocket Blog
Learn how to bootstrap a Next.js web application and add basic components and features to create a typical website using React.
Latihan membuat fitur upload gambar di Angular dengan Imgur API
https://blog.soshace.com/how-to-upload-images-to-a-cloud-storageimgur-in-an-angular-application/
#angular #imgur #upload #image
https://blog.soshace.com/how-to-upload-images-to-a-cloud-storageimgur-in-an-angular-application/
#angular #imgur #upload #image
Soshace
How to Upload Images to a Cloud Storage(Imgur) in an Angular Application
After researching and consulting the client, I found a cloud storage option which was perfectly suiting the application and the client was okay with it too. The cloud storage option I found was Imgur. I found Imgur very comfortable and easy to work with and…
Tips untuk deklarasi variabel berbentuk Let dan Const di JavaScript, dan jangan menggunakan Var
https://dev.to/dabrady/declaring-variables-in-javascript-31ch
#let #const #var
https://dev.to/dabrady/declaring-variables-in-javascript-31ch
#let #const #var
DEV Community
Declaring Variables in JavaScript
The variable declarators available to us in JavaScript, and more specifically when to use them, are a...
Latihan lengkap pengenalan TypeScript untuk pemula TypeScript dari Academind
https://www.youtube.com/watch?v=BwuLxPH8IDs
#typescript #academind #tutorial
https://www.youtube.com/watch?v=BwuLxPH8IDs
#typescript #academind #tutorial
YouTube
TypeScript Course for Beginners - Learn TypeScript from Scratch!
Free TypeScript Introduction for Beginners: Get Started with TypeScript, learn the Basics, its Features, Workflows and how to use it!
🖥️ Official Website & Courses
https://academind.com/courses/
👨💻 Full TypeScript Course
https://acad.link/typescript
👋…
🖥️ Official Website & Courses
https://academind.com/courses/
👨💻 Full TypeScript Course
https://acad.link/typescript
👋…
Referensi daftar website yang menyediakan tema icon dan resource gambar untuk tampilan aplikasi web.
https://flatlogic.com/blog/top-icons-packs-and-resources-for-web/
#icon #pack #image
https://flatlogic.com/blog/top-icons-packs-and-resources-for-web/
#icon #pack #image
Flatlogic
Icon Packs: Best Premium and Free for Developers and Designers
Icons are among the most important parts of a site but they can be difficult to produce. Here is a collection of ready icon packages, enjoy!
Menambahkan Swagger ke dalam project Node JS untuk dokumentasi endpoint API
https://levelup.gitconnected.com/the-simplest-way-to-add-swagger-to-a-node-js-project-c2a4aa895a3c
#nodejs #rest #api #swagger
https://levelup.gitconnected.com/the-simplest-way-to-add-swagger-to-a-node-js-project-c2a4aa895a3c
#nodejs #rest #api #swagger
Medium
The Simplest Way to Add Swagger to a Node.js Project
End to end guide to add and write maintainable REST API documentation for Node.js projects.
Tips menggunakan token JWT atau JSON Web Token dari mulai membuat, menandatangani Signing , dan verifikasi Verifying dengan menggunakan Node JS backend.
https://levelup.gitconnected.com/deriving-signing-and-verifying-a-jwt-json-web-token-with-node-js-f3d0d12b1fc9
#jwt #token #verify #sign
https://levelup.gitconnected.com/deriving-signing-and-verifying-a-jwt-json-web-token-with-node-js-f3d0d12b1fc9
#jwt #token #verify #sign
Medium
Deriving, Signing, and Verifying a JWT (JSON Web Token) with Node JS
Components of a JSON Web Token (JWT)
Perbedaan operasi array forEach dengan Map di JavaScript
https://www.freecodecamp.org/news/4-main-differences-between-foreach-and-map/
#foreach #map
https://www.freecodecamp.org/news/4-main-differences-between-foreach-and-map/
#foreach #map
freeCodeCamp.org
The Differences Between forEach() and map() that Every Developer Should Know
By Ibrahima Ndaw JavaScript has some handy methods which help us iterate through our arrays. The two most commonly used for iteration are Array.prototype.map() and Array.prototype.forEach(). But I think that they remain a little bit unclear, especia...
Perbedaan mendasar antara NPM dengan NPX dalam pengolahan paket dependency Node JS dan JavaScript
https://www.freecodecamp.org/news/npm-vs-npx-whats-the-difference/
#npm #npx
https://www.freecodecamp.org/news/npm-vs-npx-whats-the-difference/
#npm #npx
freeCodeCamp.org
npm vs npx — What’s the Difference?
By Carol-Theodor Pelu If you’ve ever used Node.js, then you must have used npm for sure. npm (node package manager) is the dependency/package manager you get out of the box when you install Node.js. It provides a way for developers to install package...
Cara menambahkan GraphQL Server untuk endpoin REST API di Express JS
https://www.freecodecamp.org/news/add-a-graphql-server-to-a-restful-express-js-api-in-2-minutes/
#rest #api #graphql #nodejs #express
https://www.freecodecamp.org/news/add-a-graphql-server-to-a-restful-express-js-api-in-2-minutes/
#rest #api #graphql #nodejs #express
freeCodeCamp.org
⚡ How to Add a GraphQL Server to a RESTful Express.js API in 2 Minutes
You can get a lot done in 2 minutes, like microwaving popcorn, sending a text message, eating a cupcake, and hooking up a GraphQL server. Yup. If you have an old Express.js RESTful API lying around or you're interested in incrementally adopting GraphQL, we…
Referensi lengkap untuk latihan menggunakan Angular Forms , Reactivate Forms , dan Validators di Angular
https://dev.to/angular/a-thorough-exploration-of-angular-forms-21pi
#angular #forms #reactive #validators
https://dev.to/angular/a-thorough-exploration-of-angular-forms-21pi
#angular #forms #reactive #validators
DEV Community
A thorough exploration of Angular Forms
A thorough exploration of Angular Forms
Pengenalan Window Object di JavaScript dalam hal Location Property untuk navigasi halaman dan manajemen URL halaman.
https://codeburst.io/introducing-the-javascript-window-object-location-property-4a543b3a0647
#url #location #window #object
https://codeburst.io/introducing-the-javascript-window-object-location-property-4a543b3a0647
#url #location #window #object
Medium
Introducing the JavaScript Window Object — Location Property
Explore the location.assign , location.reload, location.replace, and location.toString methods and more.
Panduan lengkap contekan Cheatsheet menggunakan React JS , dari konsep component sampai React Hooks
https://www.freecodecamp.org/news/the-react-cheatsheet-for-2020/
#cheatsheet #hooks #react
https://www.freecodecamp.org/news/the-react-cheatsheet-for-2020/
#cheatsheet #hooks #react
freeCodeCamp.org
The React Cheatsheet for 2020 (+ real-world examples)
I've put together for you an entire visual cheatsheet of all of the concepts and skills you need to master React in 2020. But don't let the label 'cheatsheet' fool you. This is more than a mere summary of React's features. My aim here was to clearly and concisely…
Memahami apa itu Node JS , fitur yang ada di dalamnya, dan kelebihannya yang membuat JavaScript bisa berjalan dimana saja.
https://medium.com/javascript-in-plain-english/what-is-node-js-5fe50e4332c8
#nodejs #feature
https://medium.com/javascript-in-plain-english/what-is-node-js-5fe50e4332c8
#nodejs #feature
Medium
What is Node.js?
Node.js has grown from it humble beginnings in 2009 to one of the most popular platforms for creating web applications. If you have been…
Latihan membuat halaman dan sistem login di Angular dan Angular Material
https://developer.okta.com/blog/2020/01/21/angular-material-login
#angular #login #material
https://developer.okta.com/blog/2020/01/21/angular-material-login
#angular #login #material
Okta Developer
Build a Beautiful App + Login with Angular Material
This tutorial shows you how to build a beautiful login form with Angular Material.
Beberapa tools penting yang menjadi favorit dalam pengembangan aplikasi berbasis JavaScript dan Node JS
https://opensource.com/article/20/1/open-source-tools-nodejs
#nodejs #tools
https://opensource.com/article/20/1/open-source-tools-nodejs
#nodejs #tools
Opensource
9 favorite open source tools for Node.js developers
I recently read a survey on StackOverflow tha