How to Add Algolia Search to a Gatsby Site
A tutorial on integrating Algolia's powerful search functionality into a Gatsby static site using the gatsby-plugin-algolia.
A tutorial on integrating Algolia's powerful search functionality into a Gatsby static site using the gatsby-plugin-algolia.
A CSS tutorial on creating more realistic and nuanced shadows using layered box-shadows for finer control over sharpness and spread.
A student requests help finding a Summer 2020 software engineering internship, sharing their skills and preferences for small teams or specific tech sectors.
Explains the differences between inline event handlers and addEventListener() in JavaScript, covering syntax, scope, and best practices.
A tutorial explaining the CSS Flexbox layout model, covering core properties like flex-direction and flex-wrap for creating responsive designs.
A tutorial on creating layouts using core CSS concepts like floats, positioning, and the box model, emphasizing understanding fundamentals before using libraries.
A prototype for unit testing Blazor components using a fast, in-memory test renderer, demonstrating how to test UI interactions without a browser.
A guide explaining how to load images dynamically in Vue 2 and Nuxt 2, covering static vs. dynamic paths and Webpack asset handling.
Discusses Chrome's new native lazy loading for images, its current limitations, and why developers should be cautious about adopting it immediately.
An exploration of state management concepts in Angular applications, covering state types, lifecycle, and reactive programming approaches.
A short blog post discussing a technical web design issue: making footers stick on pages with minimal content.
A tutorial on creating an animated sun illustration using only CSS, including gradients, pseudo-elements, and mask-image.
A developer's reflection on the fundamental differences between frontend and backend development, focusing on user perception vs. system communication.
Argues against CSS-in-JS for most projects, advocating for traditional stylesheets and methodologies like BEM for better maintainability.
A web developer and graphic designer introduces his new blog, sharing his journey into front-end development and design.
A guide explaining when and how to use React.memo() for performance optimization, including its benefits and pitfalls.
A guide on using TypeScript with React to improve development with type safety, autocompletion, and better tooling.
A developer explains why now is the best time to learn JavaScript, highlighting the stable ecosystem and importance of fundamentals.
A tutorial on building a functional calendar layout using CSS Grid, covering HTML structure and grid placement techniques.
A conference talk video explaining how to build complex and flexible web layouts using CSS Grid, from basics to advanced techniques.