JavaScript
Conquering Shadow DOM for a Better Autofill Experience with Dashlane
The usage of Shadow DOM on a given webpage has historically presented problems for password managers because “shadow” fields are hidden from normal DOM calls, meaning autofill can’t work for a login credential or address form, or any other data which might be relevant for the given page. Thanks to the engineers at Dashlane, this […]
The Technology Stack Powering Dashlane
– Updated October 20 2021 – Our users, partners, and job candidates often ask, “what is the technology stack we use?” “What are the engines behind Dashlane?” Let’s pop the hood and take a look inside! Dashlane’s Tech Stack From Day 1, we aimed to build the best application possible for each environment and take […]
How Dashlane Improved Code Quality with TypeScript
Producing quality code is one of our main objectives at Dashlane. We’re TDD aficionados, and always keep a close eye on our unit test coverage. Every change in the codebase must result in a pull request to be reviewed by team members before it can be merged. This is why, when we got started 6 […]