BoxFrame - DataFrames for JavaScript with WebAssembly Options

by Pinta

3 min read

Ready to work with structured data in JavaScript but tired of the limitations of basic arrays and objects? BoxFrame brings DataFrames to JavaScript/TypeScript, with WebAssembly acceleration for improved performance. This implementation provides a pandas-inspired API that works across all JavaScript environments.

Continue reading →

Secure Data Exchange with JWTs and the @cross/jwt Library

by Pinta

3 min read

JSON Web Tokens (JWTs) provide a secure and standardized way to transmit information between parties. They are widely used for authentication, but their ability to carry arbitrary data makes them valuable for a variety of secure data exchange scenarios. If you work with Deno, Bun, or Node.js, managing JWT workflows across these different runtimes can introduce inconsistencies and potential security risks. Lets take a look at this runtime agnostic library to enable one dependency across all major runtimes.

Continue reading →

More posts can be found in the archive.