USENIX SREcon APAC 2022: Computing Performance: What's on the Horizon
Brendan Gregg's SREcon22 APAC keynote on the future of computing performance, covering new developments and predictions.
Brendan Gregg's SREcon22 APAC keynote on the future of computing performance, covering new developments and predictions.
Analyzing Java BlockingQueue performance issues using JDK Flight Recorder and custom events to detect blocked producer threads.
A guide explaining the React hooks useMemo and useCallback, covering their purpose, use cases, and how they optimize performance.
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.
Introduces the 'Code Review Pyramid' concept to prioritize important aspects like functionality and performance over style in code reviews.
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.
Announcing JfrUnit 1.0.0.Alpha1, a JUnit extension for asserting JDK Flight Recorder events in unit tests for JVM applications.
An introduction to Astro, a new web framework focused on performance by shipping less client-side JavaScript and supporting multiple frameworks.
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.
A developer compares using array reduce, method chaining, and for loops in a Node.js script, arguing for practicality over premature optimization.
Exploring Java 16's incubating Vector API to implement the FizzBuzz problem using SIMD instructions for performance gains.
A guide to optimizing React context value for performance, recommending state/dispatch separation and warning against premature optimization.
React performance tips: two techniques to optimize re-renders before using memo() or useMemo().
A technical comparison of Server-Side Rendering (SSR) and Static Site Generation (SSG) in Next.js, explaining their benefits and use cases.
Explores Google Analytics proxying, a technique to bypass ad-blockers for more accurate tracking, and discusses its ethical implications.