How to fix JetBrains IDE scaling issues on Wayland on HiDPI screens
Making JetBrains IDEs scale properly on HiDPI screens with fractional scaling on Wayland
Piotr Pliszko - Personal Page
Making JetBrains IDEs scale properly on HiDPI screens with fractional scaling on Wayland
Fixing issue that occurs only on production build of Next.js when using highlight.js for syntax highlighting.
How to fix immediate wake-up right after suspending, caused by the firmware issue on Gigabyte motherboards.
Learn how to inspect and manage your installed Homebrew packages with a few simple commands
Learn how to open a directory in Finder or any file in its default software from the terminal
In this article, I walk through my 2024 productivity system, detailing how I manage tasks with Todoist, organize notes using Obsidian and Apple Notes, and manage my calendar with Google Calendar. You’ll also find strategies for effective time and task management and tips for securely managing a knowledge base with local markdown files.
Learn how to download an npm package as a tarball without installing it in existing project
How to easily set up e2e test environment with Playwright in Nx monorepo
Fix slow pasting in zsh setup with zsh-syntax-highlighting plugin
Find which process uses specified port or file using lsof tool
Using cryptsetup to chroot into encrypted Arch Linux instance.
How to use fc-list command to list installed fonts on macOS and Linux in the terminal.
Short tutorial on how to create XOR effect in CSS.
How to configure NGINX reverse proxy to work with n8n.
Learn how to create shared database package to use in multiple projects with DrizzleORM and Turborepo
How to generate subset of a union type based on specified field(s) it should contain
How to format JavaScript number as a properly formatted currency.
How to enable natural text editing in iTerm2 to use macOS-like key mappings.
Reading the value of a property located deep within a chain of connected objects without having to check that each reference in the chain is valid.
How to execute multiple commands and control subsequent commands execution.
Implementing basic dragging mechanism using Vanilla JS.
Deep dive into advanced functionalities of JavaScript Console.
Forms are one of the most common elements of webpages and business applications. Learn how to create template-driven forms in Angular.