DEV Community

Justin
Justin

Posted on

 

4 Trello Power-Ups I Use

1- Calendar

I really think this should be a default feature in Trello instead of a power-up. Does everything you think a calendar should do. I use it mostly for see doing dues dates and syncing to my phone's calendar.

Alt Text

2- Card Repeater

Great for creating cards that need to be completed daily or weekly. It really helps me with building new Habits, and the automation is a time saver.

Alt Text

3- Card Numbers by Reenhanced

Gives every card a unique number for referencing. Makes communicating with team members easier

Alt Text

4-Card Delete

One click Card Deletion :D

Alt Text

Have any Trello Power-up recommendations ? Please leave a comment and I'll check it out.

Oldest comments (0)

An Animated Guide to Node.js Event Loop

Node.js doesn’t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.

What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.