Web Dev

Blogs for web design and development, such as WordPress, Tumblr, and JAMstack

Autogen WebP using Git Hooks

Set up a WebP generator for a Git project using Git Hooks

Do you use WebP to serve the images on your websites? According to Google Developers, “WebP is a modern image format that provides superior lossless and lossy compression for images on the web”. WebP images can save over 25% of file size compared to JPG and PNG formats. So, you should make use of WebP to improve your website’s speed. Unfortunately, JPG and PNG are still primarily used to

Set up a WebP generator for a Git project using Git Hooks Read More »

Postman Tutorial: Disqus REST API #1

Postman: Disqus API Case Study (1) – List Discussions and Get Thread Details

Postman is a great tool when trying to test RESTful APIs. This article contains two beginner-level exercises for you to practice it with Disqus REST API. The first one is to get the discussion threads of a specific Disqus forum. The second one is to try querying the thread details by a thread ID, an identifier, or a source URL, respectively.

Postman: Disqus API Case Study (1) – List Discussions and Get Thread Details Read More »

Scroll to Top