@thamaraiselvam
Lead Consultant at ThoughtWorks
I am a highly motivated and experienced engineer with a passion for helping teams deliver software faster, more reliably, and more securely. I am proficient in a wide range of DevOps technologies along with Software Development and have a proven track record of success in leading and mentoring teams. I am also a strong communicator and educator, and I enjoy sharing my knowledge with others.
I would love to mentor beginners to succeed in their IT career.
Just curious how other developers plan their day and what they really do daily? I do the following things: Scrum Standup Plan tasks for the day Code for mostly 2 to 4 hours per day Check Producthunt and Hashnode on free time Solve a couple of prob...
A little bit curious about how Hashnode "Most Helpful This Week" right side widget works? Checked network request and response Understand a few things (correct me if I am wrong) Hashnode has separate routing called Ajax I tried with different day...
For long time I have doubt about How DNS works, I did small search and found this awesome website. https://howdns.works/ It explained every clearly but I have doubt that How Operating System and Resolver Talk back After DNS resolving? Resolver(ISP) ...
I am curious about to know difference between Single Thread, Multi Processor and Multiple Processes.? And Since Node JS is single threaded Can it handle multiple Processes? Assume if multiple request comes in and all are trying to access do an asynch...
I am developing a mobile application for existing web application, I need to have a separate router for mobile and web so I can do any changes in the future if I want. How do I differentiate Mobile and Web Endpoints? Something like this? web - api....