Skip to content
YD.
Email me

Writing

Notes from inside the interface.

CSS, motion, performance, and the unglamorous work of keeping a front-end understandable after launch.

  • CSS
  • Motion
  • Performance
2 min read

GLM-5.3 and the scoreboard

GLM-5.3 tops CyberGym and jumps on Terminal-Bench 3.0. ExploitBench and a missing vision stack are the reminder that a leaderboard is not a hiring manager.

NotesAIBenchmarks
1 min read

Grok 4.6 is for the long job

xAI’s Grok 4.6 matches Sol on a composite index and trails it on DeepSWE. The useful claim is the long loop: a first pass of a working interface, not a quiz score.

NotesAIAgents
1 min read

Stay Up-to-Date with Modern JavaScript

Frontend development evolves rapidly. Keep your skills sharp by staying up-to-date with modern JavaScript features and libraries. Explore ES6, ES7, and beyond, and consider using tools like Babel to ensure compatibility with older browsers.

JavaScriptJavaScriptFront-end
1 min read

Debugging Like a Pro with DevTools

Master your browser's developer tools (DevTools) for efficient debugging. Learn how to set breakpoints, inspect elements, and use the Console to identify and fix issues in your JavaScript and CSS code. Debugging is a crucial skill for every frontend developer.

DebuggingDevToolsDebugging
1 min read

Enhance User Experience with Smooth Animations

Adding subtle animations to your web pages can greatly enhance user experience. Explore CSS transitions and keyframes to create smooth animations for hover effects, loading spinners, and more. Keep them lightweight for optimal performance.

MotionCSSMotion
1 min read

Master the Art of CSS Flexbox

CSS Flexbox is a powerful layout system that simplifies complex layouts. Learn how to use `display: flex` and its properties to create responsive and flexible designs. It's a game-changer for aligning and distributing content.

CSSCSSLayout
1 min read

Optimize Your Images for Faster Loading

When building a website, optimizing images is crucial for improving page load times. Use tools like ImageMagick or TinyPNG to compress and resize images without sacrificing quality. Remember to use modern image formats like WebP for even better performance.

PerformanceImagesPerformance