javascript

Tags
  • Why Keyboard Shortcuts don't work on non-US Layouts and how Devs could fix it

    April 8, 2021

    Typing shortcuts on international keyboard layouts is broken, especially on the web. This post explains why this is the case and what developers can do to fix their applications.

  • 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.