vuejs

Tags
  • An Interactive Virtual Keyboard to Visualize any Collection of Shortcuts

    January 22, 2021

    KeyCombiner’s tables offer plenty of ways to explore a keyboard shortcut collection. There is a full-text search; you can one-click filter by a combination of category and active modifiers, and more. However, these table-based tools are not sufficient when you want to grasp an entire collection of hundreds of shortcuts quickly. That’s why I built the Shortcut Collection Visualizer.

  • Using VueJS alongside Django

    April 14, 2020

    Django is an excellent choice for efficient development. It’s “batteries included” approach allows for quickly starting up a full-stack web application. The Django template language is an essential part of this. However, some things are better if they are implemented client-side. Fortunately, we can easily add VueJS to any existing Django project without having to rethink the whole architecture.