Profile picture

Written by An anonymous coder who lives and works building useful things. Mostly focusing on Django, Vue and overall Python examples.

  1. PyCharm Maximum amount of opened tabs

    February 24, 2024

    How to set the max amount of opened tabs in PyCharm

  2. How I fixed the OPTIONS problem between React Native and Django

    February 23, 2024

    How to fix CORS problems between React Native and Django

  3. Debugging missing values in Handlebars.js

    February 20, 2024

    How to debug missing values in Handlebars.js template

  4. The ultimate Handlebars.js example

    January 29, 2024

    Compiling a cheatsheet for Handlebars.js with examples

  5. How to TDD in Vue.js

    January 28, 2024

    How to TDD in Vue.js

  6. Fixing 'currentTarget' does not exist on type 'AxiosProgressEvent'

    January 26, 2024

    How to fix Property currentTarget does not exist on type AxiosProgressEvent

  7. Things I found interesting this week

    December 15, 2023

    A short addition on this week's tech reads

  8. Testing a Vue mixin in a Vue component

    September 06, 2023

    How to test a Vue mixin inside of a Vue component

  9. VSCode Maximum amount of opened tabs

    September 05, 2023

    How to set the max amount of opened tabs in VSCode

  10. Minimal vue-test-util PyCharm template for smooth tests

    April 11, 2023

    How to create a PyCharm template for vue-test-utils

  11. Send fetched strings with Handlebars

    February 26, 2023

    How to send fetched email templates using Handlebars

  12. Find component by name in custom ESLint rule

    February 25, 2023

    How to find a Vue component in a custom ESLint rule

  13. Mocking Vue3 getCurrentInstance with vi or jest

    February 22, 2023

    How to mock getCurrentInstance in Vue3 with either vi or jeset

  14. Clicking radio button in vue-test-utils with Vue

    February 17, 2023

    How to test the v-radio in a component in Vue

  15. Freeze time in Cypress tests

    February 14, 2023

    How to freeze time in Cypress tests with dates

  16. Accessing Google Secret Manager using Serverless framework

    January 18, 2023

    How to access Google Secret Manager using Serverless framework

  17. Installing Terraform CDKTF in an old repository with AWS

    September 17, 2022

    How to add Terraform CDKTF to an old repository

  18. Adding relative links to Gatsby Blog markdown

    September 10, 2022

    How to add relative links to your other posts in Gatsby Blog

  19. Testing a Vuetify v-simple-checkbox with Cypress

    August 31, 2022

    How to test a Vuetify v-simple-checkbox with Cypress

  20. Uploading 100 files at the same time to S3 in Vue and Node

    August 29, 2022

    How to upload 100 files at the same time to S3 in Vue and Node

  21. Send emails with Handlebars, nodemailer and Gmail

    August 28, 2022

    How to send emails with Handlebars, nodemailer and Gmail

  22. Send emails with Node, Gmail and nodemailer

    August 28, 2022

    How to send emails with Node, Gmail and nodemailer

  23. Uploading multiple files to S3 in Vue and Node

    August 27, 2022

    How to upload multiple files to S3 in Vue and Node

  24. Starting a Developer blog in an hour

    August 27, 2022

    How to start a developer blog in an hour

  25. A simple currency converter in C++

    August 27, 2022

    How to build a simple currency converter in C++

  26. Clicking the v-date-picker in Cypress with Vue

    August 27, 2022

    How to test the v-date-picker in a component in Vue