JavaScript Indonesia Channel
11.2K subscribers
598 photos
7 videos
3 files
17.5K links
Channel yang berisi kumpulan berita atau konten seputar JavaScript, Typescript, HTML, CSS, Library, Framework JS, Node.js , dan juga engine-nya

Untuk pencarian artikel,gunakan fitur pencarian di channel ini,dan bisa juga dicari berdasarkan hashtag #
Download Telegram
Cara untuk melakukan update project Angular untuk menggunakan Angular versi terbaru.

Tapi cara yang paling mudah adalah bikin project baru (dengan perintah ng new ....) , terus tinggal copy paste folder SRC nya saja, dan kemudian tinggal sesuaikan dependency package.json nya dan beberapa yang deprecated

https://www.sitepoint.com/update-angular-projects/

#angular #update
Hari ini telah keluar pembaruan untuk Text Editor Visual Studio Code 1.24.x , ada banyak sekali catatan rilisnya yang membuat text editor ini menjadi lebih baik.


Unused variable detection - Unused variables are greyed-out in your JavaScript/TypeScript files.

Move to new file refactoring - Easily pull classes and functions into their own files.

Update imports on move/rename - Automatically update import paths in JavaScript/TypeScript.

Duplicate workspace in new window - Great for expanding over multi-mon setups.

IntelliSense for predefined variables - Variable suggestions in debug and task configuration files.

Preview: Outline view - Symbol tree outline and navigation for your projects.

Preview: Settings Editor - New GUI to discover and modify VS Code settings.

Preview: Debug toolbar location - Float, dock or hide the debug toolbar.

Preview: Grid editor layout - Custom vertical/horizontal layout, coming soon to Insiders.

Working with Docker and MongoDB - Learn about Docker and MongoDB integration in VS Code.



Download di
https://code.visualstudio.com/

Catatan rilis versi 1.24
https://code.visualstudio.com/updates/v1_24

#vscode #update #code
Pembaruan untuk text editor VS Code/Codium sudah tersedia untuk versi 1.42 .

Catatan rilis lengkapnya tersedia disini
https://code.visualstudio.com/updates/v1_42

#update #code #releasenote
Framework backend Node JS Fastify JS versi 3.x sudah dirilis dengan tambahan fitur dan peningkatan performa

https://www.fastify.io/

---

Catatan rilis Fastify 3.x
https://www.infoq.com/news/2020/07/fastify-3-nodejs-web-framework/

---

Latihan dasar pengenalan Express JS dan Node JS

https://levelup.gitconnected.com/understanding-express-by-implementing-it-6640109527e2

---

Library Mock Server Node JS untuk membantu proses pengembangan aplikasi berbasis Javascript

https://www.mocks-server.org/

---

#nodejs #fastify #express #update #mockserver
Catatan rilis text editor VS Code dengan tambahan beberapa fitur baru di dalamnya

https://code.visualstudio.com/updates/v1_82

#vscode #feature #update