code quality

All posts tagged code quality by Linux Bash
  • Posted on
    Featured Image
    A hands-on guide to building reproducible AI/ML Python projects on Linux with a Bash-first workflow: create a minimal template with run.sh, isolate via venv, lock and hash deps with pip-tools (or Poetry), enforce quality with ruff/black/mypy via pre-commit, add tests, seeding, YAML config, and provenance logs, and use cross-distro setup commands—so results reproduce anywhere and ship smoothly.
  • Posted on
    Featured Image
    Learn to enhance your JavaScript development on Linux using ESLint in this detailed guide. Discover installation processes through Node.js and various Linux package managers, set up ESLint (locally or globally), and configure it to match project requirements. Run ESLint to detect and fix coding errors, integrate it into your development environment, and maintain code quality and consistency. Ideal for developers focused on adhering to coding standards and improving productivity. Further resources are provided for deeper understanding.