January 2022 Summaries
2 posts from Retool
Filter
Month:
Year:
Post Summaries
Back to Blog
Event-driven architecture and reactive programming are increasingly important paradigms in modern application development, offering solutions to the challenges of managing asynchronous data changes and improving user experience. Event-driven architecture organizes applications to respond to user events by processing data changes, enhancing code maintainability and testability. Reactive programming, including polling and WebSocket connections, handles data updates but poses challenges such as race conditions and performance impacts. Despite these difficulties, event-driven architectures align with user expectations for real-time, seamless interactions, reducing bugs and enhancing performance. As developers adopt these paradigms, they create more robust, maintainable applications that cater to the demands of modern user experiences. The next part of the series will explore a practical application of these concepts.
Jan 21, 2022
1,417 words in the original blog post.
The Customer Success team at Retool is tasked with aiding enterprise clients like Amazon and Coinbase in developing internal applications to address critical business challenges. This team comprises Customer Success Managers (CSMs) and Deployed Engineers, who together guide clients in utilizing Retool's platform to its fullest potential. In response to the increasing complexity of managing client data, Deployed Engineer Ryan Jiang developed a Customer Success Dashboard, which centralizes disparate data and processes into a single interface. This dashboard provides CSMs with a comprehensive overview of client accounts, including account health, growth trends, and detailed metrics, enabling them to efficiently manage relationships and address client needs. The dashboard's centralized nature eliminates the reliance on scattered data sources, thereby streamlining workflows and improving the team's efficiency in handling customer requests. By providing insights into product usage and client interactions, the dashboard empowers the team to deliver faster resolutions, enhance customer satisfaction, and promote Retool's flexibility as a tool for creative problem-solving.
Jan 04, 2022
942 words in the original blog post.