Skip to content

Code Rethinked

a tech monologue
  • Home
  • VUE
  • .NET
    • C#
    • ASP.NET Core
    • .NET Core
    • Entity Framework
  • Privacy Policy
  • MY Projects
    • Auto UUID Generator

Code Rethinked

a tech monologue
  • Home
  • VUE
  • .NET
    • C#
    • ASP.NET Core
    • .NET Core
    • Entity Framework
  • Privacy Policy
  • MY Projects
    • Auto UUID Generator
Integrating backend in vue applications with a proxy

Integrating backend in Vue applications with a proxy

  • by Karthik Chintala
  • November 16, 2020November 16, 2020
  • 1 Comment

In this post, we will see how to integrate a backend in a Vue application and set the backend under a proxy url. By the… Read More »Integrating backend in Vue applications with a proxy

v-ttoltip featured image coderethinked.com

v-tooltip: A custom directive for showing tooltip in VUE JS

  • by Karthik Chintala
  • June 22, 2020June 22, 2020
  • 1 Comment

In this post, we’ll see how we can create a custom directive for displaying tooltip for any element if the text in the element goes… Read More »v-tooltip: A custom directive for showing tooltip in VUE JS

How does ASP.NET Core processes a request?

  • by Karthik Chintala
  • May 28, 2020May 28, 2020
  • 3 Comments

In this post, I’ll explain how a request comes into the ASP.NET Core web server and how it returns a response to the browser. If… Read More »How does ASP.NET Core processes a request?

Configuring DI in .net core console applications

Configuring Dependency Injection in .NET Core Console Applications

  • by Karthik Chintala
  • May 18, 2020May 18, 2020
  • 1 Comment

.NET Core console applications do not have a startup file to register the dependencies. In this post, we’ll see how we can create a dependency… Read More »Configuring Dependency Injection in .NET Core Console Applications

Mocking an axios API call in Jest with vue test utils

How to Mock an AXIOS call with Jest in vue tests utils

  • by Karthik Chintala
  • May 4, 2020May 4, 2020

In this post, we will see how to mock an Axios call with Jest in vue-test-utils library. For this article, let’s create a Posts.vue component… Read More »How to Mock an AXIOS call with Jest in vue tests utils

shallow mount vs mount

shallowMount vs mount in vue test utils with an example

  • by Karthik Chintala
  • April 27, 2020April 27, 2020

In this post, we will see the differences between shallowMount and mount functions in vue-test-utils library and what they both offer us in terms of… Read More »shallowMount vs mount in vue test utils with an example

Unit testing with Jest in Vue

Setting up unit tests In Vue With Jest framework

  • by Karthik Chintala
  • April 13, 2020April 13, 2020
  • 1 Comment

For unit testing Vue projects, VueJS created a utility project for testing Vue apps. So, the utilities will create the configuration for running tests. We… Read More »Setting up unit tests In Vue With Jest framework

reading and writing to computed properties in vuejs

How to read/write to computed properties?

  • by Karthik Chintala
  • February 7, 2020February 8, 2020

We’ll create a computed property if we want to re-render the text/value based on the property change. We will use the computed property in the template section of the vue file(s).

Read More »How to read/write to computed properties?
private variables in vuejs

Private variables in VueJS

  • by Karthik Chintala
  • December 24, 2019February 7, 2020

Most of the times when we want to create a variable to be used in a vue file, we will create a property in the data() function. But, if we don’t want the property to be reactive, then we’d have to create a private variable or a variable that is not reactive.

Read More »Private variables in VueJS
different ways to access constants in vuejs featured image

3 different ways to access constants in a Vue template

  • by Karthik Chintala
  • December 19, 2019February 9, 2020

In this post, I’ll show how to access a constant in the vue <template> tag.

If we consume the constant directly in the vue template we’ll get an error when compiling the app.

Read More »3 different ways to access constants in a Vue template

  • 1
  • 2
  • 3
  • 4
  • Next »

Subscribe

Archives

  • November 2020
  • June 2020
  • May 2020
  • April 2020
  • February 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018

Categories

  • .NET Core
  • ASP.NET Core
  • C#
  • Entity Framework
  • JavaScript
  • Tools/Utils
  • Visual Studio
  • VUE

Tags

$emit asp.net core aspnetcore asyncawait benefits blazor compiler component parameters components computed properties csharp custom customizing 400 error response dapper data binding delegates event bubbling event delegation expression trees filter func getting started IL libman linq list model state validation oftype performance preventDefault private variables props row_number signalr stopPropagation streaming switch switch case taghelpers task unit testing vue vue-test-utils vue cli vue ui

Neve | Powered by WordPress