No Pastebin.com videos yet. You could help us improve this page by suggesting one.
Based on our record, Pastebin.com seems to be a lot more popular than Cloudflare Pages. While we know about 2057 links to Pastebin.com, we've tracked only 142 mentions of Cloudflare Pages. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Pastebins make me nostalgic. I’m told they existed well before the web in the IRC days. The first notable one I remember, Pastebin.com, was created in 2002 by Paul Dixon, introducing features like syntax highlighting and private pastes. Believe it or not, it’s still going strong today. The latest incarnation I remember using recently was PostBin (clever: Pastebin for Webhooks). It made testing “web callbacks”... - Source: dev.to / about 1 year ago
When you get something started feel free to put your code on pastebin.com or gist.github.com and share a link for feedback/help. Source: over 1 year ago
Either use pastebin or Github for formatting and paste a link. Source: over 1 year ago
You'll have to use a site like https://pastebin.com/ so I can see it too. My guess is that you did not install the mod I linked or that you haven't succesfully followed my steps. Start again from the beginning. Source: over 1 year ago
Pastebin.com was still reliable last time I tried it. Source: over 1 year ago
Did you considered using WebGPU, or creating a bridge between WebGPU / WebGL for this? Also, have you considered deploying on Cloudflare Pages [1] (unlimited bandwidth) instead of netlify? [1] - https://pages.cloudflare.com/. - Source: Hacker News / about 1 month ago
In my case, I compared all the previous options and I chose Cloudflare pages, which it seems to me like the best option. - Source: dev.to / 7 months ago
The test subjects include Vercel, Cloudflare Pages, GitHub Pages, and the newly discovered EdgeOne Pages from Tencent Cloud. The measurement indicators include global access latency, Google Lighthouse metrics and the smoothness of the deployment process. - Source: dev.to / 6 months ago
Browser.application is used when you want to support client-side routing. However, it requires you to be able to configure your web server to redirect requests to your index.html file. Since GitHub Pages doesn't allow you to customize their web server, you're forced to switch to another hosting service like Netlify, Render, or Cloudflare Pages. Thankfully, they all make it easy to do the configuration that's needed. - Source: dev.to / 8 months ago
The good news is that the deploy process doesn't get more complicated than what I've shown you above. The core concept remains the same. You have branches (say a master branch and several feature branches) in which you use to implement your web application and you have branches (say a staging and production branch) you use for deployment. Then, you have to tell your hosting provider, be it GitHub Pages, Netlify,... - Source: dev.to / 8 months ago
GitHub - Originally founded as a project to simplify sharing code, GitHub has grown into an application used by over a million people to store over two million code repositories, making GitHub the largest code host in the world.
GitHub Pages - A free, static web host for open-source projects on GitHub
GitHub Gist - Gist is a simple way to share snippets and pastes with others.
Vercel - Vercel is the platform for frontend developers, providing the speed and reliability innovators need to create at the moment of inspiration.
CodePen - A front end web development playground.
Render - Render is a unified platform to build and run all your apps and websites with free SSL, a global CDN, private networks and auto deploys from Git.