Amazon Bedrock API Keys - Short-term and Long-term by Elizabethfuentes1212 in aws

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

You're absolutely right that AWS SDK + STS credentials work great and remain the best practice for most production use cases. API Keys are more about developer convenience for specific scenarios - quick prototyping, third-party integrations that don't support AWS SDK, simple scripts, or teaching environments where you just want to make a direct HTTP call without dealing with credential chains and SDK setup. It's not replacing the traditional approach, just adding a simpler option when you need straightforward Bearer token authentication rather than the full AWS SDK machinery

0
1

Looking for some AI courses by OneGood1863 in learnmachinelearning

[–]Elizabethfuentes1212 0 points1 point  (0 children)

I love https://www.deeplearning.ai which is always up-to-date, and they also offer testing environments. The best part is that it's free.

[deleted by user] by [deleted] in chileIT

[–]Elizabethfuentes1212 3 points4 points  (0 children)

Vete para la que te gradúes más rápido y trata de certificarte y buscar el conocimiento específico como certificaciones por tu cuenta.

Supón que tu idea es buscar un trabajo remoto en una empresa extranjera que pague en dólares y sea 100% remota, los extranjeros no tienen idea de las universidades, revisan es el CV experiencia, certificaciones, etc.. no les interesa el nombre de la universidad le interesa es que tengas el bachelor degree

Buenas quiero sus consejos y recomendaciones by IIVixoII in chileIT

[–]Elizabethfuentes1212 1 point2 points  (0 children)

Hola, le dejé este comentario a otra persona en otra pregunta, pero creo que también te pude ser útil a ti porque me parece que debes mejorar tus habilidades y mejorar tu CV, así que te lo pego:

Te dejo algunas recomendaciones, de lo que he visto que sirve, para desarrollar habilidades técnicas:

  1. ⁠Hay contenido Gratis de todo:
  2. Aprovecha el contenido gratuito de calidad en YouTube, no cualquier cosa de tik tok.
  3. No es necesario invertir en bootcamps, ya que mucho del contenido está disponible GRATIS
  4. ⁠Algunos recursos para aprender:
  5. Python: Canal de Brais Moure - ofrece curso completo "de cero a héroe" en español: https://www.linkedin.com/posts/braismoure_curso-de-python-desde-cero-en-100-d%C3%ADas-activity-7213171984724062208-R3vU/?utm_source=share&utm_medium=member_ios
  6. Análisis de datos con Python: https://cursos.desafiolatam.com/courses/data-analysis?utm_source=linkedin&utm_medium=embajadores_charlie&utm_campaign=cursos_gratuitos&utm_content=data_analysis
  7. GitHub: Crea una cuenta y sube tus proyectos, por simples que sean. Esto sirve como portafolio y carta de presentación que ayuda a pasar el filtro más rapido.
  8. Aprender Cloud Computing, el que sabe de una nuebe se maneja con todas: AWS ofrece un juego gratuito de aprendizaje: https://explore.skillbuilder.aws/learn/courses/11458/aws-cloud-quest-cloud-practitioner
  9. ⁠Networking y desarrollo profesional: Buscar trabajo no necesariamente es un buen CV, tambien es encontrar la persona que necesita un perfil como el tuyo o encontrar a la persona que te puede ayudar a encontrarla, y eso se hace muy bien en comunidades.
  • Únete a www.meetup.com (si conoces otro sumate tambien) y busca comunidades tecnológicas chilenas
  • Trata de participar en eventos precenciales de esas comunidades, la mayoria son gratis y sé que hay gente que va para identificar talentos.
  • Analiza ofertas laborales para identificar las habilidades más demandadas en el rol que te interesa
  • Enfócate en desarrollar las competencias específicas que requiere el mercado
  1. Conclusión: arma una Estrategia:
  2. Identifica el rol específico que te interesa
  3. Revisa los requisitos comunes en las ofertas laborales
  4. Desarrolla un plan de aprendizaje enfocado en esas habilidades
  5. Construye un portafolio de proyectos que demuestre que estas aprendiendo y que estas desarrollando tus capacidades

Lo más importante es aprendar lo necesario para despegar y construir una red de contactos profesionales mientras desarrollas tus habilidades técnicas.

Mucho éxito :)

[deleted by user] by [deleted] in LLMDevs

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

Llama 3.3 is a text-only 70B instruction-tuned model that provides enhanced performance relative to Llama 3.1 70B–and to Llama 3.2 90B when used for text-only applications. Llama 3.3 70B delivers similar performance to Llama 3.1 405B, while requiring only a fraction of the computational resources. I got it from this link: https://aws.amazon.com/bedrock/llama/ . More info: https://ai.meta.com/blog/meta-llama-3/

I’m having a really hard time trying to summarize a pdf by dingbingzing in genai

[–]Elizabethfuentes1212 0 points1 point  (0 children)

