How to Add Instagram Timeline To a NextJS Site
A technical tutorial on integrating an Instagram feed into a Next.js website using the instagram-web-api npm package, covering authentication and data fetching.
A technical tutorial on integrating an Instagram feed into a Next.js website using the instagram-web-api npm package, covering authentication and data fetching.
A developer discusses integrating Tailwind CSS into WordPress development workflows, focusing on the Gutenberg block editor.
A tutorial on building a blog using the Agility headless CMS, covering setup, content modeling, and data retrieval via API.
A personal review of 2020 focusing on positive aspects like remote work, web development projects, writing, and virtual events.
Explores the accessibility implications of the CSS content-visibility property, testing its impact on screen readers and the accessibility tree.
An in-depth look at Django middleware, explaining its role and function in handling requests and responses in a web application.
Learn how to quickly deploy a CodePen project to Netlify in under 30 seconds by exporting and dragging files.
A step-by-step guide on how to submit your Eleventy-built website to the official Eleventy leaderboards via a GitHub pull request.
Learn how to add global CSS styles to a Next.js application by importing them in the _app.js file.
A tutorial on using CSS Scroll Snap to create smooth, swipeable scrolling containers for galleries and sliders without JavaScript.
Tutorial on creating custom Django template tags and filters to extend template functionality in a blog application.
A developer shares techniques for preventing unwanted browser caching of static site assets, including file hashing with Eleventy and Parcel.
A software developer shares insights from giving 125+ tech talks, focusing on planning, topic selection, and setting clear presentation goals.
Overview of new features and breaking changes in PHP 8, including JIT, union types, attributes, and the nullsafe operator.
The author explains the simple, static architecture of their blog, built with Jekyll, GitHub Pages, HTML, CSS, and minimal JavaScript.
A talk on implementing full-text search using Django and PostgreSQL, highlighting its simplicity over dedicated search engines.
A developer builds an iCalendar proxy in Node.js to inject custom reminders into calendar feeds during their time at Recurse Center.
Explains two main methods for correctly including and displaying images in React components, covering imports and the public directory.
A tutorial on creating and deploying a Ruby on Rails API to Heroku, covering setup, database configuration, and deployment steps.
Explains the difference between interfaces and APIs in programming, using examples from JavaScript and web development.