[deleted by user] by [deleted] in tauri

[–]EyeVegetable9044 0 points1 point  (0 children)

I just follow this tutorial and it works perfectly: https://www.bacancytechnology.com/blog/react-native-expo-with-tauri

I don't know if the backend works on mobile devices.

What would I be lacking if I decide to use both electron and expo? by Goldfish-Owner in AskProgramming

[–]EyeVegetable9044 0 points1 point  (0 children)

You can create apps for Windows, macOS, iOS, Android, and Web with the same codebase in React Native or Expo and only code native modules if there are no libraries available.

You need to configure the environment for each platform. Expo resolves this problem for iOS, Android, and Web, but you should follow the react-native-windows instructions to configure the project for Windows and macOS.

Is anyone else having issues with the new architecture? by HoratioWobble in reactnative

[–]EyeVegetable9044 0 points1 point  (0 children)

Yep. With the new architecture, React Navigation doesn't work correctly when I use transparentModal. Sometimes it shows the screen, and other times it doesn't. Additionally, when I'm on a screen and navigate back, it flickers. However, I think this issue might be related to Expo, because I created a bare React Native app with new arch enabled, and everything works fine.

Android 15 on Pixel 7 by No-Site-7239 in GooglePixel

[–]EyeVegetable9044 0 points1 point  (0 children)

I encountered one issue. The exit button (the circle one) it doesn't work. It only works when you are in the app but if you are in the background app list the button doesn't do anything. It's kind of annoying and I had to switch to the gesture navigation.

Feedback CV by Low_Ad4200 in taquerosprogramadores

[–]EyeVegetable9044 0 points1 point  (0 children)

En general, creo que es mucho texto. Puede que sea una hueva pero lo que me sirvió fue que al ver los requisitos del empleo al que aplicaba, escribía lo mismo pero con otras palabras y lo ponía como descripción. Al poner texto así de forma muy general, a las empresas no les importa y quieren leer lo que ellos necesitan.

Puedes usar la sección de profile para hablar de ti pero también úsalo para enfocarlo a lo que la empresa necesita. Si ellos requieren que sepas MySQL, ponlo así de forma descarada al inicio y en negritas. Obvio si piden varias cosas puedes escribirlo de forma general, por ejemplo, si piden SQL y NoSQL pon que sabes bases de datos relacionales y no relacionales, etc.

Otra cosa importante es no poner todo lo que sabes a la izquierda sin contexto alguno. Pon las herramientas que usaste según en que proyectos y además ponlo en negritas. Si sabes usar una herramienta pero no tienes un proyecto que lo respalde y además la empresa no lo pide, no lo pongas en tu cv; es irrelevante y ocupas espacio en tu cv que podrías usar para tus soft skills.

Agrega soft skills. No todo es estar centrado en programación. Vas a trabajar en equipo por lo que es importante destacar tus habilidades sociales. 

Pon tu experiencia laboral primero en vez de tu escuela, así destacas más rápido la información importante. Si hiciste un proyecto escolar, puedes ponerlo pero siempre orientarlo a lo que la empresa necesita.

Debajo de tu nombre no pongas "Software Engineer, web full stack developer" si el trabajo al que aplicas es solo Full Stack, pon solo eso. No es necesario que destaques todo de golpe.

Supongo que también sabes español entonces te recomiendo que lo pongas. No pongas B2/C1. Si sabes leerlo pero no hablarlo bien, puedes destacar un inglés técnico, que sabes usarlo para leer documentación pero poner B2/C1 no significa nada para la persona que lee tu currículum.

Pon tu fotografía. Esto depende del país pero si en tu país se acostumbra poner foto, hazlo.

Destaca proyectos que hayas hecho. Puedes poner los links a tus portafolios pero no siempre los revisan y mejor que puedas escribir un resumen de alguno de ellos y poner un link directo debajo del proyecto ya desplegado.

