Cropping & Scaling Images Using SVG Documents
Using SVG's viewBox and preserveAspectRatio attributes to crop and scale images as a fallback or alternative to CSS object-fit.
Using SVG's viewBox and preserveAspectRatio attributes to crop and scale images as a fallback or alternative to CSS object-fit.
The author shares their favorite books of 2017, focusing on design systems, web performance, and user experience.
A beginner's guide to creating smooth animations using the Greensock Animation API (GSAP), covering installation, tweens, and core methods.
A hands-on tutorial for building a real-world star rating component using Vue.js, covering core concepts and practical setup.
A technical guide explaining how to create and control CSS animations using @keyframes and animation properties.
A guide explaining how CSS Transitions work, covering properties, timing functions, and triggering methods for web animations.
The author announces and details their new 'Beginner's Guide to ReactJS' course, focusing on teaching React fundamentals with a simple, no-tooling approach.
A tutorial on implementing multi-page navigation in an Ionic mobile application using the NavController and Ionic CLI.
A technique to reduce image file size by lowering contrast in the source image and restoring it with CSS filters, improving web performance.
Discusses the challenges of achieving 120fps on the web, analyzing performance bottlenecks and best practices for smooth animations.
A guide to building accessible web applications using React, covering best practices, common pitfalls, and essential tools for developers.
A tutorial on how to integrate and use custom Google Fonts in an Ionic 2/3 mobile application by adding font files locally and applying CSS.
Explores the debate on using semicolons in JavaScript, concluding it's a matter of preference and recommending linters for consistency.
A brief review of Refind, a tool that curates links from tweets into a browsable format for discovering tech articles and resources.
A step-by-step guide to installing and configuring Font Awesome icons in an Ionic mobile application.
A guide for aspiring junior web developers on navigating the job market, focusing on career goals and essential skills for different work environments.
A guide to creating skeleton loading screens with CSS to improve perceived performance and user experience.
Explains how to reduce Firebase bundle size by 220kb using webpack's tree-shaking and modular imports.
A guide to implementing accessibility (a11y) patterns in React applications, covering semantic HTML, ARIA, focus management, and routing.
A step-by-step guide on integrating Bootstrap CSS and JavaScript components into an Angular CLI project, covering Bootstrap 3, 4, and libraries like ngx-bootstrap.