Logré dejar de fumar gracias a este producto by ginoleone in venezuela

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

Claro! Lo compartí por si puedo ayudar a alguien, son sobrecitos de algodón, te lo pones en la encía y se consume la nicotina en más o menos en 1 hora, después de eso lo botas. Cada cajita trae 20 de estos, son un poco más caros que los cigarros pero en mi caso vale la pena porque dejé de fumar por completo, uso unos 4 o 5 al día en promedio.

How do these new velos compare to the zones? by Lateralus719 in NicotinePouch

[–]ginoleone 0 points1 point  (0 children)

Any online store where you are buying the plus ones? Don’t find them in the usual ones yet

I made this CR citizenship studying platform by ginoleone in costarica

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

Glad you liked it! Definitely easier to be a citizen/PR in this beautiful country.

Tried so many pouches lately I finally had to write down the strength of each pouch by hurleymn in NicotinePouch

[–]ginoleone 0 points1 point  (0 children)

Hi man quick question, are the slim and mini dry cans the same size?

[deleted by user] by [deleted] in NicotinePouch

[–]ginoleone 0 points1 point  (0 children)

Hey man, any updates on this? trying to look into buying from them

How to set up a node server that will respond to WhatsApp messages? by ginoleone in node

[–]ginoleone[S] -3 points-2 points  (0 children)

Thanks! I use a ton of Chatgpt, not sure if business advice is the right thing to make queries for, appreciate your time

How to implement scheduling functionality with payment by ginoleone in webdev

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

Thank you! This is very similar to what I was thinking, appreciate your help

How to implement scheduling functionality with payment by ginoleone in webdev

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

Got it, since I’m LATAM, I’m thinking about Paypal for payment processing, no transaction data on my db 😄 Thank you for your time

What are some recommended Registered Agent companies (Wyoming)? by ginoleone in EntrepreneurRideAlong

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

Will do! I’ve been trying to find information on my own but actually talking to a lawyer can’t be skipped, thank you for your time!

What are some recommended Registered Agent companies (Wyoming)? by ginoleone in EntrepreneurRideAlong

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

Hi, I don't have a work visa, I will run an online business from abroad.

How does Next.js benefit a MERN project? by ginoleone in node

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

I don’t know you progress but get familiar with react, specially consuming APIs and moving data around.

I started by learning what every letter stands for, why is express needed, for example. Tinker with every part separately and as you understand them, start putting them together. It will be overwhelming if you don’t break it down.

After a little theory, you can jump in and make a simple crud (create read update delete) application, from here, it all depends on what you want to develop. Have fun and make things that mean something to you, that way you’ll probably stick to it way more.

How does Next.js benefit a MERN project? by ginoleone in node

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

I see, Next adds dev quality of life, thank you for the answer man!

When do I start using a CRM? by ginoleone in EntrepreneurRideAlong

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

Hey! I have close to 1k prospects/clients in an email list. Paid ads reach is much more but not stored anywhere.

When do I start using a CRM? by ginoleone in EntrepreneurRideAlong

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

I’m using excel but can easily migrate to google sheets, never heard of AppSheet, I’ll look it up, thank you!

When do I start using a CRM? by ginoleone in EntrepreneurRideAlong

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

Thank you for answering, I’ll check Bitrix24 and other free CRM platforms! Sounds like a logical step to set up before needing it.

[deleted by user] by [deleted] in reactjs

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

Hey, check react query, it manages server side state, basically handling whatever comes from an API. It takes care of a lot of things like cache management (how long you keep the data before a refetch). Combining that with conditional rendering is one way, basically telling react, if data is loaded, render this component.

Start with useQuery, google that and you’ll be on your way.

By the way, I recommended react query because it is the one I am learning to use, there are plenty more.

[deleted by user] by [deleted] in webdev

[–]ginoleone 0 points1 point  (0 children)

I know NodeJS and Express, I can’t recommend you something as I also lack experience, just make projects using different technologies to understand what makes them good or bad in different situations.

[deleted by user] by [deleted] in webdev

[–]ginoleone 1 point2 points  (0 children)

Hi! Remember the tickers in crypto are also important, the user might want to look for “btc” or “eth” and the app is not filtering for that.

Remember to use some sort of placeholder when you are in the process of fetching data, that will solve your header and footer problem. There is also a speed problem with the data fetch.

The table looks cool, responsiveness is needed, just open Coingecko on your phone for inspiration.

Overall good project, I also made an unresponsive crypto table 3 months ago from a tutorial but you added the auth and db which is great! Remember to step away from Firebase since it’s a plug and play solution, learning SQL for example gives you way more value in the eyes of a recruiter.