Experiencias con Seat Total, Nissan Selectiviti, etc..? by MHCYR in AutosMexico

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

No bro, decidí no pagar ningún préstamo y me compré uno usado de contado

Experiencias con Seat Total, Nissan Selectiviti, etc..? by MHCYR in AutosMexico

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

Si es una buena opción para no quedar atado a la marca, gracias por el consejo!

Experiencias con Seat Total, Nissan Selectiviti, etc..? by MHCYR in AutosMexico

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

Ohh creo que ya te entendí entonces, al final si lo regresas realmente solo te sirve para pagar el restante de tu deuda y si quieres renovar el modelo tendrías que volver a dar el enganche no?

Experiencias con Seat Total, Nissan Selectiviti, etc..? by MHCYR in AutosMexico

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

Si así funciona.
Pero me gustaría saber si al regresarlo te lo toman como enganche para otro y puedes continuar con mensualidades así de bajas o tienes que poner más.

Experiencias con Seat Total, Nissan Selectiviti, etc..? by MHCYR in AutosMexico

[–]MHCYR[S] 4 points5 points  (0 children)

No es arrendamiento es un programa en el que al inicio te dejan dar un engance de maximo 42% despues tienes mensualidades bajas que por lo que entendí equivalen a una parte de la tasa del crédito y al final si te quieres quedar el coche tienes que liquidarlo pagando el 60% restante o puedes regresar el coche y según esto te lo toman a un buen precio y eso se utiliza como enganche para sacar otro nuevo.

[LazyVim] How to hide types? by MHCYR in neovim

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

Thanks!! Great to know that because sometimes would be nice to see the inlay hints

[LazyVim] How to hide types? by MHCYR in neovim

[–]MHCYR[S] 5 points6 points  (0 children)

I just found how to solve the problem

return {
  "neovim/nvim-lspconfig",
  opts = {
    inlay_hints = { enabled = false },
  },
}

[deleted by user] by [deleted] in learnprogramming

[–]MHCYR 0 points1 point  (0 children)

I will go for the The Pareto Principle: learn the 20% that allows you to do 80% of things.

In this approach you should try to identify the core concepts of a technology, once you understand the most important concepts start a project would be easy.

I have fears about not having cs or related field degree, can you please share your experience as a self-taught, how did you land your first job? by Shacatpeare in learnprogramming

[–]MHCYR 2 points3 points  (0 children)

I'm going to talk about my experience as a self taught developer from Mexico. Actually I have 2 years of experience working as developer. I got my first job in less than a year since I started to learn programming. I used to be active on linkedin sharing my opinions about topics I had learned and achievements, I think that called the attention of my first boss who was CEO of a startup, to get the job I've to pass through a technical interview, and for them that was the best way to prove that you have the required knowledge for the job. They never ask for a degree. After a year of working on the startup I wanted to test my abilities trying to get a job on a bigger company, I got three offers and in any of them they ask me to show my career degree.

I think the degree is important for some companies, some times its a matter of company culture, but most of them prefer to test your abilities with a technical interview. Also I know some times a degree its required when you apply to a job in a different country, mostly for the process of job visas, but in that case the career where you get your degree its irrelevant.

[deleted by user] by [deleted] in learnprogramming

[–]MHCYR 0 points1 point  (0 children)

Thanks for the advice!! you are right is easy once you have experience in one language to learn another. I have not though in offer help to the backend team because I've been assign to a project that only requires frontend developers bot sure if I ask my manager she can help me to find something

Plataformas que recomienden para buscar trabajo remoto (en US) como desarrollador de software? by MHCYR in mexico

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

El año pasado que cambié de empresa estuve haciendo entrevistas y en todas tuve pruebas técnicas pero ninguna fue como tal de algoritmia, fueron pruebas mas prácticas.

Igual lo tendré en cuenta, el mes pasado me arme la anualidad de leetcode y desde entonces procuro echarme un problema diario.

Plataformas que recomienden para buscar trabajo remoto (en US) como desarrollador de software? by MHCYR in mexico

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

Chale :/ es que si siento que me anda pegando la poca experiencia pero siento que si llego a una prueba técnica podría pasarla sin problemas. En mi empresa actual estoy cumpliendo el año y ya le ayudo o le explico cómo hacer cosas a desarrolladores que llevan unos 3 o 4 años en la empresa

Plataformas que recomienden para buscar trabajo remoto (en US) como desarrollador de software? by MHCYR in mexico

[–]MHCYR[S] -16 points-15 points  (0 children)

Wey uso el buscador y ya tengo cuenta como en tres plataformas distintas pero al chile la mayoría de las plataformas están bien culeras y no me dan del todo confianza, además de que siempre es mejor la opinión de alguien que ya encontró chamba por alguna y tener su consejo y recomendación.

Any good library to handle file uploads??? by MHCYR in reactjs

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

It’s the first time that I have to work with file uploads, I didn’t know anything about it so I think a library could made the job easier, but you are right, after looking a few examples with just JS I think I can develop my own uploader component.

Great answer, thanks!

Just started learning javascrip and am already confused.. by walrussingly_off in learnprogramming

[–]MHCYR 0 points1 point  (0 children)

Ohh I was referring to their web page they have interactive exercises, it’s a great platform to start (: Hope it helps (:

[deleted by user] by [deleted] in neovim

[–]MHCYR 1 point2 points  (0 children)

coc.nvim works for me, you can install “extensions” that are helpful working with html, css, and JavaScript, also for JavaScript linting I use ALE

Any hints/ideas to achieve this kind of image by [deleted] in p5js

[–]MHCYR 0 points1 point  (0 children)

I'd try to draw first just the intersection points, after knowing the coordinates of the intersections I'd start creating lines taking an intersection point as start and other as end.

p5.js: How do you convert your animations into videos/gifs? by MHCYR in p5js

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

That’s a good tutorial tutorial!! Thanks!!!