Explore >> Select a destination


You are here

petrapixel.neocities.org
| | www.taniarascia.com
2.8 parsecs away

Travel
| | I've received a few requests on how to highlight the syntax of snippets of in a blog like I have. Here is an example snippet of SCSS code...
| | helenchong.dev
1.9 parsecs away

Travel
| | How I added a button to copy code snippets to my website with JavaScript.
| | sebastiano.tronto.net
3.1 parsecs away

Travel
| |
| | jfhr.me
14.1 parsecs away

Travel
| If you have a website, you probably want it to be fast. One common reason why websites aren't fast is because they have a lot of images. Images take time to load. Generally, the browser will load your website, find out that it contains a bunch of images, and start loading those as well. You can optimize that with HTTP/2 Server Push. Another optimization is to simply make your images smaller, without sacrificing quality - that's what this post is about.