This week, instead of learning one new thing, I got a little bit obsessed with re-writing my portfolio site. I decided to write a blog post about t...
For further actions, you may consider blocking this person and/or reporting abuse
Between the p5 library and the 'brands.js' file, you've got over 400K (compressed) of 3rd party requirements, before any of your own code. That's super heavy for what the resulting page actually is.
I'd recommend finding ways to trim that down, considerably.. especially if mobile users are a target consumer of the page.
Nice.
I have a burning questions for years, how can I display the beauty of backend services and algorithms, the front end devs got it easy :D
Ah! I actually have professionally worked as a backend engineer but not as a frontend one!
Yes but if I would make a fancy CSS3 portofolio website I am afraid I would give the wrong impression that I like front-end :)) god forbid, for me is a necessary evil, I may be good at it but doesn't mean I like it.
Hahaha!! I love backend too (more than I will ever like front end). I think back end is more logical and harder to showcase, so maybe when showcasing the end product, it's better to accompany it with an article or post. Then the article would need:
1) problems you faced
2) how you solved it
3) relevant code that helped
Another insight here: freelancing.stackexchange.com/ques...
How do you stop the music from the CodePen ?
This is awesome Ali! I'm playing with shapes this weekend!
Oh, and your favicon is the Vue logo.
This is awesome. Thanks for sharing the process and the site looks amazing.
When you leave your website the music doesn't stop! :P
You have a nice portfolio site!
Hey! There seems to be a weird formatting bug in your post. Your link to your site is rendering as dev.to/aspittel/aspittel.github.io.
Fixed it! Thank you ๐
THIS IS AWESOME!
Very cool, but I have horizontal scroll on my screen. It seems to come from 'width: 100%' on the body? What do you need it for? If it's really crucial, try adding 'overflow-x: hidden'.
Ah thanks! Fixed it. At some point I was having issues getting the canvas to be 100%, but fixed that and kept the body one accidentally!