/4 min read

Modern Web Development

DevelopmentWork
Modern Web Development

This is a blog post using custom components.

Next.js Documentation

Learn about the latest App Router features and performance.

  • Something
  • Something
  • Something

Low Priority

  • Use WOFF2 font format
  • Use preconnect to load your fonts faster
  • Keep an eye on the size of the dependencies
  • Pre-load URLs where possible

Medium Priority

  • Use CDN for Images, video and even serving your pages.
  • Avoid Base 64 images
  • This one is already finished (checked state)
image
This is a caption

The Code

Check out how clean this code block looks:

package main
 
func main(){
  duffers := []string{}
 
  for index,value := range duffers {
    println!("something/n",value)
  }
}
 
 
 

Comments3

SC
MJ
EW

Join the discussion with 3 others

Modern Web Development
0%