pekand

homepage

Welcome to my homepage!

This website is a space for my experiments and a place where I share my ideas. Over time, you'll find more and more content here — articles about the apps I've built, small scripts that I find useful, and tutorials that might help others too. Thank you for stopping by, and I hope you find something interesting or helpful!

SoundSwitchWidget

Does switching audio outputs in Windows feel a bit clunky? This small widget app makes it easy to switch outputs and control volume.

Color palette

This script helps you pick colors from a palette. You can sort the colors by dragging them, and they'll stay saved in your browser. The slider adjusts the color brightness.

Unicode table

Want to see all the characters in the Unicode table? This simple script makes it possible. Just be warned — your computer might struggle a bit!

Random generator

A lightweight and entertaining JavaScript tool that runs directly in your browser and generates random strings with just a click. Great for testing, creativity, or just for fun!

Create Own Self Signed Certificate

Create own self signed certificate - tutorial

In this step-by-step tutorial, you'll learn how to generate a self-signed SSL certificate tailored for local development. It's a useful way to enable HTTPS without relying on a certificate authority, perfect for testing and internal projects.