Copywriter, webmaster, product manager, architect, independent developer.
Many people always encounter three problems when forming groups or circles (including online and offline, which can also be collectively referred to as communities): How to attract people into circles/groups? how[…]
Every time I talk to investors. They always ask me: What problem does your product solve?
I go to apply for a job, go to an interview, and then I often tell people that I made such a product and solved such a problem.
People are confused: "Which aspect of the product are you good at? Front-end? Back-end? Or are you just good at solving problems?"
This has happened several times.
I really don’t understand why God couldn’t unify the standards and interfaces when creating this world. . . . .
I'm certainly good at problem solving.
What is the product used for? Isn’t it just for solving problems and meeting needs? ! !
In addition, I am not only good at solving problems, I am also good at asking questions. For making products, doing growth, doing data analysis, etc., the ability to ask questions is more important than solving problems.
There are two types of WEB: document type and application type. Document-type WEB is used to carry content. It doesn’t require much interaction, but it does need to be search engine friendly. For example, various blogs […]
Years ago, I wrote "Review of an Internet Car Rental Platform—How to Hold an Entire Industry" (the article is password-protected and cannot be seen by ordinary people). This article is mainly about […]
The nodejs server accesses the txt file in the root directory.
Inaccessible.
I always thought it was caused by the reverse proxy of the nodejs server.
Today I found out that it is not.
It's caused by the configuration of the nginx server.
made some changes
location ~ .*.(js|css|txt)?$ # Just add |txt here.
{
expires 12h;
error_log off;
access_log /dev/null;
}
Continue to iterate on the views engine.
After this iteration, the views engine has completely become a microkernel architecture. The architecture of form engine and block engine is the same.
Do more creative things and less labor-intensive things.
Respect things and respect people.
You must be serious in everything you do.
We must also be serious about things and people.
There are many smart people in this world, but there are no fools. If we have to say there are, there are only two types. One is thinking that you are smart, and the other is always thinking that others are fools.