DEV Community

Cover image for Show me your personal website/portfolio
TheOnlyBeardedBeast
TheOnlyBeardedBeast

Posted on

Show me your personal website/portfolio

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)

Collapse
 
mohamed_djoudir profile image
Mohamed DJOUDIR

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.

Collapse
 
shivampawar profile image
Shivam Pawar
Collapse
 
hussainarthuna profile image
Hussain Arthuna

Here’s mine hussainarthuna.dev/

Technology used

ReactJs
NextJs
Material UI

Collapse
 
kushdaga profile image
Kush Daga • Edited

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

Collapse
 
theonlybeardedbeast profile image
TheOnlyBeardedBeast

Nice one, interesting cursor behavior

Collapse
 
kushdaga profile image
Kush Daga

Thanks!

Collapse
 
sergeyt profile image
Sergey Todyshev

here is mine tsvbits.com. GatsbyJS based

Collapse
 
theonlybeardedbeast profile image
TheOnlyBeardedBeast

Simple clear fast, I like that you have the content centered, nut 100% width what makes the text more readable, nice job πŸ‘

Collapse
 
sergeyt profile image
Sergey Todyshev

actually it is a fork of github.com/gaearon/overreacted.io :)

Collapse
 
vikramkadiam profile image
Vikram Kadiam

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.

Collapse
 
theonlybeardedbeast profile image
TheOnlyBeardedBeast

Hi Vikram nice job πŸ‘ I like the overall style, the green you choose is nice, angular is interesting choice these days.

Collapse
 
pike0000 profile image
Pi Ke • Edited

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.

Collapse
 
theonlybeardedbeast profile image
TheOnlyBeardedBeast

Nice one πŸ‘ good luck for the next one!

Collapse
 
pike0000 profile image
Pi Ke

Thank u and yes will keep up.

Collapse
 
connollyglen93 profile image
Glen Connolly

That time to first paint 🀩 so clean and fast! Very nice

Collapse
 
iamnelsonmartins profile image
Nelson Martins • Edited

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

Collapse
 
theonlybeardedbeast profile image
TheOnlyBeardedBeast • Edited

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.

Collapse
 
iamnelsonmartins profile image
Nelson Martins

Thank you for your feedback. I've updated meanwhile

Collapse
 
ricardoboss profile image
Ricardo Boss

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.

Collapse
 
theonlybeardedbeast profile image
TheOnlyBeardedBeast

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".

Collapse
 
ricardoboss profile image
Ricardo Boss

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!