Skip to content
ITFROMZERO - Share tobe shared!
  • Home
  • AI
  • Database
  • Docker
  • Git
  • Linux
  • Network
  • Virtualization
  • English
    • Tiếng Việt
    • English
    • 日本語
  • Home
  • AI
  • Database
  • Docker
  • Git
  • Linux
  • Network
  • Virtualization
  • English
    • Tiếng Việt
    • English
    • 日本語
  • Facebook

programming

Development tutorial - IT technology blog
Posted inDevelopment

Building Your Own VS Code Extension: From Idea to Production-Ready .vsix File

Posted by By admin September 15, 2026
A step-by-step guide to building a VS Code Extension from scratch. Learn how to use TypeScript, Yeoman, and package .vsix files to optimize your workflow.
Read More
Python tutorial - IT technology blog
Posted inPython

Generating and Scanning QR Codes with Python: Practical Solutions for Warehouse Management and Check-ins

Posted by By admin September 5, 2026
Learn how to generate and scan professional QR codes with Python. This article shares sample code for warehouse management, automated check-ins, and optimization tips.
Read More
Git tutorial - IT technology blog
Posted inGit

Mastering git send-email: A Professional Guide to Getting Started with the Linux Kernel and Open Source

Posted by By admin August 27, 2026
Learn how to use git send-email to contribute code professionally to the Linux Kernel and major open-source projects. Includes SMTP setup, commit message standards, and patch series management.
Read More
Git tutorial - IT technology blog
Posted inGit

git range-diff: The Secret to Precise Code Inspection After Rebase

Posted by By admin August 26, 2026
Rebase is a powerful technique but can lead to code loss during conflict resolution. Using git range-diff allows you to accurately compare commit differences before and after changes, ensuring absolute project safety.
Read More
Python tutorial - IT technology blog
Posted inPython

Process Python Data Like a Pro with Counter, defaultdict, and deque

Posted by By admin July 22, 2026
Optimize Python performance by replacing manual loops with Counter, defaultdict, and deque. A solution for cleaner code and faster large-scale data processing.
Read More
Git tutorial - IT technology blog
Posted inGit

Handling 10 Git Disasters: From Detached HEAD to Recovering Deleted Commits

Posted by By admin July 11, 2026
Don't let Git errors disrupt your workflow. A compilation of 10 ways to handle common Git issues, from Detached HEAD to recovering lost commits using reflog.
Read More
Fedora tutorial - IT technology blog
Posted inFedora

Setting Up a Professional Go (Golang) Development Environment on Fedora: SDK Installation, VS Code, and Debugging from Scratch

Posted by By admin July 6, 2026
A guide to installing the official Go SDK on Fedora instead of using DNF, configuring VS Code with gopls, and setting up the Delve debugger — including fixes for common ptrace and PATH errors. Get the setup right from day one so you never waste time debugging your environment later.
Read More
Python tutorial - IT technology blog
Posted inPython

Mastering Subprocess in Python: Don’t Let Your Scripts Crash Due to os.system

Posted by By admin June 6, 2026
Learn how to use subprocess instead of os.system to run system commands safely, handle output intelligently, and avoid shell injection security risks.
Read More
Python tutorial - IT technology blog
Posted inPython

Nuitka: Secure ‘Armor’ and Maximum Performance for Python Applications via C++

Posted by By admin May 28, 2026
Discover how Nuitka compiles Python to C++ to provide absolute source code protection and optimize application performance. The perfect alternative to PyInstaller.
Read More
Python tutorial - IT technology blog
Posted inPython

Python CLI No More ‘Bland’ with Rich: From Debugging to Professional UI

Posted by By admin May 8, 2026
Learn how to use the Rich library to upgrade your Python CLI from dull black-and-white to professional. Guide to creating tables, progress bars, and fast debugging.
Read More

Posts pagination

1 2 3 Next page
Copyright 2026 — ITFROMZERO. All rights reserved.
Privacy Policy | Terms of Service | Contact: [email protected] DMCA.com Protection Status
Scroll to Top