Home / Companies / Jam / Blog / January 2024

January 2024 Summaries

5 posts from Jam

Filter
Month: Year:
Post Summaries Back to Blog
A network stack is being implemented in a browser extension to solve communication problems between its components. The stack consists of multiple layers, each solving specific issues such as routing and packet size constraints. The link layer handles direct communication between connected components, the packet layer routes packets to the correct component, the datagram layer chunks large messages for efficient sending, and the application layer provides a standardized send/receive pattern. This layered approach abstracts away underlying messaging API differences, message size constraints, and other issues that previously caused problems in the extension's communication system.
Jan 30, 2024 2,063 words in the original blog post.
Last night, a tech talk event was held at Cloudflare HQ, where five engineers from Coframe, Weaviate, Jam, Twilio, and Cloudflare shared their expertise on AI demos, prompt engineering, vector DBs, AI codegen, and user interface design. The talks covered topics such as building safe AI chatbots, thinking systematically to build amazing AI experiences, and the history of UI design, with a focus on how AI will change development of user interfaces. The event was attended by 75 engineers who packed into Cloudflare HQ for an evening of lightning talks, which were recorded and made available online.
Jan 25, 2024 301 words in the original blog post.
Notion is a customizable tool that can serve different purposes depending on the user's role within an organization. For individuals, it provides a blank slate for documentation and planning, while for managers or teams, it serves as a one-stop-shop for important information to be visible at a glance. A small team like Jam found that using Notion effectively required finding a balance between customization and simplicity, with templates playing a crucial role in streamlining their workflow. By structuring their marketing efforts around three main boards - events, accountability, and experiments - the team was able to stay organized and focused on their goals, with leadership utilizing a single board for high-level visibility into marketing programs. The use of Notion has enabled Jam to maintain organization and adapt to growth while prioritizing tasks and sharing information efficiently.
Jan 22, 2024 791 words in the original blog post.
Jam.Pizza is an easy way for product and engineering meetups to get sponsorship funding to cover event costs, such as pizza. The program was launched by Jam.dev to support more events globally. It's designed to make it easier for meetup organizers to budget for events, with the goal of fostering a community of engineers who can share knowledge and ideas. Jam.Pizza is available for anyone who wants to organize an engineering meetup, regardless of whether they have an established community or not. The program aims to bring together engineers from around the world to share their experiences and learn from each other.
Jan 16, 2024 328 words in the original blog post.
To preview deployments with Kubernetes, Jam uses GitHub and GitHub actions for their CI pipeline to create custom staging environments for pull requests. The process involves identifying a preview branch, overriding hostnames using the pull request number as a slug identifier, and networking with temporary namespaces. This setup allows for easy experimentation with changes without disrupting the main environment, making it easier for teams to collaborate on development and testing.
Jan 03, 2024 982 words in the original blog post.