About 20 results
Open links in new tab
  1. Open Source Guidelines | Widen Engineering

    Projects should not depend on internal Widen infrastructure. Making something that interacts with our public APIs and sites is fine, but a project that launches EC2 instances in our cloud is not.

  2. Tomcat Hates Encoded Slashes | Widen Engineering

    So, our URI of “/proxy/http%3A%2F%2Fwiden.com%2Fcareers” is being expanded to “/proxy/http%3A//widen.com/careers” before it is routed to a matching endpoint handler. Of …

  3. Dagster + Meltano: A complete open-source ELT solution for the …

    When we, the Widen Data Team, began looking to revamp our ELT platform we chose Dagster and Meltano. Here's why.

  4. AWS CloudFront User Authentication using Lambda@Edge

    'use strict';exports.handler=(event,context,callback)=>{constrequest=event.Records[0].cf.request;constheaders=request.headers;// …

  5. A Tale of Performance - JavaScript, Rust, and WebAssembly - Widen

    Welcome to another Widen engineering blog post! Today, we’re going to embark on a journey of optimization. We’ll compare and contrast multiple approaches to solving a simple performance …

  6. Widen Engineering

    As part of Widen's commitment to contributing back to the open-source community, we have sponsored work to improve the CSS variables implementation in WebKit. Read on to learn …

  7. Sometimes, a Billion Laughs Aren't so Funny - Widen

    Widen, like many companies, makes heavy use of open-source technology, and we’ve made it a part of our mission to give back to this community that we benefit so much from. In light of this, …

  8. Demystifying TypeScript's Extract Type | Widen Engineering

    Many of the applications we develop at Widen utilize TypeScript for front-end development to provide a high level of type safety while also remaining familiar to developers who are used to …

  9. Why We Use Yarn | Widen Engineering

    The best package manager for you is not what this blog or that blog recommends, but the one you feel most comfortable with. This post is intended to share why we at Widen chose Yarn as our …

  10. The Future of Web Development (Part 2): Full-Stack Automated …

    While Widen/fullstack-react was designed to be simple to allow us to focus on the concepts needed to create and test a futuristic full-stack JavaScript web application, there are certainly …