This weekend, I took the time to update the monday-shop e-commerce system. Here's a summary of the various issues encountered during the process.
Many service providers in Laravel boot automatically, which can bloat the framework. Learn how to optimize unnecessary service providers.
Learning the Dijkstra Algorithm
An Introduction to Traversal Pathfinding Algorithms
Reversing a linked list is a common operation.
There are many stress testing tools, and ab is also a commonly used one. This time, let's try JMeter.
Convert input time in UTC format to my local time zone
A Simple and Effective Method for Permission Control
Form validation sometimes requires special validation requirements
In computer science, a macro is a rule or pattern that specifies how a particular input (typically a string) should be converted to a corresponding output (also usually a string) based on predefined rules. This substitution occurs during preprocessing, known as macro expansion.