Using pyinstrument to profile Air apps
A guide on using the pyinstrument profiler to identify and analyze performance bottlenecks in Air applications built with FastAPI.
A guide on using the pyinstrument profiler to identify and analyze performance bottlenecks in Air applications built with FastAPI.
Explores methods for using videos with alpha transparency on the web, detailing challenges and presenting a custom solution.
How eBPF technology can prevent system crashes like the massive July 2024 Windows outage caused by a faulty kernel driver update.
A guide to using React's useDeferredValue hook to optimize UI performance and prevent janky interfaces.
A list of essential Linux tools to pre-install for diagnosing performance issues and outages, including package names.
Blog post about the new eBPF documentary, which tells the story of how the revolutionary Linux kernel technology was developed and accepted.
Announcing luatest, a new, fast Lua test runner inspired by pytest, offering significant speed improvements over existing options.
Explains why eBPF observability tools, designed for low overhead, are not suitable for security monitoring due to evasion risks.
Brendan Gregg's SREcon22 APAC keynote on the future of computing performance, covering new developments and predictions.
A guide explaining the core concepts behind React's re-rendering process, including common misconceptions and practical debugging tips.
Explains React's batching feature for state updates, its performance benefits, and changes in React 18.
Learn strategies to improve Django website performance by increasing throughput and reducing latency.
A blogger shares their 2022 goals for writing, media production, and software development, focusing on accountability and personal growth.
A developer explains why they love the Remix framework, highlighting its benefits for user experience and developer happiness.
The author argues that measurement and data analysis are undervalued but high-ROI activities, using the impact of Jepsen tests as a key example.
A guide to optimizing Vue.js applications for faster loading and better Core Web Vitals scores by reducing bundle size and processing time.
A guide detailing five practical steps to optimize web font loading for improved website performance and reduced layout shifts.
React performance tips: two techniques to optimize re-renders before using memo() or useMemo().
Explores Google Analytics proxying, a technique to bypass ad-blockers for more accurate tracking, and discusses its ethical implications.
A guide explaining how to use React's useMemo Hook to optimize performance by memoizing expensive computations in function components.