Zoltan @zashboy's Avatar

Zoltan @zashboy

@zashboy

Full Stack Dev | PHP โ€ข JS โ€ข TS | Learning Python & AI ๐Ÿค– | Finding balance in the silence of nature ๐ŸŒฒ

5
Followers
21
Following
25
Posts
04.01.2026
Joined
Posts Following

Latest posts by Zoltan @zashboy @zashboy

Generate E2E Tests with One Command: AI-Powered Playwright - ZashBoy.com Automate your E2E testing workflow with one command. Learn how to generate resilient Playwright tests for any web app using AI. Start testing today!

Writing E2E tests is the ultimate "important but boring" task. I got fed up with the selector hunt and built a Claude Code plugin that generates tests for the whole app with one command. #ClaudeCode #E2E - www.zashboy.com/articles/one...

14.02.2026 18:36 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Orchestrating AI agents is usually a mess of manual hand-offs. I took what I learned from OpenCode and built a Claude Code plugin #Claude Code - https://www.zashboy.com/articles/claude-code-workflow-plugin-multi-agent-orchestration-evolved

10.02.2026 12:04 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

I'm not a fan of Claude Code adding itself to my Git contributor lists. I found the fix to keep your metadata clean. #ClaudeAI #Git - https://www.zashboy.com/articles/how-to-prevent-claude-code-from-auto-contributing-to-your-repos

02.02.2026 01:12 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

I spent years writing "fix stuff" as a commit message because I was too tired to think of anything better. I finally automated my commits and PR descriptions, and now my git history actually makes sense. #git #automation - https://www.zashboy.com/articles/i-finally-stopped-dreading-git-commits

01.02.2026 03:32 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Regarding the translation accuracy, unfortunately I don't speak the target language, but it looked French to me! We'll see what the client thinks.

17.01.2026 23:20 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Reviews helped a lot with finding and replacing hardcoded text in the code. The results were still not perfect, but much better than running only one prompt with an LLM. I can't even imagine how long this would have taken a few years ago!

17.01.2026 23:19 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

My most advanced OpenCode setup yet: A fully automated workflow for legacy Joomla translation. Custom TS plugins + multi-agent reviews = seamless refactoring. ๐Ÿ› ๏ธโœจ #OpenCode #WebDev #Automation - http://www.zashboy.com/articles/opencode-translation-workflow-custom-plugins-and-domain-specific-tools

15.01.2026 23:34 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

Take agent chaining to the next level. OpenCode Supervisor orchestrates entire dev workflowsโ€”planning, coding, and reviewsโ€”while maintaining state across interruptions. ๐Ÿค–๐Ÿš€ #AI #SoftwareDev - http://www.zashboy.com/articles/opencode-supervisor-orchestrating-multi-agent-development-workflows

15.01.2026 23:33 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Stop settling for AI vendor lock-in. ๐Ÿšซ My OpenCode Agent Chaining pipeline (Planner-Editor-Review) brings multi-model power to Emacs. Total control over your dev workflow is finally here! ๐Ÿค–๐Ÿ’ป #Emacs #AI #Coding - http://www.zashboy.com/articles/opencode-agent-chaining-planner-editor-review-pipeline

15.01.2026 23:32 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Stop decompressing logs just to search them! ๐Ÿ›‘

Use `ripgrep -z` to search .gz, .bz2, .xz, and .lz4 archives directly. Save time, save disk space, and keep your CLI workflow fast. โšก๏ธ

#ripgrep #CLI #DevOps #Programming - http://www.zashboy.com/articles/search-in-compressed-files

15.01.2026 23:31 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Running out of RAM? ๐Ÿง Boost your Ubuntu system's performance and unlock hibernation by setting up a swap partition. This guide covers the configuration process from GParted to persistence. ๐Ÿ› ๏ธ

#Ubuntu #Linux #SysAdmin #OpenSource - http://www.zashboy.com/articles/configure-a-swap-partition-on-u...

15.01.2026 23:30 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Stop hunting for old files manually. ๐Ÿ–ผ๏ธ This SSH one-liner lets you find, archive, and stream images older than a specific date directly to your local machine. Efficient remote management made easy! โšก๏ธ #Linux #... - http://www.zashboy.com/articles/how-to-copy-older-image-files-from-a-remote-serve...

15.01.2026 23:28 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Stuck with legacy PHP projects that require Composer v1? ๐Ÿ˜ You don't have to downgrade your system. Hereโ€™s how to run Composer v1 and v2 side-by-side without conflicts. Keep your workflow smooth! #PHP #Composer #WebDev - http://www.zashboy.com/articles/installing-composer-v1-alongside-composer-v2

