neo yang

Copywriter, webmaster, product manager, architect, independent developer.

Time:2022/06/10

Microsoft Teams—another way to make money

The pandemic has changed many things, and collaborative working and online working is one of them.

SAAS applications based on Microsoft Teams seem to be in huge demand.

No more talking, let’s go straight to the video.

For videos with Chinese translations, go to its official website.

tags:

On the emergence of circles - quickly gathering people and accurate realization

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[…]

Time:2022/05/29

Products are used to solve problems and satisfy needs

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.

Document-based WEB and application-based WEB

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 […]

Review of an Internet car rental platform (2) - platform, ecology and architecture

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 […]

Time:2022/04/15

nodejs server access txt file

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;
}
tags:
Time:2022/04/09

Continue to iterate the views engine

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.

Time:2022/04/03

Do more creative things and less labor-intensive things.

Do more creative things and less labor-intensive things.

tags:
Time:2022/04/03

route, result, model, method

Routes, results, models, methods.

tags:
Time:2022/04/01

Respect things, respect people

Respect things and respect people.

You must be serious in everything you do.

We must also be serious about things and people.

tags:

copyright © www.lyustu.com all rights reserved.
Theme: TheMoon V3.0. Author:neo yang