Dimas Maulana

Dimas Maulana

Developer

Welcome to my website! I am a developer with a current focus on React and Go. My experience encompasses both front-end and back-end development, enabling me to design and develop seamless and efficient applications.

React Beautiful DND Override Z Index When Dragging

In React Beautiful DND, you can override the zIndex property when an item is being dragged by adding a style property to the provided.draggableProps object inside the <Draggable> component. Setting the zIndex to 0 in this style will ensure that the dragged item has a lower zIndex value compared to other elements, which can be useful for controlling the stacking order during the drag operation. Here’s the code snippet you provided with the relevant line highlighted:

Issue Status Description Naming

When tracking and managing issues, it is important to clearly define their status to ensure efficient resolution. Below are the commonly used issue status descriptions and their meanings:

New

An issue is marked as “New” when it has been reported but has not yet been assigned to any individual or group for investigation.

Query Repository Method Naming

Spring Data JPA provides a powerful method-naming convention for query generation. By following these conventions, developers can create readable and efficient queries without writing explicit SQL or JPQL. This article explores various query method naming strategies, including equality, similarity, comparison conditions, multiple condition expressions, sorting, and recent changes in CrudRepository.

1. Equality Condition Keywords

Exact equality is a common condition in queries. We have several options to express = or IS operators:

Can't Open SQLite on WSL2 Windows 11

SQLite is a popular, lightweight, and serverless database engine used in various applications. However, when working with SQLite on a Windows Subsystem for Linux (WSL2) in Windows 11, you may encounter issues related to file locking. In this article, we will explore the problem, its possible cause, and a solution to resolve it.

Problems

The primary issue you might face when trying to open an SQLite file located on WSL2 is that the database file is locked. This can prevent you from performing read and write operations on the database, making it challenging to work with SQLite effectively.

Switch Virtual Desktop With Mouse Gesture on Windows 11

If you want to switch virtual desktops with mouse gestures on Windows 11, you can use a third-party software called StrokeIt. StrokeIt is a mouse gesture recognition program that allows you to perform various actions by drawing gestures with your mouse.

Here’s how you can set up StrokeIt to switch virtual desktops on Windows 11:

  1. Download and Install StrokeIt:

    You can download StrokeIt from its official website here. Follow the installation instructions to set it up on your computer.

0%