Search Articles — Sudonull

Search Results

In this project

gRPC on the frontend: why it's not used

https://sudonull.com/grpc-on-the-frontend-why-it-s-not-used

Breaking down why gRPC-Web doesn't replace REST on the frontend: browser limitations, security, tRPC and WebTransport alternatives. For middle/senior developers.

JS/TS not a functional language: technical analysis

https://sudonull.com/js-ts-not-a-functional-language-technical-analysis

Why JavaScript and TypeScript Are Not Functional Languages? Breaking Down 4 Technical Reasons: mutability, recursion, lazy collections, error handling. Consequences for development.

Web Application Vulnerabilities: XSS SQLi enumeration

https://sudonull.com/web-application-vulnerabilities-xss-sqli-enumeration

Breakdown of top-3 vulnerabilities in web: user enumeration, XSS, SQL injections. Fix methods for developers: prepared statements, encoding. In-depth pentest guide.

3D animation for the web: tower and pigeon in Spline

https://sudonull.com/3d-animation-for-the-web-tower-and-pigeon-in-spline

Learn how to optimize 3D models for the browser: retopology, bird skeletal animation, integration into Spline. Practical case for web developers. Read the tutorial.

From other projects

Trending Now