VSCode

Python Linters: A Guide for Clean Code

Python Linters: A Guide for Clean Code

Master Python code quality with modern linting tools

Python linters are essential tools that analyze your code for errors, style issues, and potential bugs without executing it. They enforce coding standards, improve readability, and help teams maintain high-quality codebases.

Flutter DevTools: Debug & Optimize Apps

Flutter DevTools: Debug & Optimize Apps

Flutter's debugging & profiling tools for better apps

Flutter DevTools is the essential companion for every Flutter developer, providing a powerful suite of debugging and performance analysis tools that help you build high-quality applications efficiently.

Mastering Dev Containers in VS Code

Mastering Dev Containers in VS Code

Create consistent, portable, and reproducible development environments using Dev Containers

Developers often face the “works on my machine” dilemma due to dependency mismatches, tool versions, or OS differences. Dev Containers in Visual Studio Code (VS Code) solve this elegantly — by letting you develop inside a containerized environment configured specifically for your project.

LaTeX Overview and Install

LaTeX Overview and Install

When you need high-quality doc for very scientific journal

LaTeX is a software system for document typesetting (designing high-quality text page). The resulting document format in PDF probably will be looking better then if created with MS Word. Have a look! A feast for the eyes.

Reinstall Linux

Reinstall Linux

Regularly happens

Need to have some standard post-install task sequence for the reference, so recording it here.

Install Flutter dev environment

Install Flutter dev environment

The framework for mobile apps dev. Desktop and web too.

Now I need to update the app on Google Play Store to use new android SDK, so polishing and publishing this old howto I’ve written a couple years ago.