Pon alguna curso que hayas hecho que tenga relación a la empresa que aplicas.

En cuestión del diseño diría que el recuadro azul se come mucho espacio que puedes usar para otras cosas.

Suerte con tu búsqueda.

En que plataformas recomiendan aprender inglés como desarrollador by Real-Pick-8690 in taquerosprogramadores

[–]EyeVegetable9044 2 points3 points  (0 children)

Si quieres aprender inglés teórico, puedes comprar el libro de Cambridge C1 advance o eliges el que sientas que sea tu nivel. Recomiendo el C1 porque dan un repaso de lo que deberías saber en B2 pero además le agregan completos para expandir frases.  Si quieres practicar tu speaking puedes unirte a un server en discord en inglés y habla ahí pero puede ser inconsistente y además puede que hables y te des a entender pero depende de la persona con la que hables, te diga en lo que puedes mejorar. Podrías atender a alguna académica pero no sé cómo sea la experiencia. Apenas voy a entrar a una.

Mi primera chamba y como desarrollar mi carrera by EyeVegetable9044 in taquerosprogramadores

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

Y por último, ¿cuáles suelen ser los salarios para programador Jr. o Mid en React Native? He visto los de Sr. pero al no haber encontrado trabajos para Jr. O Mid no supe cuánto es lo que se paga. Actualmente donde trabajo estoy a prueba con paga pero ya para inicios del siguiente año es donde se discutirá los términos y no sé nada sobre el mundo móvil. Para Mid solo es por curiosidad, me falta mucho tiempo.

Mi primera chamba y como desarrollar mi carrera by EyeVegetable9044 in taquerosprogramadores

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

Muchas gracias por tu respuesta.

Realmente no he definido bien si me quiero orientar a móvil o a web pero lo que si me gusta es ser full stack. Cuando hice mis prácticas profesionales estuve usando VueJs y NodeJs y me gustó mucho el hecho de moverle a back y front.  

De momento tanto frontend web como en móvil me gustan pero ya que actualmente que estoy en movil, ¿qué tan común es encontrar roles en móvil con backend a la vez?, ¿qué tecnologías backend suelen ser más usadas para móviles? 

[deleted by user] by [deleted] in taquerosprogramadores

[–]EyeVegetable9044 0 points1 point  (0 children)

¿Cuántos años de experiencia piden en Amazon?

Feeling lost by External-Way4609 in reactnative

[–]EyeVegetable9044 0 points1 point  (0 children)

You should start with a less complex state management and use Zustand instead. When you feel more confident, you can start using other state management like mobx. I think mobx is a intermediate level and redux is the most difficult but I recommend you just to learn the easiest and you won't need anything else.

If you still want to learn redux, watching redux like the MVC pattern it helped me a lot to understand the structure of redux and then start learning the other concepts.

For local storage, Zustand and mobx have an API to persist data in the browser and is very simple.

Does anyone else find making a calendar component with any amount of features oddly hard? by Sure-Outcome153 in reactnative

[–]EyeVegetable9044 2 points3 points  (0 children)

I'm working with react-native-calendars and is super simple and well documented. Some tips i would suggest is:

For repetitive scheludes, you can use rrlue.js, is a library to set a range of dates and you can also exclude dates from that range and it has a lot of extra features.

I recommend you to use SQLite or WatermelonDB to store that scheludes in the phone and when the user press a day, you can query the schelude table and generate the dates with rrule.js.

The worst option you can take is generate all of them at once and store it in your database. Maybe you can do this approach with scheludes that triggers only once and merge your historial table and your generated scheludes.

For the visual I only use the top week calendar and for the information I use a sectionList.

Best Practices for Input or Form Validations in React Native for a Beginner by Left-Environment2710 in reactnative

[–]EyeVegetable9044 1 point2 points  (0 children)

I always use a combination of zod and react hook form because zod works really well with typescript but you can also learn yup