VekBox Tech Blog

Practical notes on frontend, full-stack engineering, SEO, tools, and production fixes.

Short, implementation-focused articles for developers who want the relevant context, the tradeoffs, and the fix without a long landing page.

9
Articles
6
Categories
15
Tags
Latest July 18, 2026Image Tools

How to Batch Resize Images to the Same Size Without Stretching

Make multiple images the same width and height without distortion by choosing crop, fit, padding, and canvas settings for the whole batch.

Recent Articles

8 more articles in the archive

All articles
Trading BotApril 6, 2026

Fix: Freqtrade Proxy Not Working

Resolve the issue of Freqtrade proxy configuration not taking effect. Fix network connection barriers by correctly setting ccxt_config and switching from the pip version to the Git version.

#Freqtrade #Proxy
FrontendSeptember 2, 2025

Fix: Lenis Not Working Inside Popup or Modal

Resolve Lenis smooth scroll issues inside popups or modals by using the data-lenis-prevent attribute. A practical guide with explanation and code snippet.

#Lenis #Smooth Scroll