Search Articles — Sudonull

Search Results

In this project

API keys for pet projects: HMAC and cache

https://sudonull.com/api-keys-for-pet-projects-hmac-and-cache

Learn how to implement a free API with self-sufficient keys, spam protection, and LRU cache. Minimize DB queries for pet projects. Test in playground.

OLTP core: API and adaptive tuning in DBMS

https://sudonull.com/oltp-core-api-and-adaptive-tuning-in-dbms

Analysis of OLTP core implementation: per-tablespace page size, trait-API layers, Resource Broker. For middle/senior dev. Study the architecture without manual tuning.

Fastify Optimization: Bloom Filters and Scalable Backends

https://sudonull.com/fastify-optimization-bloom-filters-and-scalable-backends

Explore practical solutions for creating a high-load backend on Fastify: custom IDs, Bloom filters for users and images, loginless authorization, asynchronous DB writes, API protection, and TypeScript typing.

DB migrations in legacy without ORM: structure and practice

https://sudonull.com/db-migrations-in-legacy-without-orm-structure-and-practice

Setting up DDL/DML migrations for legacy systems: Git structure, version tables, deploy to dev/prod. Change control without Liquibase/Flyway. Instructions for middle/senior dev.

From other projects

AlphaFold DB: How AI Predicted 200 Million Proteins

https://ymaho.com/alphafold-db-how-ai-predicted-200-million-proteins

DeepMind's AlphaFold database contains over 200 million protein structures. Learn how this accelerates drug discovery and transforms science. Read more in the article.

Trending Now