Tagged

javascript

2 notes

28 Apr 2026

I built pipequery, a pipe-based query language for JavaScript — over a weekend

Pipequery - A small, zero-dependency query language for JavaScript and TypeScript that lets you filter, transform, aggregate, and join data using a left-to-right pipe syntax instead of the back-to-front nesting that SQL forces on you

nodejsjavascriptarchitecturewebsockettypescriptdata

09 Jan 2023

Advanced Security Patterns in Javascript

JavaScript is an incredibly powerful scripting language that has enabled the development of powerful web applications. As such, it is essential for businesses to ensure that their applications are secure and that the best security practices are followed when creating and deploying applications built with JavaScript. In this article, we will discuss three advanced security patterns that can be used in JavaScript applications: Content Security Policy (CSP), Cross-Origin Resource Sharing (CORS), and Authentication and Authorization.

javascriptwebsecuritybestpractices