|
You are here |
petrapixel.neocities.org | ||
| | | | |
www.taniarascia.com
|
|
| | | | | 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
|
|
| | | | | How I added a button to copy code snippets to my website with JavaScript. | |
| | | | |
sebastiano.tronto.net
|
|
| | | | | ||
| | | | |
jfhr.me
|
|
| | | 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. | ||