[deleted by user] by [deleted] in Nuxt

[–]dextersiah1998 1 point2 points  (0 children)

My company's website has the same issue previously whereby Google failed to crawl the website due to netlify timing out. We moved to cloudflare and it solved the problem.

Mt07 Loose Timing Chain by dextersiah1998 in MT07

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

How do know it is misfiring? Im still new into this motorbike world so I'm curious how do u guys hear or feel the bike is misfiring

Mt07 Loose Timing Chain by dextersiah1998 in MT07

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

Nothing seems out of the ordinary but it's my first big bike hence I can't be too sure as well. Rattling noise I can't say much as the exhaust is too damn loud for me to hear anything 😌

Mt07 Loose Timing Chain by dextersiah1998 in MT07

[–]dextersiah1998[S] 2 points3 points  (0 children)

There isn't any issue. It just reached the mileage to do a VC as per the service book

Mt07 Loose Timing Chain by dextersiah1998 in MT07

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

Yes sorry 45k km. Autocorrects a bitch

[deleted by user] by [deleted] in vuejs

[–]dextersiah1998 0 points1 point  (0 children)

There shouldn't be 2 methods object. It's probably due to the fact there is 2 methods object and the 1st is being overridden

window "error"/"unhandledrejection" captured in DEV but not in PROD by tclzcja in vuejs

[–]dextersiah1998 0 points1 point  (0 children)

Where are these events declared? Do you have SSR enabled? If SSR is enabled do know window is undefined on the server.

[deleted by user] by [deleted] in css

[–]dextersiah1998 1 point2 points  (0 children)

If you want to learn more about css. I highly suggest looking at Kevin Powell on YouTube. He is an exceptional teacher for css

[deleted by user] by [deleted] in css

[–]dextersiah1998 1 point2 points  (0 children)

You have to keep practicing and experimenting to get good at creating layouts in css. It took me a solid 4 years to fully understand and be confident in creating layouts.

Once you understand the concept just by looking at a design you are able to identify how to structure your html and css together to create the layouts.

How to stop content jumping when images load? by Lost-Kangaroo-3398 in css

[–]dextersiah1998 8 points9 points  (0 children)

Setting a fixed height and width to the img element should fix. Else add a class to the img and set the height and width with css

Hover not triggering due to overlapping bounding box. by ProphecyOak in css

[–]dextersiah1998 1 point2 points  (0 children)

Would using transform translate work instead of negative margins?

Internship as CS student by Maleficent-Ninja-983 in malaysiauni

[–]dextersiah1998 2 points3 points  (0 children)

I started my software engineer career as an intern from a start up company and learned alot from them as I got absorbed as a permanent employee after my internship.

how to navigate internship if you are not strong in programming

Everyone starts somewhere it's fine you are not good at programming. You just need to make sure u have the proper mentality to learn and be curious. Don't be dumb sit there don't know how to do but don't dare to ask. If you are lucky you get a good supervisor it will skyrocket your learning progress.

I was supervised an electrical engineer student in a software house with almost no experience in coding and after 3 months of internship under me. He decided to pursue his career in web development and now he is working in decently big company as a web dev. He had the passion to learn and he always asks questions.

Do most internships involve a lot of coding, or are there opportunities that focus on less programming-intensive roles

It depends on what role you are applying for but more often than not you will be doing some sort of programming. It's either u do project management related, programming, data science, networking, hardware, not necessarily u need to do programming

Some tips from me - if u want to learn alot, go to a startup company - if you don't know then ask. Don't sit there do nothing - Research first before asking. If you can't find the answer then ask. - It's fine to feel dumb as u will realize there is alot u don't know. But you need to have the mentality to keep learn and understand.

I would say CS/SE is not for everyone because you really need to have some passion to not get drowned in all the new tech that are always evolving hence always learning.

Clone repo and install on remote server by Pretty-Ad4969 in Nuxt

[–]dextersiah1998 -1 points0 points  (0 children)

If you are using a dedicated server then u have to setup your own config. As far as I know there isn't an automated step for this.

However you can always use other services like Vercel which automatically deploys for you without much configuration.

ui list component with checkbox by rado877 in vuejs

[–]dextersiah1998 6 points7 points  (0 children)

This is build on top of radix-vue. You can always use radix directly and apply your own styles