DEV Community

Cover image for Weekly web development resources #115
Vincent Will
Vincent Will

Posted on

16 3

Weekly web development resources #115


GitHub Readme Stats

GitHub Readme Stats
A tool to automatically generate dynamic statistics for your GitHub readmes.


12ft

12ft
A website that helps you removing paywalls from articles.


React Arborist

React Arborist
A full-featured tree component for React.


MiroTalk P2P

MiroTalk P2P
A simple and secure WebRTC real-time video conferences tool.


Hackertab

Hackertab
A website that shows the latest tech news, tools, jobs and events.


Emoji Button

Emoji Button
A simple vanilla JavaScript emoji picker that supports all Unicode emojis.


Dynamic Open Graph Images

Dynamic Open Graph Images
A nice article on how to dynamically create open graph images with Cloudinary and Next.js.


Hyperbeam API

Hyperbeam API
An API to add intuitive multi-control support to any website.


Tao of Node

Tao of Node
A list with design, architecture & best practices for Node.js.


Ladle

Ladle
A library to develop and test your React stories faster.


To see all the weeklies check: wweb.dev/weekly

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (5)

Collapse
 
svgatorapp profile image
SVGator

Bookmarked!

Collapse
 
devluc profile image
Devluc

Great resources Vincent, thank you for the roundup

Collapse
 
omardulaimi profile image
Omar Dulaimi

Is it possible to suggest a library? I think it's really useful.

Collapse
 
vincenius profile image
Vincent Will

Sure :) If it's useful I'll include it in my next weekly update - only thing is that I'll have a half year break from this week because I'm travelling

Collapse
 
omardulaimi profile image
Omar Dulaimi

Of course, no rush.
It's a vsCode I recently built: marketplace.visualstudio.com/items...

Allows you to debug multiple stuff at the same time without losing any breakpoints.

Enjoy your travel.

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay