Home / Companies / Stytch / Blog / September 2023

September 2023 Summaries

4 posts from Stytch

Filter
Month: Year:
Post Summaries Back to Blog
Introducing an engineering career ladder in a growing company provides a structured framework for setting clear expectations, equitable compensation, and strategic hiring, which simplifies complex, case-by-case management tasks. While levels can streamline performance evaluations and career development, they also bring challenges such as potential ladder-climbing behaviors and hierarchical intimidation. Addressing these issues is easier in smaller teams where individual input can be gathered, fostering ownership and understanding of the system. The career ladder at Stytch emphasizes impact over specific skills, allowing engineers to focus on delivering consistent outcomes while developing unique strengths. A significant decision in creating a career ladder is whether to promote based on current performance or potential, with the former being more industry-standard. Visibility of levels is another consideration, with private levels potentially reducing competitive tensions but possibly lacking transparency. Despite the complexities, implementing levels is crucial before a company grows too large to manage expectations and compensation manually, with the flexibility to adapt the framework as the team and product evolve.
Sep 27, 2023 2,420 words in the original blog post.
Stytch employs a unique approach to developer-focused conferences by tailoring their strategy to the specific audience and creating engaging, memorable experiences that foster meaningful conversations rather than merely generating leads. At conferences like RenderATL, Stytch uses interactive projects such as their retro-themed video game, Stytchemon, to demonstrate their API in a fun and hands-on way, while also distributing creative swag items like custom hot sauces and functional npx command-embroidered hats to capture attention and start conversations. By focusing on relevance and interaction, they ensure their conference presence is impactful and leaves a lasting impression on attendees, with a focus on engaging fellow developers through authentic discussions about hard problems and showcasing their product's capabilities. This strategy is supported by bringing diverse team members from Engineering, Product, and Design to offer expertise and foster valuable connections during these events.
Sep 01, 2023 1,973 words in the original blog post.
Auth0, a customer identity management platform, announced the deprecation of its Rules and Hooks features in favor of unifying extensibility under the new Actions segment, starting October 16, 2023, with a complete phase-out by November 2024. This transition, influenced by Auth0's integration into the Okta identity platform, has raised concerns among users due to technical limitations in Actions, such as the lack of support for account linking, access to all custom IdP attributes, and mapping custom SAML attributes to app metadata. Despite providing migration resources, some customers might face challenges adapting to Actions, with alternative solutions like Stytch being suggested as they offer embedded authentication with tighter integration, version control, and additional features like device fingerprinting and account deduplication. The decision reflects Auth0's strategy to streamline and centralize features, though its success in addressing user needs remains to be seen.
Sep 01, 2023 1,153 words in the original blog post.
Stytch's SQX library offers a streamlined approach to mapping database rows to in-memory structures in Go, reducing boilerplate code and enhancing code reusability, testability, and maintainability. By leveraging the sqx.Queryable interface, SQX allows developers to use various database references interchangeably, facilitating flexible model-database interactions. It provides methods like Create and Delete as one-liners, automatically converting structs into maps while ensuring data integrity. SQX supports defining reusable filters and clauses, simplifying the creation of complex queries. The library also includes methods like OneStrict() and First() for precise query results, and its design permits easy testing by using the Queryable interface with sql.Tx to manage test data cleanup. Stytch has open-sourced SQX, inviting others to benefit from its efficient handling of database interactions.
Sep 01, 2023 1,131 words in the original blog post.