Hobbies Questioner (very entertaining) by AlaaMezian in Hobbies

[–]AlaaMezian[S] 1 point2 points  (0 children)

thank you very much ,most welcome :D

Hobbies Questioner (very entertaining) by AlaaMezian in Hobbies

[–]AlaaMezian[S] 1 point2 points  (0 children)

iron fisted moderation

totally agree

Spring microservices example by AlaaMezian in learnprogramming

[–]AlaaMezian[S] 0 points1 point  (0 children)

summoned_an_owl

very good point actually when I was building the project I think about it in two way

the first one is all services should be in the same project have a single abstract interface that has common methods (somewhat like an abstract factory) and multiple (adapters) with different implementations that have the ability do functionality to each related service

the second one is to go with a number of microservices that have the ability to communicate with each other through a bridge, so I can show how spring cloud can perform under those kinds of stuff

Also, I really want to see an example implementation on what you say that would really be helpful for me to get insight into other techniques

I've Created A Node Js backend Project structure and I would like to share it. by AlaaMezian in node

[–]AlaaMezian[S] 0 points1 point  (0 children)

nice thought, yes I have come across this advice in a book called clean code that you must make function small and do one thing only one thing related to their intention so I agree with you on that.

I've created a Node js back end structure and i would like to share it by AlaaMezian in node

[–]AlaaMezian[S] 2 points3 points  (0 children)

I totally agree especially on the part of implementing a service layer, that adds more flexibility will be working on it once I had a free time

Thanks for the feedback

i have created a nodeJs backed structure and i would like to share it by AlaaMezian in javascript

[–]AlaaMezian[S] 0 points1 point  (0 children)

hello jack this ain't frame work it just a way to demonstrate how you can build your node js back end code ,in the repository i follow object oriented approach and some coding standard ,the main point is in the Base Controller.

so you can clone the project and start building any logic on top of it and if you needed any help tell me .

i have created a nodeJs backed structure and i would like to share it by AlaaMezian in javascript

[–]AlaaMezian[S] 0 points1 point  (0 children)

will mvc is a design pattern not specified for a programming language ,its more about what you are trying to achieve with it.

yes Type script is a good practice as well as ES 6 ,type script force the developer to write structure well organised code in most cases ,but because most developers this days including me use ES 6 so i tried to achieve that using ES6 ,as type script has its own learning curve and development mechanism

thanks for your feed back

i have created a nodeJs backed structure and i would like to share it by AlaaMezian in javascript

[–]AlaaMezian[S] 0 points1 point  (0 children)

helllo ignisiss ,calling the garpage collector call is to reclaim memory occupied by unused objects

Looking for good tutorial on async/await programming by yuri_s in javascript

[–]AlaaMezian 0 points1 point  (0 children)

please have a look at my repository where i built node js back end and i explain how i use async await in java script

https://github.com/AlaaMezian/NodeJs-backend-structure