Shezan loves technology who is currently studying Computer Science and Engineering. He codes frontend & backend of a website. He also does penetration testing on web apps.
Article writing on cyber security, computer automation, web development.
Oct 25, 2025 · 5 min read · The sudden, intermittent crash of a development server with the cryptic "Too many open files (os error 24)" message is a frustration familiar to any modern JavaScript developer on Linux. This error halts productivity, especially when using high-perfo...
Join discussion
Aug 21, 2025 · 5 min read · The default Ollama Docker container provides a powerful AI environment, but its command-line interface is plain and basic. By customizing the Bash prompt, you can make your terminal more informative, visually appealing, and efficient. This guide will...
Join discussion
Jun 11, 2025 · 13 min read · Working with SQL databases in Python often presents a dilemma: do you write raw SQL queries and risk errors and security vulnerabilities, or do you tackle the steep learning curve of a complex Object-Relational Mapper (ORM)? SQLModel provides an eleg...
Join discussion
Jun 3, 2025 · 10 min read · Tired of typing your VPS password every time you connect via SSH? Setting up a passwordless connection using SSH keys is a more secure and convenient way to access your remote Linux server. This guide will walk you through the process step-by-step, w...
Join discussion