Cara penggunaan variabel tipe bilangan Number di JavaScript
https://flaviocopes.com/javascript-number/
#number #variable
https://flaviocopes.com/javascript-number/
#number #variable
Flaviocopes
JavaScript Reference: Number
All about the JavaScript Number properties and methods
Latihan membuat Bar Chart dengan JavaScript
https://dzone.com/articles/how-to-create-stunning-interactive-bar-charts-usin
#javascript #bar #chart
https://dzone.com/articles/how-to-create-stunning-interactive-bar-charts-usin
#javascript #bar #chart
dzone.com
How to Create Stunning, Interactive Bar Charts Using JavaScript - DZone Big Data
We take a look at how to use an open source JavaScript library to get started with making basic data visualizations with the widely popular JavaScript language.
Menggunakan mode ketat strict di dalam JavaScript
https://appdividend.com/2019/03/25/javascript-strict-mode-tutorial-with-example-modern-use-of-strict-mode/
#strict #mode
https://appdividend.com/2019/03/25/javascript-strict-mode-tutorial-with-example-modern-use-of-strict-mode/
#strict #mode
AppDividend
Javascript Strict Mode Tutorial With Example | Modern Use of Strict Mode
Javascript Strict Mode Tutorial With Example | Modern Use of Strict Mode JavaScript (JS) is a lightweight interpreted or JIT-compiled programming language.
Mengatur upload data dengan state management ngRx
https://blog.ag-grid.com/managing-file-uploads-with-ngrx-2/
#upload #ngrx #state #management #angular
https://blog.ag-grid.com/managing-file-uploads-with-ngrx-2/
#upload #ngrx #state #management #angular
AG Grid Blog
Managing File Uploads With NgRx
In this article we will build a fully-functional file upload control that is powered by Angular and is backed by an NgRx feature store.
Latihan menggunakan Nest JS untuk membangun backend aplikasi web berbasis Node JS
Video :
https://www.youtube.com/watch?v=wqhNoDE6pb4
Kode sumber :
https://github.com/bradtraversy/nestjs_rest_api
#nest #nodejs #typescript
Video :
https://www.youtube.com/watch?v=wqhNoDE6pb4
Kode sumber :
https://github.com/bradtraversy/nestjs_rest_api
#nest #nodejs #typescript
YouTube
NestJS Crash Course
In this video we will explore the Nest JS Node.js framework which allows you to build fast and scalable server-side apps and APIs.
Sponsor: DevMountain Bootcamp
https://goo.gl/6q0dEa
Code:
https://github.com/bradtraversy/nestjs_rest_api
💖 Become a Patron:…
Sponsor: DevMountain Bootcamp
https://goo.gl/6q0dEa
Code:
https://github.com/bradtraversy/nestjs_rest_api
💖 Become a Patron:…
Memahami konsep this dan Scope di JavaScript
https://medium.com/javascript-scene/what-is-this-the-inner-workings-of-javascript-objects-d397bfa0708a
#this #scope
https://medium.com/javascript-scene/what-is-this-the-inner-workings-of-javascript-objects-d397bfa0708a
#this #scope
Medium
What is `this`? The Inner Workings of JavaScript Objects
JavaScript is a multi-paradigm language that supports object-oriented programming and dynamic binding. Dynamic binding is a powerful…
Latihan membuat aplikasi web dengan Angular Nx , AWS Amplify, dan GraphQL API
https://dev.to/beavearony/getting-started-with-a-angularnx-workspace-backed-by-an-aws-amplify-graphql-api---part-1-24m0
#aws #angular #nx #graphql #amplify
https://dev.to/beavearony/getting-started-with-a-angularnx-workspace-backed-by-an-aws-amplify-graphql-api---part-1-24m0
#aws #angular #nx #graphql #amplify
DEV Community
Getting started with a Angular/NX workspace backed by an AWS Amplify GraphQL API - Part 1
We're building a simple Todo-App, but with a setup in mind that is targeted towards a non-trivial multi-app, multi-team project. The AWS Amplify CLI will enable us to build a powerful GraphQL API with just a simple schema. In the first part of this series…
Memahami inheritance dan composition di JavaScript
https://tylermcginnis.com/javascript-inheritance-vs-composition/
#inheritance #composition
https://tylermcginnis.com/javascript-inheritance-vs-composition/
#inheritance #composition
ui.dev
JavaScript Inheritance vs Composition
You should favor composition over inheritance, but why? This post examines why that is by looking at where inheritance breaks down and composition shines.
Mengenal library http Client untuk Angular bernama Restangular
https://medium.com/@2muchcoffee/ngx-restangular-restful-api-angular-solution-532d9e7707b5
#rest #api #angular #restangular #http
https://medium.com/@2muchcoffee/ngx-restangular-restful-api-angular-solution-532d9e7707b5
#rest #api #angular #restangular #http
Medium
Ngx-restangular: RESTful API Angular solution
đź‘‹ Background
Penggunaan Chrome Dev Tools untuk melihat rasio kontras warna
https://remysharp.com/2017/08/17/contrast-ratio-in-devtools
#chrome #devtool #contrast
https://remysharp.com/2017/08/17/contrast-ratio-in-devtools
#chrome #devtool #contrast
Remysharp
Contrast ratio in devtools
Recently I've been wary of accessibility (a11y) of colour in my work, and I've known about the contrast ratio checker in devtools, but it's recently been upgraded and is super charged:
Penggunaan Drone CI untuk Continuous Integration CI CD
https://dev.to/alex_barashkov/how-did-we-make-open-source-ci-better-15b0
#drone #ci
https://dev.to/alex_barashkov/how-did-we-make-open-source-ci-better-15b0
#drone #ci
The DEV Community
How did we make open source CI better?
In this article, we talk about Drone CI, a very powerful, lightweight, docker-b...
Penggunaan CSS Custom Properties yang terpisah dari root CSS
https://css-tricks.com/breaking-css-custom-properties-out-of-root-might-be-a-good-idea/
#css #custom #properties
https://css-tricks.com/breaking-css-custom-properties-out-of-root-might-be-a-good-idea/
#css #custom #properties
CSS-Tricks
Breaking CSS Custom Properties out of :root Might Be a Good Idea | CSS-Tricks
CSS Custom Properties have been a hot topic for a while now, with tons of great articles about them, from great primers on how they work to creative tutorials
Cara melakukan unsubscribe RxJs pada custom Angular Decorator
https://2muchcoffee.com/blog/trick-or-unsubscribe-in-rxjs-a-custom-angular-decorator-2/
#angular #rxjs #unsubscribe
https://2muchcoffee.com/blog/trick-or-unsubscribe-in-rxjs-a-custom-angular-decorator-2/
#angular #rxjs #unsubscribe
Stay on top with the latest tech trends
“Trick or Unsubscribe” in RxJS: a Custom Angular Decorator
Why Observables might be dangerous for your application? Let's consider "unsubscribe()" custom solution that will help to reduce risks and save your time.
Menulis kode JavaScript yang rapi dengan ESLint dan Prettier di Visual Studio Code
https://hackernoon.com/write-beautiful-and-consistent-javascript-code-using-eslint-prettier-and-vscode-760837fdef89
#eslint #prettier #code #vscode
https://hackernoon.com/write-beautiful-and-consistent-javascript-code-using-eslint-prettier-and-vscode-760837fdef89
#eslint #prettier #code #vscode
Hackernoon
Write beautiful and consistent JavaScript code using ESLint, Prettier and VSCode | Hacker Noon
State Management Akita untuk mengatur perubahan UI dan tampilan di Angular
https://engineering.datorama.com/ui-state-management-made-easy-with-akita-and-angular-6e460566ec7c
#angular #akita #state #management
https://engineering.datorama.com/ui-state-management-made-easy-with-akita-and-angular-6e460566ec7c
#angular #akita #state #management
Medium
UI State Management Made Easy with Akita and Angular
Referensi struktuk proyek untuk Vue JS untuk fungsi autentikasi
https://medium.com/@zitko/structuring-a-vue-project-authentication-87032e5bfe16
#pattern #code #style #vue
https://medium.com/@zitko/structuring-a-vue-project-authentication-87032e5bfe16
#pattern #code #style #vue
Medium
Structuring a Vue project — Authentication
For the past few years my primary focus has been on the software architecture and development of the backend services. I’ve tried to stay…
Cara untuk menyetel nilai awal atau default value di dalam JavaScript
https://medium.com/dailyjs/3-ways-to-set-default-value-in-javascript-5352321c553b
#javascript #default #value
https://medium.com/dailyjs/3-ways-to-set-default-value-in-javascript-5352321c553b
#javascript #default #value
Medium
3 Ways to Set Default Value in JavaScript
3 ways to set Default Values in JavaScript: logical operator, ternary, if/else. Let break it down …
Cara mengatasi masalah CORS di Vue CLI 3 ketika proses pengembangan aplikasi web
https://medium.com/js-dojo/how-to-deal-with-cors-error-on-vue-cli-3-d78c024ce8d3
#cors #vue #cli
https://medium.com/js-dojo/how-to-deal-with-cors-error-on-vue-cli-3-d78c024ce8d3
#cors #vue #cli
Medium
How to deal with CORS error on Vue CLI 3?
The Final Solution to CORS Error During Development