Posts tagged as "web development"

How to programmatically unregister a service worker
1 min

Sometimes you just want to remove a service worker either because something is wrong with it or you don't need it anymore. Lets see how we can do it programmatically

Read post ›
How to draw on a page using react hooks and typescript
3 min

Can we recreate the drawing interaction on DEV's offline page as a React Component using Hooks and Typescript? Let's find out

Read post ›
Embed a YouTube video with 16:9 aspect ratio and full-width
2 min

How we can use CSS to display an iframe with 100% width and 16:9 aspect ratio so that we can display YouTube videos to be full-width with a 16:9 aspect ratio

Read post ›
How to add an RSS feed with images to a Gatsby site
3 min

A guide for adding an RSS feed which shows the featured image in the list view for a Gatsby site

Read post ›
Create custom type definitions for JavaScript dependencies
1 min

What to do when you get a "Could not find a declaration file for module" error when the package does not exist in "@types/third-party-library-name" error

Read post ›