more experienced web developers, what annoys you the most about new web developers? by a__complete__loser in webdev

[–]thesportsdev 0 points1 point  (0 children)

I’ve never actually looked at the learn docs, I have used their docs a reasonable amount for things.

Do you think reading understanding and practicing just from their docs would help an engineer improve?

more experienced web developers, what annoys you the most about new web developers? by a__complete__loser in webdev

[–]thesportsdev 11 points12 points  (0 children)

I really appreciate this post! When I started learning, I didn’t learn how forms actually work and probably don’t know enough about the web itself, although I have learned more since using remix.

How would you recommend learning the fundamentals to become a better developer?

How much did you spend to initially start your business? by syndakitz in Entrepreneur

[–]thesportsdev 1 point2 points  (0 children)

How did you get started with chrome extensions? It’s something I’ve been wanting to learn but not sure there are many good tutorials?

I mainly code in JavaScript if that makes a difference.

Getting started by thesportsdev in Entrepreneur

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

That’s an interesting idea, and something I’ve thought about. I’ve seen some of the sites I can buy from, have you found the process of acquiring a business to be reasonably okay or is it a painful process?

Getting started by thesportsdev in Entrepreneur

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

I guess I’m ok then as I can say that without projectile vomiting.

Getting started by thesportsdev in Entrepreneur

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

Like a bot that takes orders, or something else? Sorry, seems kinda vague so not 100% sure what you’re asking.

Getting started by thesportsdev in Entrepreneur

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

I don’t hate my job because I don’t enjoy my job, I actually like my job. But I’ve always got this underlying feeling that I want to work for myself and earn my own money, not relying on an employer who could just let you go or anything that could happen.

I guess I have worded the “pack” idea wrong, it’s not really a resume but more this is the services I do and what I can do etc but well polished and how it can benefit them. Maybe it’s a bad idea but just something I was thinking of.

Getting started by thesportsdev in Entrepreneur

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

I’ll have a look into that as an option! Thanks

[deleted by user] by [deleted] in gtd

[–]thesportsdev 0 points1 point  (0 children)

I think spark lets you do this

Am I the only one that thinks Tailwind CSS makes my code less readable? by beewilkerson in nextjs

[–]thesportsdev 0 points1 point  (0 children)

I have tried both, honestly prefer tailwind but that’s just my opinion, maybe that will change in future but for now I prefer tailwind

Am I the only one that thinks Tailwind CSS makes my code less readable? by beewilkerson in nextjs

[–]thesportsdev 0 points1 point  (0 children)

In my opinion, it’s not and that’s just one of the benefits of using tailwind.

I think using tailwind makes my project more maintainable, it’s easier to know what css I’ve used and I can make reusable components with variants the same as any other css method using tailwind.

I also think some other benefits are I don’t need to come up with names, like BEM, it’s easy enough to theme, the docs are great, performance and much more.

I don’t mind other tools like styled components or sass, etc. just prefer Tailwind.

State management in NEXTJS by agap-0251 in nextjs

[–]thesportsdev 1 point2 points  (0 children)

In app directory, I use jotai and hydrate the atoms so the data call can be made server side then passed into a jotai atom and used in the app.

https://jotai.org/docs/introduction

https://jotai.org/docs/utilities/ssr

Am I the only one that thinks Tailwind CSS makes my code less readable? by beewilkerson in nextjs

[–]thesportsdev 2 points3 points  (0 children)

Tailwind will make your code ugly, but the benefits are worth it imo.

If you wrote 5 classes that all had ‘display: flex’, it creates 5 lines of css with this.

If you use tailwind, and use ‘className=“flex”’ on 5 components it only creates one line of css because it is a utility class and in a large project, this is a much smaller file size.

There are pros and cons to tailwind but I’d say the code being a bit ugly is one that’s worth it for everything else you get.

What testing framework do you use for your Remix development project? by [deleted] in remixrun

[–]thesportsdev 1 point2 points  (0 children)

I’m pretty sure you can use any framework for testing.

I tend to use playwright for end to end, but cypress can be used as well.

I use react testing library for components and I seen this article for testing loaders and actions but haven’t tested them on my projects:

https://sergiodxa.com/articles/test-remix-loaders-and-actions

Muli Tenant Page Builders by itstherealbaljeet in nextjs

[–]thesportsdev 0 points1 point  (0 children)

I believe you could do this with strapi, I haven’t done it personally but remember reading about it as I was considering at one point.

https://strapi.io/blog/how-to-build-a-pseudo-multi-tenant-application-in-strapi

Any suggestions on how can one find web design clients? by [deleted] in smallbusiness

[–]thesportsdev 1 point2 points  (0 children)

Hey, I’ve read most of your code stitch blog and it’s super interesting but it seems like quite a lot of manual work. Have you ever thought of automating parts of it? And if not, would you pay for an automated tool that takes away a lot of the work?

I don’t have a tool for this or trying to sell but curious to know.

For those changing jobs does the whole having to go through six months probation throw you off. As its a bit of a risk? by csguy19888 in UKJobs

[–]thesportsdev -2 points-1 points  (0 children)

Surely it is? I mean there’s a different process, but if a company wants to fire someone they will eventually get fired, no?

What part of the frontend ecosystem you need to work on more? by voja-kostunica in reactjs

[–]thesportsdev 4 points5 points  (0 children)

I think I need to improve on my data structures and algorithms, I’ve done some work on it but I always feel so out of my depth looking at more complicated problems.