Cara menghentikan proses web Service aplikasi backend Node JS di server dengan cara yang benar
https://yvonnickfrin.dev/shutdown-correctly-nodejs-apps
#nodejs #shutdown #stop #process
https://yvonnickfrin.dev/shutdown-correctly-nodejs-apps
#nodejs #shutdown #stop #process
yvonnickfrin.dev
Shutdown correctly Node.js apps
It is important to shutdown correctly your apps to handle well processing requests and prevent it to accept new ones. I'll take a web server as example. const…
Memantau status koneksi internet aktif atau tidak dengan Network Information API di JavaScript.
https://levelup.gitconnected.com/checking-network-status-with-the-network-information-api-2021d9dc6a7e
#network #status #connection
https://levelup.gitconnected.com/checking-network-status-with-the-network-information-api-2021d9dc6a7e
#network #status #connection
Medium
Checking Network Status with the Network Information API
We look at how to check network connection information with this API.
Mengganti mode terang dan mode gelap Dark Mode sesuai dengan lingkungan sistem operasi , dengan menggunakan CSS Media Query dan JavaScript Event .
https://gosink.in/javascript-css-toggle-dark-light-theme-based-on-your-users-preferred-scheme/
#dark #light #css #mediaquery
https://gosink.in/javascript-css-toggle-dark-light-theme-based-on-your-users-preferred-scheme/
#dark #light #css #mediaquery
Sink In - Tech Learnings
Javascript & CSS — Toggle dark/light theme based on your user's preferred scheme
This blog focuses on how to switch between the dark and the light theme as per your user's preference.
Latihan mengenal propery Object yang ada di dalam Window Document , seperti documentURI, embeds, dan fonts
https://levelup.gitconnected.com/introducing-the-javascript-window-object-document-embeds-and-fonts-5cae7083aec0
#document #window #fonts #embeds #uri
https://levelup.gitconnected.com/introducing-the-javascript-window-object-document-embeds-and-fonts-5cae7083aec0
#document #window #fonts #embeds #uri
Medium
Exploring the JavaScript Window Object: documentURI, embeds, and fonts
We look at the Introducing the JavaScript Window Object — DocumentElement, Embeds, and Fonts Properties
Catatan rilis Popper JS versi 2.x yang kini menggunakan basis kode JavaScript modern dan TypeScript
Blog
https://dev.to/fezvrasta/smarter-tooltips-and-popovers-with-popper-2-44bh
Library
https://popper.js.org/
#popper #popperjs #library #tooltip #popovers
Blog
https://dev.to/fezvrasta/smarter-tooltips-and-popovers-with-popper-2-44bh
Library
https://popper.js.org/
#popper #popperjs #library #tooltip #popovers
DEV Community
Smarter Tooltips and Popovers with Popper 2
Popper 2 introduces big changes, learn more about them in this article.
Komparasi beberapa library Chart atau Diagram untuk Vue JS
https://blog.logrocket.com/charting-with-vue-a-comparison/
#vue #chart #library #chartjs #apex #plotly
https://blog.logrocket.com/charting-with-vue-a-comparison/
#vue #chart #library #chartjs #apex #plotly
LogRocket Blog
Charting with Vue: A comparison - LogRocket Blog
In this tutorial, you'll learn how to create stunning data visuals using chart engines vue-chartjs, vue-plotley, and vue-apexcharts with Vue.js.
Membuat aplikasi News Feed Berita dengan menggunakan React JS dan Tailwind CSS
https://dev.to/oyetoket/how-to-build-a-feed-app-with-react-and-tailwind-css-8c3
#react #tailwind #css #newsfeed
https://dev.to/oyetoket/how-to-build-a-feed-app-with-react-and-tailwind-css-8c3
#react #tailwind #css #newsfeed
DEV Community
How to Build A Feed App With React and Tailwind CSS
A feed app is a simple app that curates the latest news and articles all over the web and different s...
Latihan panjang membuat aplikasi Kalkulator dengan JavaScript modern, HTML, dan CSS.
https://www.freecodecamp.org/news/how-to-build-an-html-calculator-app-from-scratch-using-javascript-4454b8714b98/
#calculator #css #html
https://www.freecodecamp.org/news/how-to-build-an-html-calculator-app-from-scratch-using-javascript-4454b8714b98/
#calculator #css #html
freeCodeCamp.org
How to build an HTML calculator app from scratch using JavaScript
This is an epic article where you learn how to build a calculator from scratch. We’ll focus on the JavaScript you need to write—how to think about building the calculator, how to write the code, and eventually, how to clean up your code. By the end o...
Membuat penghitung waktu mundur atau Countdown Timer dengan JavaScript , HTML , dan CSS.
https://css-tricks.com/how-to-create-an-animated-countdown-timer-with-html-css-and-javascript/
#countdown #timer #html #css
https://css-tricks.com/how-to-create-an-animated-countdown-timer-with-html-css-and-javascript/
#countdown #timer #html #css
CSS-Tricks
How to Create an Animated Countdown Timer With HTML, CSS and JavaScript | CSS-Tricks
Have you ever needed a countdown timer on a project? For something like that, it might be natural to reach for a plugin, but it’s actually a lot more
Membuat Dialog Component di Angular agar dapat dipakai di komponen yang lain atau Reusable
https://itnext.io/building-a-reusable-dialog-module-with-angular-material-4ce406117918
#dialog #component #angular
https://itnext.io/building-a-reusable-dialog-module-with-angular-material-4ce406117918
#dialog #component #angular
Medium
Building a reusable dialog module with Angular Material
In this tutorial I will show you how you can create a reusable dialog module with Angular Material for your Angular projects!
Halaman web interaktif untuk belajar CSS Positioning
https://ishadeed.com/article/learn-css-positioning/
#css #position
https://ishadeed.com/article/learn-css-positioning/
#css #position
Ishadeed
Learn CSS Positioning
Learn CSS positioning in a visual and engaging way.
Contoh dasar penggunaan Dynamic Import dan Codesplitting / Treeshaking di JavaScript
https://medium.com/better-programming/dynamic-import-and-tree-shaking-in-javascript-ddc2f3cd69f
#dynamic #import #treeshaking #webpack
https://medium.com/better-programming/dynamic-import-and-tree-shaking-in-javascript-ddc2f3cd69f
#dynamic #import #treeshaking #webpack
Medium
Dynamic Import and Tree Shaking in JavaScript
Why dynamic import isn’t always the best solution
Cara menghubungkan Akita State Management ke Angular Forms Input
https://netbasal.com/connect-angular-forms-to-akita-store-d51845f621cd
#angular #akita #state
https://netbasal.com/connect-angular-forms-to-akita-store-d51845f621cd
#angular #akita #state
Medium
Connect Angular Forms to Akita Store
The PersistNgFormPlugin helps to keep your form synced with your store. One common scenario is preventing your user from losing data he…
Latihan dasar menggunakan database Mongo Db dengan Node JS
https://stackabuse.com/a-beginner-level-introduction-to-mongodb-with-node-js/
#mongodb #nodejs #express
https://stackabuse.com/a-beginner-level-introduction-to-mongodb-with-node-js/
#mongodb #nodejs #express
Stack Abuse
A Beginner-Level Introduction to MongoDB with Node.js
MongoDB is a cross-platform, document-oriented database management system (DBMS). Being a JSON-like NoSQL database, it works very well with JavaScript.
Menambahkan database Postgre SQL ke dalam Node JS backend dengan Express JS , dan deploy ke Heroku Cloud Hosting.
https://stackabuse.com/adding-a-postgresql-database-to-a-node-js-app-on-heroku/
#heroku #postgre #nodejs #express
https://stackabuse.com/adding-a-postgresql-database-to-a-node-js-app-on-heroku/
#heroku #postgre #nodejs #express
Stack Abuse
Adding a PostgreSQL Database to a Node.js App on Heroku
Heroku is a widespread solution for quick, free hosting online. There are numerous add-ons that make it even more functional. We'll be adding a Postgre database to a Node.js application.
Membuat proses Authentication dengan JSON Web Token JWT di backend Node JS dan Express JS
https://stackabuse.com/authentication-and-authorization-with-jwts-in-express-js/
#jwt #nodejs #express #auth
https://stackabuse.com/authentication-and-authorization-with-jwts-in-express-js/
#jwt #nodejs #express #auth
Stack Abuse
Authentication and Authorization with JWTs in Express.js
JWT are very popular for handling HTTP authentication and authorization, which we'll be doing through Node.js and Express in this article.
Melakukan konfigurasi ESLint dengan fitur otomatis memperbaiki kesalahan , dengan text editor Visual Studio Code.
https://alligator.io/workflow/auto-eslinting/
#eslint #code #vscode #linter
https://alligator.io/workflow/auto-eslinting/
#eslint #code #vscode #linter
alligator.io
Linting on Save with Visual Studio Code and ESLint
Here's how to easily lint your code with a simple file save using ESLint and VSCode.
Memperkenalkan Mirage JS , API mocking atau Fake Endpoint API untuk membantu pengembangan aplikasi web bagian front end.
https://miragejs.com/
#mirage #mocking #miragejs #api
https://miragejs.com/
#mirage #mocking #miragejs #api
Miragejs
Mirage JS • An API mocking library for frontend developers
Build, test and demo your JavaScript application without an API
Latihan baru dari channel Traversy Media untuk latihan membuat mobile app dengan React Native.
Video latihannya
https://www.youtube.com/watch?v=Hf4MJH0jDb4
Github
https://github.com/bradtraversy/react_native_shopping_list
#react #native #mobile
Video latihannya
https://www.youtube.com/watch?v=Hf4MJH0jDb4
Github
https://github.com/bradtraversy/react_native_shopping_list
#react #native #mobile
YouTube
React Native Crash Course
In this course we will talk about what React Native is and get setup, look at some of the built in components and build a small shopping list app
Sponsor: Linode Hosting
https://linode.com/traversy
Code:
https://github.com/bradtraversy/react_native_shopping_list…
Sponsor: Linode Hosting
https://linode.com/traversy
Code:
https://github.com/bradtraversy/react_native_shopping_list…
Membuat JSON Server sederhana untuk membantu proses pengembangan aplikasi web bagian front end.
https://dev.to/john2220/fake-api-with-json-server-2f27
#jsonserver #fake #api
https://dev.to/john2220/fake-api-with-json-server-2f27
#jsonserver #fake #api
DEV Community
Fake API with JSON Server
This post was originally published in my blog Many times as developers we want a quick back-end to f...