Using Webmentions in Eleventy
A guide on implementing Webmentions in Eleventy to pull social media reactions back to your static site.
A guide on implementing Webmentions in Eleventy to pull social media reactions back to your static site.
A step-by-step tutorial for installing and setting up PostgreSQL 11 on a Windows operating system.
A guide comparing local development, Vagrant, and Docker for web projects, helping developers choose the right tool for their workflow.
A guide on defining the core idea (What), purpose (Why), and delivery method (How) for an effective tech talk.
A beginner's guide to integrating and using Semantic UI components within a React application to build a login form.
Finishing a third-party integration by adding email notifications for web scraping changes and planning an admin dashboard.
The author reflects on their 2018 accomplishments, including creating React Testing Library and writing a novel for NaNoWriMo.
A UI engineer explores the fundamental problems and challenges in user interface development, beyond specific libraries or frameworks.
A developer lists programming topics they don't know, challenging the expectation that experienced engineers must know everything.
A personal review of the author's favorite and most inspiring conference talks from 2018, covering topics like development and security.
First post in a series on preparing tech talks, focusing on finding your personal motivation for speaking.
Building SaaS app: Adding a Celery background task for web scraping a third-party service using Python, Django, and Beautiful Soup.
Exploring the quicklink library for intelligent prefetching in Angular applications, comparing it to Guess.js and Gatsby's approaches.
Examines four common data modeling patterns for DynamoDB in serverless applications, including simple use cases and complex relational approaches.
A developer adds a third-party integration (Prompt) to a SaaS project using Python and Django, involving model, view, and template changes.
Explores AWS's unannounced, under-the-hood improvements to services like Redshift and DynamoDB that enhance performance without customer action.
Introducing Bazel schematics for Angular CLI, enabling developers to use Google's Bazel build tool for faster, parallelized builds with cloud caching.
A guide on using React's Context API with TypeScript, covering render props, hooks, and type definitions.
A developer's investigation into programmatically detecting 'x is not defined' ReferenceErrors in JavaScript across different browsers.