Every time I see teams rush to microservices, they're still copy-pasting auth checks, reimplementing the same validation logic, and building separate database schemas that don't talk to each other. Th
Join discussionFor example the following is a zsh completion function for command foo: #compdef _foo foo compadd first second third fourth So, if we type foo <tab> in the zsh terminal, it suggests first second third fourth. I think I found few projects which help ...
Join discussionI am currently working as a back-end PHP developer and I have 1.5 years of work experience in the Software Industry. I got allocated to a maintenance project in my company as I am a fresher(I couldn't demand for a better one as I am a fresher). Now, ...
DMDaniel and 1 more commentedI am a beginner in Golang, This is a TCP server that receives requests and sends back a hello message to the client attached with the client’s message(name) how can I fill those requests into a map without erasing the previous request. this is the co...
Join discussionFellow developers I need your help. I am planning to build a tool that will prove to be a better way to spin up a new project/microservice. Help me understand if this is a real problem that needs to be addressed by answering 4 questions in following ...
Join discussion