Weekly JavaScript Roundup: Friday Links 26
Briefly

Weekly roundup presents new JavaScript tools, tutorials, and community updates. The Allie AI chess bot has played over 11,600 Lichess games, winning more than 6,800, trained on 91 million human games and offering human-like play in blitz mode. DBQuacks teaches SQL with DuckDB through a 38-level, story-driven puzzle quest, with more advanced chapters coming. The collection includes practical guides on AWS, running frontend and backend together, Next.js optimization and streaming, SVG path guidance, local AI chatbot setup, security postmortems, visualization techniques, LLM limitations, CLI automation, performance tricks, GitHub Pages redirection, Redux simplification with RTK Query, and accelerated API development with TanStack.
Since launch on Lichess, the AI bot Allie has played over 11,600 games, winning more than 6,800. The bot is free and open source, available only in blitz mode, where you can also watch its games live. Created by Carnegie Mellon PhD student Yimin Zhang, Allie was trained not on engine calculations but on 91 million human games, making its style strikingly human-like. Researchers note it performs at grandmaster level, while remaining an excellent and natural sparring partner for learning.
DBQuacks is a new SQL learning quest game. The first chapter (38 levels) introduces SQL basics with DuckDB through puzzles and story-driven tasks. Players solve mysteries by writing correct SQL queries, with hints and references available. A second chapter with advanced SQL features is coming soon. How to Get Started with AWS in 2025 How to Run Frontend & Backend Together with One Command (No Docker Needed) How to optimize your Next.js app with after() The Future of JavaScript: What Awaits Us
Read at Substack
[
|
]