Trello Template Tip

Concept of iteration

I thought I would share a process technique that saves me some time. 

Like many developers/designers, I use Trello to manage my workflow and projects. I am a Scrum Master so am kind of anal when it comes to processes.

I even have purchased some add-ons to make my Trello life easier and might cover those someday…but for today’s tip…

I find that there are some things I do that are repetitive. I do not want to waste my time retyping things such as checklists. Perhaps it is the object-oriented side of my brain, but I prefer the DRY (Don’t Repeat Yourself) to the WET (We Enjoy Typing) principle. So I use a process in Trello to create templates.

What I do is create a board for just my templates. As an example, I am a professor. So every semester, I have to get my courses ready and I use the same checklist every term. 

I went into my template board and created a card entitled, ‘Course Checklist’. I then have a checklist within that card that are the items I do on every single course.

I have a board for every course I teach. At the beginning of the semester, I go into my template Trello board and open up the course checklist card. On the right side there is a button called, ‘Copy’. When you click this button, you can copy the current card to any board and list you want in Trello. So I copy my card to each course to the ‘To Do’ list…and “Ta-Da!” I have a checklist to start working.

I do this on a lot of things regardless of whether it is a course I am teaching or an application I am writing. Another example is whenever I begin an application. I always have to jump through the necessary hoops to set up the environment for development…another good use of templates.

So save yourself some time and use the Trello copy feature to create your own templates!

Happy Coding!

Clay Hess

More To Explore

Code

A Quick Tour of the Web Encoding API

Modern web apps live at the boundary between JavaScript strings and raw bytes. The Web Encoding API exists to make that boundary explicit and safe: it lets you encode a string into UTF‑8 bytes and decode bytes back into text. Importantly, these operations aren’t symmetrical—encoding targets UTF‑8, while decoding can interpret UTF‑8 and many legacy encodings. Alongside the synchronous TextEncoder and TextDecoder, the platform also provides stream-based variants for processing text incrementally as data arrives.

Script Proofread And Sentence Grammar Spell Check
Code

EditContext API: A New Foundation for Custom Web Editors

The experimental EditContext API gives developers a new foundation for building custom rich text editors by separating text input and selection from rendering. Instead of relying on contenteditable, you attach an EditContext to a focusable element and manage your own text model, selection state, and UI updates—while still receiving browser-grade events for typing, caret movement, and IME composition. This demo highlights the core event flow and why character bounds matter for accurate input UI, especially in custom-rendered editors.

Share This Post

small_c_popup.png

Need help?

Let's have a chat...


Login

Jump Back In!

Here at Webolution Designs, we love to learn. This includes sharing things we have learned with you. 

Register

Begin Your Learning Journey Today!

Come back inside to continue your learning journey.