Home / Companies / Highlight.io / Blog / May 2023

May 2023 Summaries

2 posts from Highlight.io

Filter
Month: Year:
Post Summaries Back to Blog
Source maps play a crucial role in modern web development by enabling developers to debug errors in production environments, despite the challenges posed by transpiled JavaScript code. While private source maps can make it harder for attackers to understand an application's front-end code, they offer limited protection since tools like Chrome Dev Tools can easily deconstruct JavaScript applications without them. Public source maps, however, significantly enhance debugging efficiency by allowing developer tools to link errors directly to the decompiled code, facilitating a smoother debugging process. Highlight, a platform that supports both private and public source maps, offers a source map uploader for private maps, though public maps eliminate the need for such implementations, streamlining the debugging workflow and reducing potential issues with different build pipelines.
May 12, 2023 499 words in the original blog post.
Highlight Engineering has successfully fostered a thriving open-source community by taking strategic steps to support and encourage external contributions. After open-sourcing their project, they have seen significant engagement, including a developer creating a fully-featured Java SDK, complete with CI setup, documentation, and tests. To facilitate contributions, Highlight publicly documents everything on GitHub, uses clear labeling for issues, and engages the community through open discussions and Requests for Comments (RFCs). They also focus on optimizing the developer experience with a refined Docker setup and provide a dedicated communication channel for contributors. Highlight prioritizes customer feedback, utilizing their Discord community for communication between users and engineers, which helps improve the product collaboratively. By treating external contributors as integral parts of their team, Highlight has built a powerful and diverse group that continuously enhances their platform.
May 09, 2023 514 words in the original blog post.