Bacaan panjang tentang cara implementasi SOLID dan Onion Architecture di dalam Node.js dengan TypeScript
https://dev.to/remojansen/implementing-the-onion-architecture-in-nodejs-with-typescript-and-inversifyjs-10ad
#architecture #onion #solid #typescript
https://dev.to/remojansen/implementing-the-onion-architecture-in-nodejs-with-typescript-and-inversifyjs-10ad
#architecture #onion #solid #typescript
DEV Community
Implementing SOLID and the onion architecture in Node.js with TypeScript and InversifyJS
The onion architecture is a software application architecture that adheres to the SOLID principles. It uses the dependency injection, and it is highly influenced by the Domain Driven Design (DDD) principles and some functional programming principles.
Referensi buku konsep programming dan arsitektur aplikasi yang bermanfaat untuk membuat aplikasi web ataupun aplikasi yang lain yang lebih bisa dibaca struktur kode, di rawat kode nya, dan bisa di perbesar skala nya
https://medium.com/full-stack-tips/programming-books-372c0063b440
#books #concept #programming #cleancode #architecture #scalable
https://medium.com/full-stack-tips/programming-books-372c0063b440
#books #concept #programming #cleancode #architecture #scalable
Medium
10 Programming Books you Need to Read
Sometimes we want to reach the next level on programming and we just don’t know where to start. I’ve been there, with that sensation that I…
Latihan menggunakan pola arsitektur Strategy untuk project yang menggunakan TypeScript
https://codeburst.io/implementing-strategy-pattern-on-typescript-b74c447da37b
#typescript #designpattern #architecture
https://codeburst.io/implementing-strategy-pattern-on-typescript-b74c447da37b
#typescript #designpattern #architecture
Medium
Implementing Strategy pattern on TypeScript
Design patterns are ways of standardizing resources implementations into our applications. The greatest motivation to use patterns is, by…
Referensi desain arsitektur aplikasi web yang dapat dipakai dari Nuxt JS
https://zendev.com/2018/09/17/frontend-architecture-lessons-from-nuxt-js.html
#nuxt #vue #architecture #pattern
https://zendev.com/2018/09/17/frontend-architecture-lessons-from-nuxt-js.html
#nuxt #vue #architecture #pattern
ZenDev, LLC
7 Frontend Architecture Lessons From Nuxt.js
Front-end architecture is a hot topic, and for good reason. As more and more logic has moved into JavaScript on the front-end, applications have become cumbersome to deal with. This has in turn led to the rise of frameworks and application patterns to manage…
Membuat beberapa aplikasi web dengan Angular , ngRx State , dan Lazy Loading , dan dengan arsitektur mono repo menjadi satu proyek
https://blog.angularindepth.com/making-angular-project-mono-repo-with-ngrx-state-management-and-lazy-loading-3f09178319d4
#angular #monorepo #architecture
https://blog.angularindepth.com/making-angular-project-mono-repo-with-ngrx-state-management-and-lazy-loading-3f09178319d4
#angular #monorepo #architecture
Medium
Medium – Get smarter about what matters to you.
Medium is not like any other platform on the internet. Our sole purpose is to help you find compelling ideas, knowledge, and perspectives. We don’t serve ads—we serve you, the curious reader who loves to learn new things. Medium is home to thousands of independent…
Teknik refactoring Node JS untuk arsitektur yang lebih rapi , clean code, dan clean architecture
https://dev.to/paulasantamaria/refactoring-node-js-part-1-42fe
#refactor #clean #architecture
https://dev.to/paulasantamaria/refactoring-node-js-part-1-42fe
#refactor #clean #architecture
DEV Community
Refactoring node.js (Part 1)
5 tips that'll help you write cleaner and more effective node.js code.
Tips untuk membuat clean architecture dan optimasi performa aplikasi web Angular
https://www.freecodecamp.org/news/best-practices-for-a-clean-and-performant-angular-application-288e7b39eb6f/
#angular #optimize #architecture
https://www.freecodecamp.org/news/best-practices-for-a-clean-and-performant-angular-application-288e7b39eb6f/
#angular #optimize #architecture
freeCodeCamp.org
Best practices for a clean and performant Angular application
By Vamsi Vempati I have been working on a large scale Angular application at Trade Me, New Zealand for a couple of years now. Over the past few years, our team has been refining our application both in terms of coding standards and performance to mak...
Contoh implementasi arsitektur dan design pattern pada Fullstack Javascript
https://www.freecodecamp.org/news/full-stack-unified-architecture/
#fullstack #pattern #design #architecture
https://www.freecodecamp.org/news/full-stack-unified-architecture/
#fullstack #pattern #design #architecture
freeCodeCamp.org
Unified Architecture – A Simpler Way to Build Full-Stack Apps
Modern full-stack apps – like single-page apps or mobile apps – usually have six layers * data access * backend model * API server * API client * frontend model * and user interface. By architecting in this way, you can achieve some characteristics
Latihan dan referensi menerapkan arsitektur dan design pattern aplikasi backend berbasis Javascript Node JS, yang terdiri dari susunan folder , penerapan lapisan arsitektur, logika bisnis, dst
https://dev.to/santypk4/bulletproof-node-js-project-architecture-4epf
---
#architecture #design #pattern
https://dev.to/santypk4/bulletproof-node-js-project-architecture-4epf
---
#architecture #design #pattern
DEV Community
Bulletproof node.js project architecture 🛡️
A simple yet powerful project architecture for node.js REST APIs 💎
Beberapa banyak tips untuk menambah efisiensi penulisan kode di Angular
https://indepth.dev/5-tips-to-boost-your-angular-skills/
---
Referensi arsitektur dan design pattern di Angular
https://dev.to/angular/angular-architecture-patterns-and-best-practices-that-help-to-scale-507m
---
#angular #architecture #pattern #design
https://indepth.dev/5-tips-to-boost-your-angular-skills/
---
Referensi arsitektur dan design pattern di Angular
https://dev.to/angular/angular-architecture-patterns-and-best-practices-that-help-to-scale-507m
---
#angular #architecture #pattern #design
Tips mengamankan aplikasi backend web Node JS Express dengan Helmet JS middleware
https://wanago.io/2020/12/14/security-express-applications-helmet-middleware/
---
Contoh Stack teknologi aplikasi web berbasis Node JS yang dapat jadi referensi penggunaan.
https://dev.to/mjgs/robust-nodejs-deployment-architecture-5go6
---
#nodejs #express #helmet #architecture #stack
https://wanago.io/2020/12/14/security-express-applications-helmet-middleware/
---
Contoh Stack teknologi aplikasi web berbasis Node JS yang dapat jadi referensi penggunaan.
https://dev.to/mjgs/robust-nodejs-deployment-architecture-5go6
---
#nodejs #express #helmet #architecture #stack
DEV Community
Robust NodeJS Deployment Architecture
The aim of this post is to succinctly describe an effective and robust architecture for self hosting...
Mengenal beberapa kelebihan CMS berbasis Node JS yang bernama Strapi CMS
https://itnext.io/5-things-i-love-about-strapi-a-node-js-headless-cms-700b4fec544b
—-
Membuat fungsi upload file di Node JS dengan bantuan Multer
https://timchosen.medium.com/how-to-handle-file-upload-in-a-nodejs-rest-api-project-970950cf505
—-
Mengenal arsitektur Node JS yang bernama Event Driver Architecture
https://codenameuriel28.medium.com/node-js-and-its-event-driven-architecture-2ea4a520f6fa
—-
Membuat fungsi identifikasi IP Address dengan Node JS
https://javascript.plainenglish.io/build-an-ip-lookup-microservice-using-node-js-67d7aaaf4b34
#nodejs #strapi #ipaddress #upload #multer #architecture
https://itnext.io/5-things-i-love-about-strapi-a-node-js-headless-cms-700b4fec544b
—-
Membuat fungsi upload file di Node JS dengan bantuan Multer
https://timchosen.medium.com/how-to-handle-file-upload-in-a-nodejs-rest-api-project-970950cf505
—-
Mengenal arsitektur Node JS yang bernama Event Driver Architecture
https://codenameuriel28.medium.com/node-js-and-its-event-driven-architecture-2ea4a520f6fa
—-
Membuat fungsi identifikasi IP Address dengan Node JS
https://javascript.plainenglish.io/build-an-ip-lookup-microservice-using-node-js-67d7aaaf4b34
#nodejs #strapi #ipaddress #upload #multer #architecture
Medium
5 Things I love about Strapi, a Node.js headless CMS
Building high-quality REST and GraphQL APIs is hard. But there’s an easy way to get started in a few minutes.
Best Practices for Securing Node.js Applications in Production
https://semaphoreci.medium.com/best-practices-for-securing-node-js-applications-in-production-d24b7c4981d
—-
Implementing Role-Based Access Control (RBAC) in Node.js
https://medium.com/@techsuneel99/implementing-role-based-access-control-rbac-in-node-js-871591b80a83
—-
Clean Architecture in Node.js
https://medium.com/@DarkCookiess/clean-architecture-in-node-js-2aeb24772f15
#nodejs #security #architecture #clean #rbac
https://semaphoreci.medium.com/best-practices-for-securing-node-js-applications-in-production-d24b7c4981d
—-
Implementing Role-Based Access Control (RBAC) in Node.js
https://medium.com/@techsuneel99/implementing-role-based-access-control-rbac-in-node-js-871591b80a83
—-
Clean Architecture in Node.js
https://medium.com/@DarkCookiess/clean-architecture-in-node-js-2aeb24772f15
#nodejs #security #architecture #clean #rbac
Medium
Best Practices for Securing Node.js Applications in Production
Node.js is one of the favorite technologies for developers when it comes to backend development. Its popularity keeps rising and is now one…
Getting Started With Nest.js
https://dev.to/shameel/getting-started-with-nestjs-cl1
---
A Powerful Node.JS CLI Time Tracker ⏱️🚀
https://dev.to/f3rno64/a-powerful-nodejs-cli-time-tracker-1fb0
---
Stateful vs Stateless Architecture – Explained for Beginners
https://www.freecodecamp.org/news/stateful-vs-stateless-architectures-explained/
---
#nodejs #nest #stateful #architecture
https://dev.to/shameel/getting-started-with-nestjs-cl1
---
A Powerful Node.JS CLI Time Tracker ⏱️🚀
https://dev.to/f3rno64/a-powerful-nodejs-cli-time-tracker-1fb0
---
Stateful vs Stateless Architecture – Explained for Beginners
https://www.freecodecamp.org/news/stateful-vs-stateless-architectures-explained/
---
#nodejs #nest #stateful #architecture
DEV Community
Getting Started With Nest.js
Introduction Hello everyone, we are starting a series where we will be learning about...
Most Common Software Architecture Styles
https://medium.com/@techworldwithmilan/most-common-software-architecture-styles-86881d779683
#architecture #style
https://medium.com/@techworldwithmilan/most-common-software-architecture-styles-86881d779683
#architecture #style
Medium
Most Common Software Architecture Styles
Software architecture styles are the foundational blueprints for constructing various software systems, ensuring they meet specific…
Getting Started With Generators in JS
https://javascript.plainenglish.io/getting-started-with-generators-in-js-8b929f699d0a
—-
A New Era for JavaScript: Pattern Matching Unveiled
https://lokesh-prajapati.medium.com/a-new-era-for-javascript-pattern-matching-unveiled-8f00980210b1
—-
11 Cool Chrome Devtools Tips and Tricks I Wish I Knew Already
https://javascript.plainenglish.io/11-cool-chrome-devtools-tips-and-tricks-i-wish-i-knew-already-123cde033b9a
—-
Building a Clean and Scalable Frontend Architecture
https://medium.com/@barrytwice/title-building-a-clean-and-scalable-frontend-architecture-f4fe1f814f68
#generators #clean #architecture #patternMatching
https://javascript.plainenglish.io/getting-started-with-generators-in-js-8b929f699d0a
—-
A New Era for JavaScript: Pattern Matching Unveiled
https://lokesh-prajapati.medium.com/a-new-era-for-javascript-pattern-matching-unveiled-8f00980210b1
—-
11 Cool Chrome Devtools Tips and Tricks I Wish I Knew Already
https://javascript.plainenglish.io/11-cool-chrome-devtools-tips-and-tricks-i-wish-i-knew-already-123cde033b9a
—-
Building a Clean and Scalable Frontend Architecture
https://medium.com/@barrytwice/title-building-a-clean-and-scalable-frontend-architecture-f4fe1f814f68
#generators #clean #architecture #patternMatching
Medium
Getting Started With Generators in JS
A Hands-on Guide to Writing Your First Generator Function in JavaScript
53 JavaScript Frontend Interview Questions
https://medium.com/@adarshrai3011/53-javascript-frontend-interview-questions-e6013116eaa0
—-
A JavaScript Interview Question That 90% of People Get Wrong
https://javascript.plainenglish.io/a-javascript-interview-question-that-90-of-people-get-wrong-0f2d59be3d3c
—-
Building a Clean and Scalable Frontend Architecture
https://awstip.com/title-building-a-clean-and-scalable-frontend-architecture-f4fe1f814f68
—-
Promises vs Observables vs Subjects
https://medium.com/front-end-weekly/promise-vs-observables-vs-subjects-4035c3488ede
#interview #clean #architecture #promise #rxjs #subject
https://medium.com/@adarshrai3011/53-javascript-frontend-interview-questions-e6013116eaa0
—-
A JavaScript Interview Question That 90% of People Get Wrong
https://javascript.plainenglish.io/a-javascript-interview-question-that-90-of-people-get-wrong-0f2d59be3d3c
—-
Building a Clean and Scalable Frontend Architecture
https://awstip.com/title-building-a-clean-and-scalable-frontend-architecture-f4fe1f814f68
—-
Promises vs Observables vs Subjects
https://medium.com/front-end-weekly/promise-vs-observables-vs-subjects-4035c3488ede
#interview #clean #architecture #promise #rxjs #subject
Medium
53 JavaScript Frontend Interview Questions
Introduction
Understanding async and defer
https://dev.to/thesanjeevsharma/understanding-async-and-defer-11fn
---
Async Derivations in Reactivity
https://dev.to/this-is-learning/async-derivations-in-reactivity-ec5
---
The Ultimate Guide to API Architectures in 2024: Choosing the Right Approach for Your Project
https://dev.to/vyan/the-ultimate-guide-to-api-architectures-in-2024-choosing-the-right-approach-for-your-project-1fn3
---
#async #defer #architecture
https://dev.to/thesanjeevsharma/understanding-async-and-defer-11fn
---
Async Derivations in Reactivity
https://dev.to/this-is-learning/async-derivations-in-reactivity-ec5
---
The Ultimate Guide to API Architectures in 2024: Choosing the Right Approach for Your Project
https://dev.to/vyan/the-ultimate-guide-to-api-architectures-in-2024-choosing-the-right-approach-for-your-project-1fn3
---
#async #defer #architecture
DEV Community
Understanding async and defer
This is one of the popular frontend interview questions. It tests interviewees knowledge on HTML, JS...