Daftar design patterns yang biasa dipakai di dalam aplikasi web berbasis JavaScript dan Node JS
https://catalins.tech/the-4-creational-design-patterns-in-nodejs-you-should-know
#design #pattern #solid #nodejs
https://catalins.tech/the-4-creational-design-patterns-in-nodejs-you-should-know
#design #pattern #solid #nodejs
Catalin's Tech
The 4 Creational Design Patterns In Node.js You Should Know
First of all, let's start with an explanation of what design patterns are. In the simplest terms, they allow us to re-use code for re-occurring problems. Instead of solving the same problems again and again, we can re-use efficient code that already ...
Tips penulisan kode JavaScript yang baik untuk kode yang lebih rapi
https://medium.com/swlh/5-simple-changes-that-will-make-you-a-better-javascript-developer-5bd67673bf35
#cleancode #solid
https://medium.com/swlh/5-simple-changes-that-will-make-you-a-better-javascript-developer-5bd67673bf35
#cleancode #solid
Medium
5 simple changes that will make you a better JavaScript developer
Learn how small simple changes to the way you approach tasks in Javascript can make a big difference.
Mengenal konsep pemrograman SOLID yang diimplementasi ke JavaScript agar kode semakin rapi dan terstruktur.
https://blog.logrocket.com/solid-principles-single-responsibility-in-javascript-frameworks/
---
Contoh implementasi JavaScript dan Node JS yang kini semakin banyak digunakan dan implementasi di sisi front end, backend, mobile app development, game, desktop app, machine learning, dan masih banyak lagi. Sehingga bisa disebut "Semua akan JavaScript pada waktunya".
https://www.freecodecamp.org/news/the-applications-of-javascript/
---
Beberapa implementasi JavaScript dan Node JS di bidang software development yang sudah mencakup banyak hal, sehingga bisa disebut dengan "WORA"
https://medium.com/swlh/sorry-java-write-once-run-anywhere-wora-is-now-javascript-92641161a73f
---
Panduan hijrah atau migrasi ke Node JS dari bahasa pemrograman sebelumnya
https://dev.to/xpromx/moving-from-php-to-nodejs-54mb
#nodejs #wora #migration #solid
https://blog.logrocket.com/solid-principles-single-responsibility-in-javascript-frameworks/
---
Contoh implementasi JavaScript dan Node JS yang kini semakin banyak digunakan dan implementasi di sisi front end, backend, mobile app development, game, desktop app, machine learning, dan masih banyak lagi. Sehingga bisa disebut "Semua akan JavaScript pada waktunya".
https://www.freecodecamp.org/news/the-applications-of-javascript/
---
Beberapa implementasi JavaScript dan Node JS di bidang software development yang sudah mencakup banyak hal, sehingga bisa disebut dengan "WORA"
https://medium.com/swlh/sorry-java-write-once-run-anywhere-wora-is-now-javascript-92641161a73f
---
Panduan hijrah atau migrasi ke Node JS dari bahasa pemrograman sebelumnya
https://dev.to/xpromx/moving-from-php-to-nodejs-54mb
#nodejs #wora #migration #solid
LogRocket Blog
SOLID principles: Single responsibility in JavaScript frameworks - LogRocket Blog
Learn how the single responsibility principle can help guide your design decisions in JavaScript frameworks, especially Angular and React.
Mengenal tentang konsep dan design pattern pemrograman yang bernama SOLID Principle
https://dev.to/huzaifa99/solid-is-it-still-useful-in-2021-5ff6
#solid
https://dev.to/huzaifa99/solid-is-it-still-useful-in-2021-5ff6
#solid
DEV Community
Solid. Is It Still Useful In 2021?
Why Even Bother? In the software development world, there are 2 extremes. People who don...
Tips penulisan kode JavaScript agar mudah dibaca (readibility)yang baik
https://betterprogramming.pub/10-basic-rules-to-make-your-javascript-code-easy-to-understand-13273daebc19
#code #readibility #solid
https://betterprogramming.pub/10-basic-rules-to-make-your-javascript-code-easy-to-understand-13273daebc19
#code #readibility #solid
Medium
10 Basic Rules To Make Your JavaScript Code Easy To Understand
Save time by improving the readability of your code
Memahami apa itu Polimorphism pada design pattern berbasis OOP dan SOLID
https://dev.to/ubahthebuilder/what-is-polymorphism-explaining-polymorphism-to-a-five-year-old-12dg
#solid
https://dev.to/ubahthebuilder/what-is-polymorphism-explaining-polymorphism-to-a-five-year-old-12dg
#solid
DEV Community
What is Polymorphism? - Explaining Polymorphism to a Five Year Old
In class-oriented languages, a class is simply an organized code which acts as a template or...
Membuat cache request dengan bantuan Redis Db pada Node jS
https://javascript.plainenglish.io/how-to-cache-api-requests-with-redis-and-node-js-385cee0edff7
—-
Referensi clean architecture yang dapat diterapkan pada project Node JS
https://betterprogramming.pub/clean-node-js-architecture-with-nestjs-and-typescript-34b9398d790f
#nodejs #redis #cache #clean #solid
https://javascript.plainenglish.io/how-to-cache-api-requests-with-redis-and-node-js-385cee0edff7
—-
Referensi clean architecture yang dapat diterapkan pada project Node JS
https://betterprogramming.pub/clean-node-js-architecture-with-nestjs-and-typescript-34b9398d790f
#nodejs #redis #cache #clean #solid
Penerapan prinsip design pattern SOLID pada TypeScript
https://blog.bitsrc.io/solid-principles-in-typescript-153e6923ffdb
#solid #typescript
https://blog.bitsrc.io/solid-principles-in-typescript-153e6923ffdb
#solid #typescript
Medium
SOLID Principles in TypeScript
TypeScript had a tremendous impact on the matter of writing clean code in JavaScript. But there are always ways to improve, and one…
Pengenalan konsep SOLID dalam pemrograman berbasis Object
https://www.freecodecamp.org/news/solid-principles-single-responsibility-principle-explained/
#solid #oop
https://www.freecodecamp.org/news/solid-principles-single-responsibility-principle-explained/
#solid #oop
freeCodeCamp.org
SOLID Definition – the SOLID Principles of Object-Oriented Design Explained
The SOLID design principles help us create maintainable, reusable, and flexible software designs. Each letter in the acronym SOLID stands for a specific principle. Here is what each letter in the acronym stands for: S: Single responsibility princip...
Beberapa daftar fungsi manipulasi Array yang sering digunakan pada JavaScript
https://javascript.plainenglish.io/20-most-used-array-methods-in-javascript-c57276982377
—-
Penerapan prinsip SOLID pada JavaScript
https://medium.com/front-end-weekly/s-o-l-i-d-principles-with-js-examples-db95b44e82e
—-
#array #method #solid
https://javascript.plainenglish.io/20-most-used-array-methods-in-javascript-c57276982377
—-
Penerapan prinsip SOLID pada JavaScript
https://medium.com/front-end-weekly/s-o-l-i-d-principles-with-js-examples-db95b44e82e
—-
#array #method #solid
Medium
20 Most-Used Array Methods in JavaScript
20 commonly used array methods in JavaScript, explained with examples and diagrams.
Panduan panjang tentang pengenalan React JS bagi pemula
https://andrewbaisden.hashnode.dev/the-complete-modern-react-developer-2022
—-
Penerapan konsep SOLID pada React JS
https://medium.com/dailyjs/applying-solid-principles-in-react-14905d9c5377
—-
Latihan sederhana membuat aplikasi catatan dengan React JS dan Localstorage API
https://blog.logrocket.com/notes-app-react-localstorage/
#react #solid #guide #notes #localstorage
https://andrewbaisden.hashnode.dev/the-complete-modern-react-developer-2022
—-
Penerapan konsep SOLID pada React JS
https://medium.com/dailyjs/applying-solid-principles-in-react-14905d9c5377
—-
Latihan sederhana membuat aplikasi catatan dengan React JS dan Localstorage API
https://blog.logrocket.com/notes-app-react-localstorage/
#react #solid #guide #notes #localstorage
andrewbaisden.dev
The Complete Modern React Developer 2022
Introduction
This will be a course for becoming a Complete Modern React Developer in 2022. The only three topics which are not covered in this course are Redux, GraphQL and React Native which could be covered in a future course. TypeScript is going t...
This will be a course for becoming a Complete Modern React Developer in 2022. The only three topics which are not covered in this course are Redux, GraphQL and React Native which could be covered in a future course. TypeScript is going t...
Komparasi performa antara React JS dan Node JS dengan Solid JS yang berjalan di Bun runtime
https://medium.com/weekly-webtips/react-node-vs-solid-bun-lets-have-a-battle-bed2a2fcb918
#react #nodejs #bun #solid #performance
https://medium.com/weekly-webtips/react-node-vs-solid-bun-lets-have-a-battle-bed2a2fcb918
#react #nodejs #bun #solid #performance
Medium
React-Node VS Solid-Bun. Let’s have a battle!
Do we really need this? I say why not….
Pengenalan prinsip pemrograman SOLID dengan contoh JavaScript
https://www.freecodecamp.org/news/solid-principles-for-programming-and-software-design/
#javascript #solid
https://www.freecodecamp.org/news/solid-principles-for-programming-and-software-design/
#javascript #solid
freeCodeCamp.org
SOLID Principles for Programming and Software Design
The SOLID principles of object-oriented programming help make object-oriented designs more understandable, flexible, and maintainable. They also make it easy to create readable and testable code that many developers can collaboratively work with anyw...
Implementasi konsep SOLID di dalam JavaScript dan TypeScript
https://javascript.plainenglish.io/solid-principles-in-javascript-typescript-with-examples-1a7d398c0e53
—-
Panduan membuat library JavaScript yang baik
https://betterprogramming.pub/creating-a-reliable-javascript-library-a-step-by-step-guide-6907c778341c
#library #solid #principle
https://javascript.plainenglish.io/solid-principles-in-javascript-typescript-with-examples-1a7d398c0e53
—-
Panduan membuat library JavaScript yang baik
https://betterprogramming.pub/creating-a-reliable-javascript-library-a-step-by-step-guide-6907c778341c
#library #solid #principle
Medium
SOLID Principles in JavaScript & TypeScript (with Examples)
Becoming a S.O.L.I.D. Coder
Menerapkan prinsip SOLID ada TypeScript
https://blog.logrocket.com/applying-solid-principles-typescript/
---
Mengambil nilai Object berdasarkan key
https://javascript.plainenglish.io/typescript-get-object-value-by-key-9062a938ae6a
---
Menentukan nilai tipe TypeScript berdasarkan kondisi tertentu
https://blog.logrocket.com/guide-conditional-types-typescript/
#object #key #value #typescript #solid
https://blog.logrocket.com/applying-solid-principles-typescript/
---
Mengambil nilai Object berdasarkan key
https://javascript.plainenglish.io/typescript-get-object-value-by-key-9062a938ae6a
---
Menentukan nilai tipe TypeScript berdasarkan kondisi tertentu
https://blog.logrocket.com/guide-conditional-types-typescript/
#object #key #value #typescript #solid
LogRocket Blog
Applying SOLID principles to TypeScript - LogRocket Blog
Explore each of the SOLID principles, reviewing TypeScript examples to illustrate and understand why you need them in addition to OOP.
Penerapan prinsip SOLID pada TypeScript
https://blog.logrocket.com/applying-solid-principles-typescript/
#solid #typescript
https://blog.logrocket.com/applying-solid-principles-typescript/
#solid #typescript
LogRocket Blog
Applying SOLID principles to TypeScript - LogRocket Blog
Explore each of the SOLID principles, reviewing TypeScript examples to illustrate and understand why you need them in addition to OOP.