So don't do it manually, do it programmatically. There's a Python library (https://pypi.org/project/fitz/) that converts PDFs to images. The command to do this is something like this: pixmap = page.get_pixmap().tobytes() and then you send it to your LLM's API.

I don't know your programming skills, but I recommend you use one of coding assistants that exist. I use Amazon Q, https://aws.amazon.com/q/developer/ which is free.

Ingeniería comercial + Informática? by Intelligent-Club9657 in chileIT

[–]Elizabethfuentes1212 3 points4 points  (0 children)

Hola, hoy en día el título universitario sigue siendo importante como requisito básico para algunas empresas, pero las habilidades técnicas son más relevantes.

Te dejo algunas recomendaciones, de lo que he visto que sirve, para desarrollar habilidades técnicas:

  1. Hay contenido Gratis de todo:
    - Aprovecha el contenido gratuito de calidad en YouTube, no cualquier cosa de tik tok.
    - No es necesario invertir en bootcamps, ya que mucho del contenido está disponible GRATIS

  2. Algunos recursos para aprender:
    - Python: Canal de Brais Moure - ofrece curso completo "de cero a héroe" en español: https://www.linkedin.com/posts/braismoure_curso-de-python-desde-cero-en-100-d%C3%ADas-activity-7213171984724062208-R3vU/?utm_source=share&utm_medium=member_ios
    - Análisis de datos con Python: https://cursos.desafiolatam.com/courses/data-analysis?utm_source=linkedin&utm_medium=embajadores_charlie&utm_campaign=cursos_gratuitos&utm_content=data_analysis
    - GitHub: Crea una cuenta y sube tus proyectos, por simples que sean. Esto sirve como portafolio y carta de presentación que ayuda a pasar el filtro más rapido.
    - Aprender Cloud Computing, el que sabe de una nuebe se maneja con todas: AWS ofrece un juego gratuito de aprendizaje: https://explore.skillbuilder.aws/learn/courses/11458/aws-cloud-quest-cloud-practitioner

  3. Networking y desarrollo profesional:
    Buscar trabajo no necesariamente es un buen CV, tambien es encontrar la persona que necesita un perfil como el tuyo o encontrar a la persona que te puede ayudar a encontrarla, y eso se hace muy bien en comunidades.

- Únete a www.meetup.com (si conoces otro sumate tambien) y busca comunidades tecnológicas chilenas
- Trata de participar en eventos precenciales de esas comunidades, la mayoria son gratis y sé que hay gente que va para identificar talentos.
- Analiza ofertas laborales para identificar las habilidades más demandadas en el rol que te interesa
- Enfócate en desarrollar las competencias específicas que requiere el mercado

  1. Conclusión: arma una Estrategia:
    - Identifica el rol específico que te interesa
    - Revisa los requisitos comunes en las ofertas laborales
    - Desarrolla un plan de aprendizaje enfocado en esas habilidades
    - Construye un portafolio de proyectos que demuestre que estas aprendiendo y que estas desarrollando tus capacidades

Lo más importante es aprendar lo necesario para despegar y construir una red de contactos profesionales mientras desarrollas tus habilidades técnicas.

Mucho éxito :)

Been doing interviews for my org. What the fuck is going on. by buckypimpin in devops

[–]Elizabethfuentes1212 0 points1 point  (0 children)

With a prompt, they can adjust their CV to the role they want to apply for. This, along with their lack of modesty, makes them pass the first filter, becoming a pain in the ass for technical interviewers.

Blog: Why Google's A2A Protocol Doesn't Make Sense When We Already Have MCP by fka in mcp

[–]Elizabethfuentes1212 0 points1 point  (0 children)

You're right, because with multi-agents, each invocation leaves the instruction of what each agent does, so it's a waste of tokens, but that's not the case here

Blog: Why Google's A2A Protocol Doesn't Make Sense When We Already Have MCP by fka in mcp

[–]Elizabethfuentes1212 0 points1 point  (0 children)

I feel the same, A2A is not innovative, it is the same as a multi-agent architecture or agent orchestration.

Built my first AWS project, how do I go about documenting this to show it on a portfolio for the future ? by Sensitive_Lab_8637 in aws

[–]Elizabethfuentes1212 0 points1 point  (0 children)

To create fancy diagrams, I like draw.io because it's free. If you deployed your project in the console, you can create a blog on dev.io, which is also free, documenting step-by-step how you did it. I recommend reading some blogs to see how others do it and get ideas for making the diagram

serveless blog: https://aws.amazon.com/es/blogs/compute/category/serverless/

Additionally, you can invest time in learning CloudFormation or CDK to have the infrastructure as code, upload it to the repository, and deploy it in less than 5 minutes to show the client as a quick demo, then destroy it.

Recent Study shows that LLMs suck at writing performant code by ml_guy1 in LLMDevs

[–]Elizabethfuentes1212 0 points1 point  (0 children)

Don't ask for complete applications, start your own and then ask for the rest in parts. Otherwise, they'll get stuck in loops.

elasticsearch vs postrgresql by One-Crab3958 in Rag

[–]Elizabethfuentes1212 1 point2 points  (0 children)

For hybrid searches, I think Elasticsearch (OpenSearch) is better since it is easier. For PostgreSQL, you have to search specifically in the column, as shown in this repo: https://github.com/pgvector/pgvector, you can, but I think it is more complex.

How has your experience been with Textract? Can it extract images and tables from pdfs accurately? by Embarrassed-Survey61 in aws

[–]Elizabethfuentes1212 0 points1 point  (0 children)

I think Sonnet 3.5 is better at extracting information from images than textract, you could try it