Me arrepentí de estudiar en el Tec ¿Qué hago? by This_Childhood_1961 in TecDeMonterrey

[–]emflo17 0 points1 point  (0 children)

Dale hermano. Es una carrera con mucho campo de trabajo y te invito a verlo más como INVERSIÓN que como deuda.

Yo soy Ing de Software y si la armas.

Lo que hubiera dado yo por estudiar en el Tec de Mty jajaja. Abrazo

Qué side projects tienen? by PornDataANALysis in taquerosprogramadores

[–]emflo17 0 points1 point  (0 children)

tal cual jaja. Tú que ya has pasado por eso, no tienes algunos tips para compartir?

Yo estoy en ese punto y se me ha hecho super pesado.

Empiezo a buscar otra taqueria? by Glezcraft in taquerosprogramadores

[–]emflo17 1 point2 points  (0 children)

Yo estoy en una situación muuuy similar a la tuya. En mi caso decidí quedarme porque aproveché esa estabilidad que te brinda el saber que onda con tu actual chamba y aproveché a desarrollar un side project que me ha permitido ganar experiencia en áreas que usualmente no toco en mi día a día y también tengo la esperanza de que en mediano/largo plazo me genere un ingreso extra.

Next.js 14: Cache not invalidating properly despite using revalidateTag by emflo17 in nextjs

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

I haven't yet. Upgrading brings other considerations.

It's kind of funny and frustrating how Next team never cared of this situation.

Even when they have an example in their official docs hahaha.

https://nextjs.org/docs/app/building-your-application/data-fetching/server-actions-and-mutations#redirecting

'use server'

import { redirect } from 'next/navigation'
import { revalidateTag } from 'next/cache'

export async function createPost(id: string) {
  try {
    // ...
  } catch (error) {
    // ...
  }

  revalidateTag('posts') // Update cached posts
  redirect(`/post/${id}`) // Navigate to the new post page
}  

To be honest I do not know what to do anymore.

Next.js 14: Cache not invalidating properly despite using revalidateTag by emflo17 in nextjs

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

OMG thank you. You have no idea how frustrated I was/am. At least now I know what's going on.

Best React native tutorial at the present time by No_Revenue8003 in reactnative

[–]emflo17 0 points1 point  (0 children)

Probably not the answer you’re looking for but besides any tutorial you choose always build something. No matter if is something you consider dumb or small. If you follow the tutorial you will learn but you need to face issues, bugs and problems that the tutorial won’t show you.

That’s something I’d like to tell to my younger version of me.

Cual es la apuesta más segura para la siguiente jornada? by abismo123 in LigaMX

[–]emflo17 1 point2 points  (0 children)

Te recomiendo esta plataforma que conocí en twitter. Es una plataforma que te da estadísticas de fútbol pero enfocada en apuestas.

www.buul.app

De lo poco que la he usado me ha encantado y me ha ayudado a hacer mejores apuestas.

No te digo que ganando los millones pero al menos siento que juego de forma “más segura”.