@nicolasb
Web Developper
Nothing here yet.
Nothing here yet.
No blogs yet.
Hi everyone, I have this two parts of code which do the same thing. But for you what is the best ? Using namespace or static class ? namespace MyMath { const PI: number = 3.14; export function calculateCircumference(diameter: number): number { ...
MCMatt and 1 more commentedHello everyone I was discussing with my boss, and i wanted on our future architecture an micro service dor dealing with our database. In my side i prefer let each micro service interacting with database because : If BDDmicro service is down, it wil...
RGARemco and 2 more commentedHi I try to evaluate graphql to using it a work. We always need to write "sql queries" for fetching data and graphql queries will be perfect for us to retrieve data easily and without writing lot of boilerplate code I only got a problem. It is possib...
RRemco commentedHi I'm now subscriber to the beta of the new hashnode mobile app ! If it's not indiscreet, which teck stack this mobile app use ? I bet for react native but am i wrong ? If you can explain a little why you choose this teck stack, i think that it can ...
BSABrandon and 2 more commentedHi Yesterday, I was at tech talks about microservices It was very interesting, but i've still some questions. I've heard that we can use "bus" with publish/subscribe event for communicate between microservices. For example a micro service which creat...
SCMSiddarthan and 2 more commentedHi I want to build personnal project with good practise ("enterprise grade"), in all my project i think that i've some lack about organisation and property of code. I've a server with gitlab, jenkins, jira for continous integration and i will do test...
ESuraj commentedHi I've followed the thread "what programming language do you want to learn next" And lot of people say that they want to learn Go, i've do some search but i haven't understand why this hype with go ? So, why so many people want to learn this langua...
CUj and 1 more commentedHi I'm currently working as Java developper in a company. We work with "old" JEE structure (tomcat 6, basic JEE, sometimes hibernate but that's all). For personal projects I work essentially with new javascript tech (Node.js, VueJS etc) I've seen lo...
JJAkter and 1 more commentedHello everybody, In the new year, I want to learn how to use GraphQL. Why not using this technology for personnal project or at work. So, for now I will use it with MongoDB at backend and VueJS 2.0 at frontend. I have a question about how to send que...
IStephan commented