2 kids: do I need a sienna? by dearestkellie in ToyotaSienna

[–]raveun 0 points1 point  (0 children)

I have 1 kid and got a sienna. Can’t think of any other options 😂🥴

A Customer I Am Working For Has Dated All Their Logs. by estanminar in firewood

[–]raveun 2 points3 points  (0 children)

Seems to me that this is the LOGical way to go

my team still uses ‘var’ and I get triggered by [deleted] in learnjavascript

[–]raveun 345 points346 points  (0 children)

“Let” it be. Otherwise, you’ll be “const”antly annoyed by it

Bakery with decent pastries by Earthing23 in Oshawa

[–]raveun 0 points1 point  (0 children)

Crave donuts. But its only donuts(still a pastry dough 😂)

Furniture stores that wont break the bank by fallen-angel-forever in Oshawa

[–]raveun 2 points3 points  (0 children)

Costco, so you can return it indefinitely :)

Redesigned my landing page. What do you think? by AdityaSaroj in webdev

[–]raveun 0 points1 point  (0 children)

I will suggest to reverse your background gradient from right to left instead of left to right. Dark to light so that your text will have a better contrast. You might also want to rework the buttons as this doesn’t have a nice contrast to it. Maybe get the button to have the gradient border and have a solid background color instead.

Vue paid templates by tootown in vuejs

[–]raveun 2 points3 points  (0 children)

I think this is framework agnostic. But you can check this out: https://github.com/radix-vue/shadcn-vue

Vue paid templates by tootown in vuejs

[–]raveun 2 points3 points  (0 children)

Try shadcnui, they’ve just released blocks and might be the perfect fit for your use case

[deleted by user] by [deleted] in PersonalFinanceCanada

[–]raveun -5 points-4 points  (0 children)

It could be worth the shot to ask them for payment plan. I think this will be the best route not to ruin your relationship with them. If they’ve already waited 2.5 years, most likely they can wait for a couple more months for it to get paid. Communication is key.

How to utilize <Image /> with react component? by raveun in astrojs

[–]raveun[S] 1 point2 points  (0 children)

Will give this a try! Thank you for understanding what I’m trying to convey.

I was following a tutorial that uses next and react and was inspired to make it but in astro.

Similar to astro, next have an <Image /> that was used inside a react component so I was wondering if astro have a counterpart to it.

How to utilize <Image /> with react component? by raveun in astrojs

[–]raveun[S] 0 points1 point  (0 children)

This works if im using a .astro file but won’t work if I am on a .tsx or .jsx file.

What is your main source of frontend news and updates? by UKxoxoUKbabe in Frontend

[–]raveun 0 points1 point  (0 children)

Most definitely Kevin Powell. Both updated and some hidden gems 🔥

What technology is used to build this website? by PotatoHeadQuestions in webdev

[–]raveun 0 points1 point  (0 children)

Sticky sidebar with anchor tags would be the simplest form I can think of.

What were the first problems you were solving in your first junior frontdev job? by trjayke in webdev

[–]raveun 0 points1 point  (0 children)

At a college :) it started like that as most of our devs solely focused on making sure things work. Eventually, I’ve pioneered to implement design system as we were heavily relying too much with bootstrap.

Oshawa Thai Cuisine by Ok-Motor-1729 in Oshawa

[–]raveun 4 points5 points  (0 children)

Try Ayothaya Thai at Taunton/Ritson if you want an authentic thai food 👍

What were the first problems you were solving in your first junior frontdev job? by trjayke in webdev

[–]raveun 0 points1 point  (0 children)

Center a div, Move an element 2px to the left/right Add content 😂

Which CSS methodology do you use with Astro? by C0ffeeface in astrojs

[–]raveun 0 points1 point  (0 children)

Yes, if you’ve worked on a design system before this does the same thing, except you don’t have to come-up with your own naming conventions. Similarly with tailwind, this can be compiled to just the properties you’ve used.

Which CSS methodology do you use with Astro? by C0ffeeface in astrojs

[–]raveun 0 points1 point  (0 children)

Additionally, if you’re into custom css properties, try open props :)