Logging and monitoring were important with monoliths, but they’re far more critical with Microservices. That’s because debugging with Microservices is difficult since services are deployed independently. With a robust tool for logging...
During our day-to-day work, we need to very often solve code problems with new and unknown technologies. When landing a new job and technologies are all different, we have to adapt very quickly. There are some strategies we can use. We don’t...