dusa

dusa @imdusa

About: I write short articles about everything I learn.

Joined:
May 16, 2024

dusa
articles - 15 total

What is Single File Component?

In Vue, files with .vue extension are called Single File Component (SFC). These files offer a...

Learn More 0 0Jan 29

What is React useRef()

useRef is a structure that allows us to keep a "mutable" variable within a component without...

Learn More 2 0Jan 2

What is React useContext() ???

The hook useContext is used to keep data ready in an external place where all components can reach it...

Learn More -1 0Jan 1

Function naming rules in Python

1. Use of Lowercase Letters and Underline (Snake Case) Function names are written in lowercase...

Learn More 0 1Dec 26 '24

What is Python end= Command

If we want to continue our operations on the same line instead of moving to the next line, or if we...

Learn More 0 0Dec 19 '24

What Is Pytest @pytest.fixture ?

@pytest.fixture is used in pytest tests to prepare a certain operation or data in advance and clean...

Learn More 2 0Dec 10 '24

Mui Kütüphanesi

InputLabel: Bu etiketler, kullanıcıya hangi bilgiyi girmesi gerektiğini belirtir ve form elemanının...

Learn More 0 0Nov 19 '24

Mui FormControl Nedir?

MUI FormControl (Material-UI Form Kontrolü), form elemanlarını (input, textarea, select vb.) bir...

Learn More 0 0Nov 19 '24

Python Lambda Function

Functions that we defined anonymously and one-liner in Python are called lambda functions. Accept...

Learn More 0 0Nov 18 '24

Using asyncio.create_task()

In Python, asyncio.create_task() is a function provided by the asyncio library. It is used to create...

Learn More 0 0Aug 28 '24

What is Thread Pools ?

A thread pool is a collection of pre-created, idle threads that are kept ready to perform tasks....

Learn More 0 0Aug 28 '24

Authentication and Authorization: Key Concepts

Authentication: Authentication is the process of verifying the identity of a user or system. It...

Learn More 0 0Aug 4 '24

Understanding Django's atomic() Context Manager

In Django, the atomic() context manager is a powerful feature provided by Django's database...

Learn More 0 0Aug 3 '24

Using useNavigate in React Router

'useNavigate' is a hook provided by React Router, a popular library used for handling navigation in...

Learn More 1 0Aug 1 '24

What is Django Rest Framework?

In this article, I will explain Rest Framework. Before going into technical details, let's talk a...

Learn More 0 0Jul 31 '24