- Published on
Today I Learned #1
- Authors
- Name
- Aldren Terante
- @aldrenterante
Instead of saving a bunch of links and just bookmarking them, I could compile them, create a short description of what I learned and post it in my blog so I can reference it in the future.
Daisy UI
Are you using TailwindCSS for quite some time now and still getting some slight headaches? Try DaisyUI! It's a Tailwind component library that makes the markup easier, but how?
Before
<a
class="inline-block px-4 py-3
text-sm font-semibold text-center
text-white uppercase transition
duration-200 ease-in-out bg-indigo-600
rounded-md cursor-pointer
hover:bg-indigo-700"
>
Button
</a>
After
<a class="btn btn-primary">Button</a>
Can you see the big difference now?
Javascript Patterns
There are design patterns that make coding more accessible and more maintainable. It compiles some of it, so we can quickly grab one, especially for React!
Obsidian
Most of the time, I quickly create and save markdowns or text files and use sublime for them, and I wish there were more to offer.
It offers a graph view, backlinks, outgoing links, and more. Like an interactive graph of the notes where you can see it visually and add a connection to it! It can have a calendar and kanban integration as well!