How we use Static Code Analysis to map data flows

At Bearer, we often get asked: “How do you detect and classify data just by scanning the source code?” To answer that, we need to answer two important questions: Why Static Code Analysis (SCA) is a relevant approach for data mapping. How we detect and classify data by scanning code repositories. Why Static Code Analysis … Read more

How to build modals with Hotwire (Turbo Frames + StimulusJS)

At Cycode we use a lot of modals. They allow our users to create/edit/destroy records throughout the app, without leaving the current page. This is pretty common in most modern webapps. Here’s one in action:This is really handy from a UX point of view and gives your app a Single-Page-App feel. We use Hotwire’s mix of Turbo … Read more