Managing Linux Environment Variables Environment variables play a crucial role in Linux systems by storing information that can be accessed by various processes and applications.Properly managing these variables helps customize your work 2025-03-20
Getting Started with NestJS 0. Offical Dochttps://docs.nestjs.com/ Install12npm -i -g @nestjs/clinest new project-name 2025-03-19
Getting Started with RabbitMQ 0. Offical Dochttps://www.rabbitmq.com/docs 1. Install RabbitMQ with docker1docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:4-management 2. Using the Pika Python clientsend. 2025-03-18
A Guide to Publishing Your Own npm Package 1. Creating an npm AccountFirst, you need to register and create an account on the npm website: Visit the official npm website: www.npmjs.com and register a new account After registration, you’ll be 2025-03-16
The Role and Applications of `.npmrc` Files The .npmrc file is a configuration file for npm (Node Package Manager) that defines npm’s behavior at different levels.This blog post will explore its purpose, configuration hierarchy, and provide spe 2025-03-15
Getting Started with GitHub Actions Offical Doc:https://docs.github.com/en/actions ci.yml 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172name: CIon: 2025-03-14 #Github #CI
Essential Chrome Shortcuts for Front-End Developers on MacOS As a front-end developer, Chrome is likely your go-to browser for testing, debugging, and everyday browsing.Here’s a comprehensive guide to the most useful Chrome shortcuts specifically tailored for f 2025-03-10
Getting Started with StoryBook 8 Offical Doc: https://storybook.js.org/docs 1pnpm create storybook@latest 1pnpm run storybook 1pnpm add --save-dev @storybook/test @storybook/addon-interactions 2025-03-08
Most Commonly Used Visual Studio Code(VS Code) Shortcuts Related https://medium.com/@AIbatros/itinmost-commonly-used-visual-studio-code-vs-code-shortcuts-31d24c860997 https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf 2025-03-08