Today I would like to recommend some very popular programming websites to you. I believe they can help you improve your programming efficiency and learn programming better.
Popular programming website recommendations
Foreign online front-end programming website, here you can find many front-end codes written by foreign masters, in addition to various In addition to various web page layout codes, there are also a variety of fun, cool, and novel front-end animations and special effects.
#For example, many friends asked me if I could draw a Christmas tree using code.
#I don’t know how, but on this website, enter "Christmas Tree" to search, and you can see various Christmas tree web pages of different styles!
#Click on the web page you like to enter the code editing page, where you can modify the HTML at will , CSS, JavaScript front-end code, and you can browse the running effect in the bottom area in real time, which is very convenient!
After editing the webpage, you can browse, collect, clone, share, etc. in full screen in the menu in the lower right corner of the webpage. , we can also directly embed web pages into our own projects, or download the complete code package locally.
Thanks to the development of front-end technology, this website provides developers with search projects, online editing, sharing and exporting Our one-stop service allows us to easily learn other people's excellent codes through independent practice.
# Let’s share a few similar websites.
CodeSandbox
Code Sandbox, as the name suggests, can help you run front-end projects in an isolated environment.
Here you can create your own sandbox (project) based on rich templates, such as React, Vue, Angular, VuePress, Svelte and other common front-ends Framework:
After creating the sandbox, you can edit the code online, view the effect in real time, or share the sandbox For other friends~
JSFiddle
A practice ground for front-end development, you can also write online Code, real-time browsing effect. Compared to Codepen, I personally feel that the editing experience on this website is better:
When you see a good piece of JS code or plug-in on the Internet, there is no need to download it locally. Paste the code directly into JSFiddle to see the running effect in the fastest way. Many front-end component libraries now also use this platform, giving developers a WYSIWYG experience.
JSRUN
Domestic online programming websites, in addition to the front-end, even support online debugging and running of more than 30 programming languages!
Same as Codepen, you can see many code snippets written by others and download them directly. You can also save and share your code and build your own small code collection.
I have to say that in China, this website is quite outstanding, with both access speed and functional experience. great!
Gitpod
This platform is more advanced than the website mentioned above. It is a powerful online IDE (Integrated Programming Environment) , provides a VSCode style editor, allowing you to write code online to complete development.
Gitpod is based on container technology and can help you compile, build, and run any GitHub project with one click, not just the front end! Moreover, the operation of each project is isolated from each other. It can be created at any time and recycled at any time after use. It is very flexible.
#If you like a GitHub project and don’t want to set up various environments locally to see its running effect, then the best way is to use Gitpod to build and execute online. Now more and more GitHub projects are connected to Gitpod. As long as you see the button in the picture below, you can deploy and run it with one click, which greatly improves efficiency!
The above is the sharing in this issue. If it is helpful, please clickLike, thank you all