So, show me your website/portfolio and tell me what technologies do you use and why?
Here is mine https://thedev.sk
It uses Preact and Typescript, Bundled by Parcel, everything is prerendered and hosted on http://now.sh
FYI: the image for the site background is a render of a 3D model made in ZBrush.
I know the whole thing is a bit overblown, it would take less time to build the whole thing from scratch without preact, ts..., just good old html/css/vanilla js, but I wanted to try Preact and Parcel, and I saw an opportunity to use them in this side project.
It's your turn, show me what you got!
Latest comments (266)
Hereβs mine : aniq-ui.com/en
Built with Next.js, TailwindCSS, and TypeScript.
I use it to showcase and sell my Next.js landing page templates, so it also works as my personal portfolio.
shivam-pawar.vercel.app/
Hereβs mine hussainarthuna.dev/
Technology used
ReactJs
NextJs
Material UI
Mine is a bit different, I used webflow to get it done! Not what you would expect from a coder but yeah it helps me focus on putting down the content much better. Still have to fill it up with more projects so WIP, also have to update the about and Navbar, but the basic home design is done
kushdaga.webflow.io
Nice one, interesting cursor behavior
Thanks!
here is mine tsvbits.com. GatsbyJS based
Simple clear fast, I like that you have the content centered, nut 100% width what makes the text more readable, nice job π
actually it is a fork of github.com/gaearon/overreacted.io :)
Hey Mark! I've recently built my first ever portfolio web app using just Angular! Check out here.
vikramkadiam.netlify.app
I also wrote a blog about it on my journey in building it.
How I built my first portfolio website using just Angular
Vikram Kadiam γ» Jul 10 γ» 3 min read
Hi Vikram nice job π I like the overall style, the green you choose is nice, angular is interesting choice these days.
Mine is pxlet.com
It is built with PHP + Bootstrap + AngularJS + MySQL. Pretty old/classical tech stack. Want to build my next one with GoLang.
Nice one π good luck for the next one!
Thank u and yes will keep up.
That time to first paint π€© so clean and fast! Very nice
Hi all. Great portfolios I see in here. I'm new to the frontend world. I'm not currently currently working as a frontend developer but trying to.
Here is my portfolio
iamnelsonmartins.com
There is still a few sharp corners to fix like the about page. Maybe add a little bit more about me.
Fill free to shoot some advices or criticism regarding it
Hi Nelson, Thats really great work, I like it π one thing which is hard for my eye is the hover efect on card, when you have dark mode, and you hover over the card it changes to white, add a transitition to make it more pleasant for the eyes.
Thank you for your feedback. I've updated meanwhile
I actually reworked my website a few days ago. It can be found at ricardoboss.de and I use NuxtJS and SASS (with Bootstrap v5 Alpha). It is deployed as my GitHub.io page automatically every time I push some commits. The first article I wrote documents this in more detail.
Hi a nice site you have there π Nice setup. One thing caught my eye, you have "rΓ©sumΓ©" directly in the url, I dont think thats safe for the url, the site works just check it out, a slugify generator would generate it like "resume".
Hi there! Thanks for the feedback! I hesitated to put non-ascii characters in the url but I decided to do it, because I thought modern browsers can handle those. I could add an alias, though. Anyway, nice catch!