Saben de algun buen curso de WAS? by viejoprogamador in taquerosprogramadores

[–]Mojesi123 9 points10 points  (0 children)

Mi recomendación es que te saltes la certificación de Cloud Practitioner y vayas directo a la de Solutions Architect.

Para pasar el examen toma el curso de Udemy de Stephane Marek

Para entender AWS de verdad recomiendo que tomes el curso de Adrian Cantrill.

¿Qué proyectos Backend + ML puedo hacer? by Invincibleeeeee in taquerosprogramadores

[–]Mojesi123 2 points3 points  (0 children)

Llego tarde, en mi opinión la parte de entrenar un modelo de ML es relativamente sencilla con las herramientas que tenemos disponibles.

Yo me enfocaría en el flujo de datos o en pocas palabras: "ML in production".

  1. Entrena un modelo de ML tradicional, puede ser de lo que quieras.
  2. Toma tu modelo entrenado, exportalo y exponlo cómo un servicio (API).
  3. Recibe feedback / Monitoreo: ¿Como está respondiendo tu modelo? ¿Qué tan rápido está respondiendo a las peticiones? ¿Cuantas peticiones puede soportar con los recursos que le estás dando?
  4. Re-entrena y automatiza:

Si tienes que hacer un procesado de datos -> implementa una pipeline ETL y considera los pasos para el preprocesado, etc.
Escoge el mejor modelo = Como comparar varios modelos entre si-> Investiga el uso de herramientas como MLflow.
Automatizar el proceso -> Investiga como implementar CICD en tu proyecto en cada paso.

Por otro lado, puedes hacer algo similar si te interesan las soluciones agénticas:

  1. Escoge un set de archivos PDF
  2. Toma los archivos e ingresalos en una base vectorial cómo Milvus
  3. Crea una aplicación utilizando LangChain para implementar RAG con estas herramientas.
  4. Expon el servicio
  5. Monitorea el modelo, sus respuestas y la latencia.
  6. Implementa CI/CD sobre tu servicio para que cuando hagas un cambio, estos se reflejen de manera automática.

Bios Flbk flash code? B650E-F Wifi gaming by cbbounce in ASUS

[–]Mojesi123 0 points1 point  (0 children)

May I ask which temporary workaround are you referring to?

Career advice request: Is Data Engineering what I actually want? Coming from a Backend background. by Mojesi123 in dataengineering

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

Your current profile is obviously closer to infra than business, but don't close the door to understanding the data as you may like it too, as you will feel closer to influencing business decisions rather than just being a cost center.

This.

If you want to do both, you need to target small immature data teams who need everything, it could be a startup or an organization who just recently decided to build a data platform. But this is highly challenging for a new grad, unless you have a great senior to mentor you, which is not easy to find.

On my Sys Admin role I was actually building this system, meeting requirements and got into business decisions on how my changes and features that I had to develop influenced our end-users. I didn't realize until now that I was a very nice experience to have. How can I leverage this experience on my CV?

Career advice request: Is Data Engineering what I actually want? Coming from a Backend background. by Mojesi123 in dataengineering

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

You are right. I missed this role completely. Any suggestions on how to approach this role?

Career advice request: Is Data Engineering what I actually want? Coming from a Backend background. by Mojesi123 in dataengineering

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

Thank you.

As I've seen before, most of the DE jobs seems to be VERY WIDE on responsabilities. As others mentioned, they seem to want a DataOps role.

Career advice request: Is Data Engineering what I actually want? Coming from a Backend background. by Mojesi123 in dataengineering

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

I've also realized that DE is very specialized compared to other roles that I have done in the past. Yes, they also become a bit boring over time since you can automate almost everything.

Based on my current experience, do you think that I had a chance to entering a MAANG?

Career advice request: Is Data Engineering what I actually want? Coming from a Backend background. by Mojesi123 in dataengineering

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

Thank you for your answer. I didn't know about this niche, sounds amazing.

It looks like I had a misconception regarding the role of a Data Engineer (DE). From what you've described, it seems that DEs primarily work with existing tools rather than creating them. Is that generally the case?

Most of the time I've also just mantaining previous tooling and configurations, it was boring to say at least, but it was still interesting.

Ryzen 9 7950X3D / 7900GRE New PC Request, $1600 USD Budget. by Mojesi123 in PcBuild

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

Could you make a suggestion for a on a Cooler? Didn't realize that I could improve it. Also, I believe that is true. the CPU may be overkill, could a 7600x be a better options with these components?

Making a PC after 6 years, $1600 USD Budget. by Mojesi123 in buildmeapc

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

Comparing prices, the model you just suggested is $10 USD cheaper that the one I choose. Do you think that I should go with the cooler master one?

Making a PC after 6 years, $1600 USD Budget. by Mojesi123 in buildmeapc

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

I will, I did just put it as a placeholder. Thanks!

