Home  >  Article  >  Web Front-end  >  How to search resources on the web front-end

How to search resources on the web front-end

PHPz
PHPzOriginal
2023-04-19 11:37:591439browse

With the continuous development of the Internet, the professional demand for Web front-end engineers is also growing. Web front-end engineers need to constantly delve into new technologies to maintain their competitiveness in the workplace. However, among so many new technologies, how do web front-end engineers find the resources they need? How to do an effective search? This article will introduce you to how to perform effective searches on the web front end.

1. Reasonably choose search engines

Search engines are tools that web front-end engineers must use every day. They can help us find the information we need. There are many search engines on the market today, such as Baidu, Google, Bing, etc. However, different search engines are applicable to different fields and have different service quality.

When we need to understand domestic open source technology information, Baidu is the best choice because it contains a large amount of domestic open source technology information.

The Google search engine is more popular in foreign technical communities, and the content it contains is more comprehensive and of higher quality.

If you want to find technical documentation, W3school is a very good choice. By searching in W3school, we can quickly obtain relevant technical documents, tutorials and other information.

2. Use appropriate search syntax

Appropriate search syntax is one of the keys to effective search. By choosing the correct search syntax, we can find the information we need faster and more accurately through search engines.

There are several keyboard shortcuts that can help us use search engines more quickly:

  • Search for a specific site: To find keywords in a site, you can use site: to find it. . Example: site:www.github.com f2e You can find the f2e technology on github.
  • Exclude specific keywords: When searching, sometimes you need to exclude search results for specific keywords. You can use the minus sign to exclude certain keywords. For example: Front-end-UI can exclude the word UI.
  • Keyword combination search: You can use double quotes to combine search terms, and the search engine will search the content within the double quotes as a whole. For example: "web front-end framework" can search the entire phrase.

3. Use appropriate keywords

It is also very important to choose appropriate keywords, because wrong keywords may lead to inaccurate search results or failure to search for appropriate information.

When choosing keywords, you need to know some tips. For example, if you want to find related articles about vue.js, you can use keywords such as vue, vue.js, vuejs, etc.; if you want to find relevant information about React.js, you can use keywords such as React, reactjs, react.js, etc.

In addition, you can also increase the accuracy of the search by using some optional keywords, such as tutorial, guide, book, example, etc.

4. Use professional websites and platforms

Using professional websites and platforms is also one of the important factors for effective search. Web front-end engineers can find the resources they need on the following websites and platforms:

  • Github: Web front-end engineers can find a large number of open source front-end frameworks, components, etc. on Github.
  • CodePen: CodePen is a platform that helps developers verify code and share examples.
  • Stack Overflow: Stack Overflow is a question and answer website for programmers and a very good learning and communication platform.
  • Codecademy: Codecademy is an online interactive programming learning platform where you can get a large number of programming tutorials for free.

5. Make the most of social media

Social media is another great tool that can help web front-end engineers with their searches. We can obtain the latest technical information by joining relevant social groups and following relevant blogs and figures.

For example, on the popular social media platform Twitter, you can search for specific Hashtag #front-end development, #webfront-end, etc. to view the latest technology sharing and exchanges.

In addition, you can also join various front-end communication groups to communicate with industry leaders and obtain more valuable information and technical resources.

6. Summary

In many aspects such as reasonable selection of search engines, use of appropriate search syntax, use of appropriate keywords, use of professional websites and platforms, and full use of social media, we Enables more efficient front-end searches. Whether you are learning front-end technology or encountering many technical problems at work, as long as you use the above methods well, I believe front-end engineers can easily find the technical resources and answers they need.

The above is the detailed content of How to search resources on the web front-end. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:What is web front endNext article:What is web front end