15.01.2026 23:27 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Need to investigate an IP address without leaving your terminal? ๐Ÿ’ป From basic pings to deep network diagnostics, these essential Ubuntu commands have you covered for security audits and more. ๐Ÿงโš™๏ธ

#Linux #Networking #U... - http://www.zashboy.com/articles/get-information-about-ip-addresses-in-the...

15.01.2026 23:27 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Stop watermarking images one by one! ๐Ÿ“ธ Master ImageMagick to automate watermarking for thousands of files at once. Includes tips for parallel processing and batch conversion. ๐Ÿ’ปโœจ #ImageMagick #OpenSource #Automation - http://www.zashboy.com/articles/imagemagick-watermarking-images-individually-and...

15.01.2026 23:26 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Getting "Too many authentication failures" in FileZilla? ๐Ÿ“‚ Your SSH agent might be oversharing. Learn how to launch FileZilla without the agent to fix connection errors and troubleshoot your keys. ๐Ÿ› ๏ธ #FileZilla #SSH #SysAdmin - http://www.zashboy.com/articles/launch-filezilla-without-your-ssh-agent

15.01.2026 23:25 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Stop manually clearing logs! ๐Ÿ›‘ Logrotate automates rotation, compression, and deletion so your server stays healthy and your disk stays clear. The ultimate "set it and forget it" tool for Ubuntu. ๐Ÿง๐Ÿ’ป #Linux #DevOps #SysAdmin - http://www.zashboy.com/articles/efficient-log-management-with-logrotate

15.01.2026 23:25 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

๐Ÿš€ Secure file transfers made easy! Learn how to install and configure vsftpd on Ubuntu. This guide covers anonymous access, user auth, and crucial security hardening. ๐Ÿง๐Ÿ’ป

#Linux #Ubuntu #SysAdmin #vsftpd - http://www.zashboy.com/articles/setting-up-an-ftp-server-on-ubuntu-with-vsftpd

15.01.2026 23:24 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Set `PasswordAuthentication no` but passwords still work? ๐Ÿ” On Ubuntu & Debian, a sneaky `Include` directive often overrides your settings. Learn how to fix your SSH config for good. #Linux #SSH #SysAdmin #Sec... - http://www.zashboy.com/articles/troubleshooting-passwordauthentication-no-not-taki...

15.01.2026 23:12 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Database dump failures from AWS RDS are a headache. ๐Ÿ˜ซ Stop fighting local `mysqldump` version conflicts and start using MariaDB Docker for a reliable, portable workflow.

#AWS #MySQL #Docker #DevOps - http://www.zashboy.com/articles/streamlining-database-dumps-from-aws-rds-with-mariadb-docker

15.01.2026 23:11 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Windows update broke your dual-boot? ๐Ÿ› ๏ธ I ran into the 'error: cannot load image' bug and fixed it. Hereโ€™s how to restore your bootloader and get back to gaming. ๐ŸŽฎ #Windows #Linux #Gaming #TechTips - http://www.zashboy.com/articles/restoring-windows-boot-from-error-cannot-load-image-to-gaming-suc...

15.01.2026 23:10 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Stop manually copying config files. ๐Ÿ›‘

GNU Stow is the cleanest way to manage your dotfiles using symlinks. One repo, multiple machines, zero mess.

Learn how to set it up and keep your $HOME tidy. ๐Ÿ’ปโœจ

#Linux #Dotfiles #OpenSource #Co... - http://www.zashboy.com/articles/manage-your-dotfile...

15.01.2026 23:08 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Stop juggling SFTP clients! ๐Ÿš€ Mount remote servers and S3 buckets directly to your Ubuntu filesystem with SSHFS and fstab. Make remote files feel local. ๐Ÿง๐Ÿ’ป #Linux #Ubuntu #SysAdmin #DevOps - http://localhost/articles/mount-third-party-servers-with-sshfs-and-s3-with-fstab-on-ubuntu

09.01.2026 02:18 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Is your firewall ready for production? ๐Ÿ›ก๏ธ

Ditch iptables for nftables. Learn how to secure your Ubuntu server for Web, Mail, and VPN services with rate-limiting and IP-restricted access.

#Linux #Ubuntu #SysAdmin #nftables #CyberSecurity - https://zashboy.com/articles/ubuntu-nftables-firewal...

06.01.2026 00:37 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
GitHub - zb-ss/hftool: CLI tool to interact with HF Transformer models CLI tool to interact with HF Transformer models. Contribute to zb-ss/hftool development by creating an account on GitHub.

Wanted an Ollama-like CLI for local image & video models so I didn't have to hardcode prompts in an IDE. Built a tool that runs I2I, T2I, T2V, TTS, and STT locallyโ€”perfect for AMD GPUs.

Sharing it in case it helps anyone else! Check it out here: github.com/zb-ss/hftool #OpenSource #AI

05.01.2026 23:25 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0