Transaction History
Recent trading activity has shown a high win rate, particularly with substantial profits from the short position on February 3. Although some gains were lost due to misjudgments, overall returns remain positive. The market is currently volatile and may face a second test in the near term, so caution is advised. The trading strategy is based primarily on candlestick charts and trading volume, with 80% of capital allocated to low-leverage macro-trend trades, 10% to high-leverage high-frequency trades, and the remainder to on-chain activities. To avoid emotionally driven trading, it is advisable to stay out of the market when the outlook is unclear and pursue high-risk operations only after establishing stable cash flow.
Personal Crisis Management and Future Income Planning
In the face of possible future economic crises and natural disasters, the first priority is ensuring personal safety and choosing a relatively safe place to live. Next, maintaining a work visa and increasing income are key to dealing with financial crises, with the goal of sustaining life through stable wages and passive income. A job provides stable cash flow, while product sales can bring long-term returns and require market research. Finally, after accumulating assets, financial management should be considered to achieve wealth growth.
Forwarding Network Traffic to a Router via NAT on Ubuntu
Configure Netplan, enable IP forwarding, and set up NAT to allow Ubuntu to share its network connection with a router. The process includes clearing existing configurations, assigning a static IP address, installing and configuring a DHCP service, and verifying that network sharing works correctly.
Understanding Blockchain
Blockchain is a structure composed of blocks linked in chronological order, with core characteristics such as decentralization, immutability, transparency, and security. Its workflow includes transaction creation, validation, packaging, and adding blocks to the chain. Application scenarios include cryptocurrencies, supply chain management, and financial services. Challenges include scalability, energy consumption, and user education. The underlying logic is based on distributed ledgers and consensus mechanisms to ensure data security and consistency.
Auction Platform Built with Nest.js and Angular—with Jest Testing and CI/CD
This project is a bidding platform built with Nest.js and Angular. It provides user registration, project management, and bid management features, uses PostgreSQL as its database, and generates API documentation with Swagger. The backend implements secure authentication using AWS Cognito. The frontend offers a user-friendly interface for browsing projects and managing bids. Jest is used for testing to ensure code quality, while GitHub Actions enables continuous integration and deployment.
Installing Oh My Zsh and Its Plugins on Ubuntu
To install Oh My Zsh and its components on Ubuntu, first install Zsh and Git, then install Oh My Zsh using wget. Next, clone the Powerlevel10k theme and required plugins, and update the .zshrc file to enable them. Finally, install additional plugins such as zsh-bat and you-should-use, and update the system to ensure everything works properly.
Angular-Based Animation Showcase Website with Login and Registration (Cognito)
This Angular-based web application lets users browse and search for anime on Bangumi, with Cognito for user authentication. It supports automated builds and deployment to GitHub Pages via GitHub Actions. The main technology stack includes Angular 16, TypeScript, HTML, and CSS. The project has a clear structure and provides user login, registration, search, and anime calendar features.
Automatically Deploy Angular Pages with GitHub Actions
This post explains how to configure an Angular project for automatic deployment to GitHub Pages, including modifying the outputPath in angular.json, installing angular-cli-ghpages, creating a GitHub Actions workflow to build and deploy on pushes to a specific branch, and generating the token required to access the repository. Finally, it sets the GitHub Pages branch to gh-pages.





