Home / Companies / Rollbar / Blog / November 2018

November 2018 Summaries

2 posts from Rollbar

Filter
Month: Year:
Post Summaries Back to Blog
Modern software development has seen a significant shift towards more frequent deployments, facilitated by service-oriented architectures and microservices that allow modular codebases. This change offers numerous business benefits, such as reduced time-to-market, faster customer feedback, and improved developer morale, but also presents challenges for operations and DevOps teams, including potential impacts on site reliability and customer experience. To address these issues, various deployment strategies have emerged, such as "big bang," rolling, blue-green, and canary deployments, each with its own advantages and limitations. Best practices for deployment include using checklists, adopting Continuous Integration (CI) and Continuous Delivery (CD), employing standard operating environments, and utilizing automation tools for infrastructure management. Post-deployment monitoring is crucial to detect and address issues that may arise, with tools like Application Performance Monitoring (APM) and error monitoring solutions like Rollbar playing a key role in maintaining application performance and customer satisfaction.
Nov 13, 2018 1,823 words in the original blog post.
WordPress is a widely used open-source content management system written in PHP and MySQL, enabling users to build websites via a web browser, but it can generate errors that impact user experience, which are not captured by tools like Google Analytics. These errors often arise from plugins and custom themes, and common ones include the "white screen of death" and "internal server error." WordPress has a native error logging mechanism that requires enabling WP_DEBUG, but it has limitations such as difficulty in aggregating logs across hosts and not capturing client-side errors. Rollbar offers a solution to monitor and analyze WordPress errors in real-time, providing detailed reports and stack traces to help developers quickly identify and resolve issues. By integrating Rollbar, users can set up comprehensive error tracking for both server and client-side incidents, facilitating a more efficient debugging process and enhancing the overall user experience.
Nov 06, 2018 1,052 words in the original blog post.