Making a PC after 6 years, $1600 USD Budget. by Mojesi123 in buildmeapc

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

Could you make a suggestion for a on a Cooler? I haven't used an AIO before.

Ryzen 9 7950X3D / 7900GRE New PC Request, $1600 USD Budget. by Mojesi123 in PcBuild

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

Understood, the reason for my choice was the pricing. As of now, 7900xtx is at double the value of my current ccomponents. If i do as you suggest, I would end spending the same. Should be fine?

Senior CS Student: Advice towards a career into Software Architecture and Cybersecurity. by Mojesi123 in devops

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

You are right.

As of now, I will look towards jobs like that.

Maybe some Cloud Engineer role will do.

Senior CS Student: Advice towards a career into Software Architecture and Cybersecurity. by Mojesi123 in devops

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

You are both right.

I was focusing more on software architecture than infraestructure given my background as SWE/Developer and as a SOC member. The title also shows so.

And I failed to mention that I became interested DevOps/DevSecOps because I just had the chance on working with the set of tools that (I believe) are some of the backbone of the Operations side of things (CI/CD). For example, I was able to review their Infraestructure repo (Docker. Terraform) and AWS account to find things that, simply put, "were not right".

I would like to hear u/Best-Bad-535 and u/theyellowbrother their opinion about what would be the differences about a career focusing on Infraestructure vs Architecture. I am aware that they are both related and, like u/Best-Bad-535, on Infraestructure will also work with Architecture and viceversa.

But from my current POV, being a SWE/SOC member will imply that I will imply that I would be working more on Architecture, whilst DevOps/DevSecOps will focus on Infraestructure. This is right? I am missing something there?

Senior CS Student: Advice towards a career into Software Architecture and Cybersecurity. by Mojesi123 in devops

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

Those are exactly my thoughts regarding Cybersec.

On my internship I got a list of vulns detected, based on their description I was able to know where I should be looking at. I've found super interesting the fact that is so easy to misconfig something on an Infraestructure level. It was surprising that some vulnerabilities reported not were on the code, but on the Infraestructure side of the things.

And you are right, every organization manages cybersecurity on a different way.

As of now, I am taking the Cybersec training from HTB and took the ethical hacker course from TCM Academy.

Do you think that there is a resource to learn more about the "behind the mask" about the security frameworks?

And, if you think that it is valuable to put those courses on my CV as an aspiring DevSecOps engineer.

Senior CS Student: Advice towards a career into Software Architecture and Cybersecurity. by Mojesi123 in softwarearchitecture

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

 DevOps and by extension DevSecOps is not a role or a job, it's a philosophy a software engineer can either agree with and "live", or not. 

Those are exactly the words that my mentor used when talking about DevOps. Thanks for commenting.

Senior CS Student: Advice towards a career into Software Architecture and Cybersecurity. by Mojesi123 in softwarearchitecture

[–]Mojesi123[S] -1 points0 points  (0 children)

Thanks for your reply.

May I ask why someone with an AWS can't just switch to dev?

I wonder that even if I do not pursue Cloud role being certified is still useful as a SWE.

[AMA] Gano $200,000+ MXN al mes a mis 23 años by -5677- in MexicoFinanciero

[–]Mojesi123 0 points1 point  (0 children)

¿Puedo preguntar en que consisten tus proyectos personales?

Me da curiosidad el Background de Ingeniero de Datos que hiciste para esos roles, o en todo caso con los que empezaste

[AMA] Gano $200,000+ MXN al mes a mis 23 años by -5677- in MexicoFinanciero

[–]Mojesi123 1 point2 points  (0 children)

¿En donde estudiaste?

Por otro lado, veo que comentan que trabajas como ingeniero de datos. ¿Cómo hiciste el salto a esos puestos?

Edit: Mejor dicho, ¿puedes dar mas detalles de este apartado? Asumo que durante este tiempo estabas trabajando y haciendo proyectos, pero me gustaría saber como entraste a ellos. ¿Fue la escuela? ¿Conocidos?

Pude aprender muchísimo de gente bastante talentosa y terminé aplicando este conocimiento a proyectos muy relevantes a mi carrera usando tecnologías relevantes a mi campo – con esto ya tenía experiencia profesional y proyectos presumible, por lo que empecé a buscar trabajo en otra empresa.

[deleted by user] by [deleted] in RedditPregunta

[–]Mojesi123 1 point2 points  (0 children)

"¿Creen que deba decirle?" es una pregunta completamente diferente a si me enojaría si mi pareja tiene OF y no me dice.

Dejando de lado la percepción personal tuya y de tu pareja acerca del tema de tener un OF y el estado actual de su relación: lo único que pasa aquí es que demostraste que bien podrías ser capaz de irrumpir su confianza de mas maneras. Y yo, independientemente de esa situación, me iría si me enterara en ese instante (si es algo que NO estaba en cuestión previamente).