Profile picture

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

  1. Vue Deep Dive - Rendering?

    January 22, 2025

    We'll dive into what the mounted lifecycle hook is

  2. Setting up token authentication in React Native and Django

    January 12, 2025

    This guide provides a comprehensive walkthrough for implementing token-based authentication in a Django backend and integrating it with a React Native application. You'll learn how to configure Django REST Framework (DRF) for TokenAuthentication, create a secure LoginView using DRF's GenericAPIView, and set up Axios interceptors in React Native to ensure all API requests include the required authentication token. With clear examples and concise explanations, this guide equips you to build secure, scalable, and mobile-ready authentication systems.

  3. Most important VSCode shortcuts for Windows

    August 03, 2024

    How to improve your VSCode productivity with shortcuts on Windows

  4. PyCharm Maximum amount of opened tabs

    February 24, 2024

    How to set the max amount of opened tabs in PyCharm

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

    February 23, 2024

    How to fix CORS problems between React Native and Django

  6. Debugging missing values in Handlebars.js

    February 20, 2024

    How to debug missing values in Handlebars.js template

  7. The ultimate Handlebars.js example

    January 29, 2024

    Compiling a cheatsheet for Handlebars.js with examples

  8. How to TDD in Vue.js

    January 28, 2024

    How to TDD in Vue.js

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

    January 26, 2024

    How to fix Property currentTarget does not exist on type AxiosProgressEvent

  10. Things I found interesting this week

    December 15, 2023

    A short addition on this week's tech reads

  11. Testing a Vue mixin in a Vue component

    September 06, 2023

    How to test a Vue mixin inside of a Vue component

  12. VSCode Maximum amount of opened tabs

    September 05, 2023

    How to set the max amount of opened tabs in VSCode

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

    April 11, 2023

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

  14. Send fetched strings with Handlebars by compiling

    February 26, 2023

    How to send fetched email templates using Handlebars

  15. Find component by name in custom ESLint rule

    February 25, 2023

    How to find a Vue component in a custom ESLint rule

  16. Mocking Vue3 getCurrentInstance with vi or jest

    February 22, 2023

    How to mock getCurrentInstance in Vue3 with either vi or jeset

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

    February 17, 2023

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

  18. Freeze time in Cypress tests

    February 14, 2023

    How to freeze time in Cypress tests with dates

  19. Accessing Google Secret Manager using Serverless framework

    January 18, 2023

    How to access Google Secret Manager using Serverless framework

  20. Installing Terraform CDKTF in an old repository with AWS

    September 17, 2022

    How to add Terraform CDKTF to an old repository

  21. Adding relative links to Gatsby Blog markdown

    September 10, 2022

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

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

    August 31, 2022

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

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

  24. Send emails with Handlebars, nodemailer and Gmail

    August 28, 2022

    How to send emails with Handlebars, nodemailer and Gmail

  25. Send emails with Node, Gmail and nodemailer

    August 28, 2022

    How to send emails with Node, Gmail and nodemailer

  26. Uploading multiple files to S3 in Vue and Node

    August 27, 2022

    How to upload multiple files to S3 in Vue and Node

  27. Starting a Developer blog in an hour

    August 27, 2022

    How to start a developer blog in an hour

  28. A simple currency converter in C++

    August 27, 2022

    How to build a simple currency converter in C++

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

    August 27, 2022

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