DocumentFragment and The DOM
Explains how DocumentFragment improves DOM manipulation performance by reducing reflows, with code examples.
Explains how DocumentFragment improves DOM manipulation performance by reducing reflows, with code examples.
A developer explains the design philosophy and technical requirements behind their personal website, including the choice of StencilJS and Vercel.
A guide for beginners on how to efficiently navigate and find answers in the extensive Django documentation, reducing frustration.
The article critiques modern OS design, arguing that Windows, macOS, Android, and iOS now prioritize vendor interests over user needs, coining the term 'vendor-purpose OS'.
Personal study notes and key concepts for the AWS Certified Developer Associate exam, covering services like Lambda, DynamoDB, and API Gateway.
A developer live-codes the final touches on a hackathon project, covering Django models, UI integration, RSS feeds, and Heroku deployment.
A tutorial on using iOS 14's PHPickerViewController to let users select photos and videos from their library without requiring permissions.
A technical blog post exploring the behavior of slices in Go, focusing on length, capacity, and pointer mechanics.
A developer's notes on learning Go pointers, covering their purpose, connection to garbage collection, encapsulation, and immutability.
A developer's personal journey learning the Go programming language, documenting notes, resources, and challenges encountered.
Explains how to polyfill the Fetch API for older browsers and Node.js, covering polyfills vs. transpilers and Babel configuration.
Explains the Render Props pattern in React for sharing code and functionality between components, including its purpose and implementation.
A guide to aligning and centering logos of varying sizes and orientations in CSS, covering design preparation and responsive implementation.
A technical guide on using Eleventy's pagination feature to automatically generate Twitter card images (SVG) for blog posts.
Learn how Django uses models to store user data from forms into a relational database, covering setup and core concepts.
Explains how Apple's transition to its own silicon impacts Swift developers, covering universal apps, Rosetta 2, and running iOS apps on Mac.
A technical changelog detailing the frontend upgrades at DEV, including migration to Preact X and adoption of Testing Library with a11y testing.
A tutorial on implementing art direction with Gatsby-Image to load different images based on screen size for performance.
Guide to installing Docker and Docker Compose on Raspberry Pi OS, covering 32-bit vs 64-bit variants and Lite vs Desktop editions.
A guide to compiling a statically-linked Haskell program and deploying it to AWS Lambda using Nix, Cachix, and GitHub Actions.