What do you think of my portfolio? The code for the portfolio part in which there’s a different color for every portfolio is a bit redundant and IMO would be hard to update in the future, do you recommend to just stick to 1 color or?
If you’re a front end web developer, what would you say about this portfolio?
You’re welcome.
SVG is much better than any raster format especially from performance/appearance perspective.
Compare (on the example of the icon, link to which I mentioned in my previous comment): 2kb svg VS 12kb png(512px - so that it looks smooth on both small and large screens).
You can try to push the difference even further by trying to optimize SVGs, for example with svgo.