@Fernando_Her85 Me paso hoy casualmente en la clase 59 del curso React Native Expo, sale un warning de SafeAreaView (en el código no lo uso), use la IA y no supo, Googlee y encontré un post de GitHub que efectivamente hay que esperar a que salga un update de RN
@Fernando_Her85 Podría ser algo de AI, orquestación LLMs y observabilidad (LangFuse/splung/Mezmo…), MCP, agentes, reglas - Contexto para desarrollo ágil.
Algo de Go. Arquitectura hexagonal en algún framework…
@diana_nerd Aunque o comparativa el Mac se los va a llevar, al ser SOC, en unas cuantas décadas que existan en Linux y windows sería bueno una comparativa….gracias por comentarnos tu experiencia, mientras tanto yo sin dinero pues larga vida a Linux !!
@DevTalles@Fernando_Her85 Que rápida respuesta !
Creía haber visto un error al ejecutar cinemapedia del año pasado, a la final la app corrió bien aunque toca me toca hacer pequeños ajustes de tamaños (iPhone 16). Pero quizá algunas clases de autenticación con redes sociales
@DevTalles@Fernando_Her85 Espero que el profe evite usar muchas librerías, me desanima React Native por la dependencia de terceros, sin embargo a la espera de que salga el curso !, un abrazo
@DevTalles@Fernando_Her85@DevTalles veo ahora que existe Kotlin MultiPlatform, dicen que es mejor que React Narive y Flutter, ya lo tienen en el radar ? Algún curso para el futuro ?
GET, POST, PUT... Common HTTP “verbs” in one figure. Next week's topics will be listed at the end.
1. HTTP GET
This retrieves a resource from the server. It is idempotent. Multiple identical requests return the same result.
2. HTTP PUT
This updates or Creates a resource. It is idempotent. Multiple identical requests will update the same resource.
3. HTTP POST
This is used to create new resources. It is not idempotent, making two identical POST will duplicate the resource creation.
4. HTTP DELETE
This is used to delete a resource. It is idempotent. Multiple identical requests will delete the same resource.
5. HTTP PATCH
The PATCH method applies partial modifications to a resource.
6. HTTP HEAD
The HEAD method asks for a response identical to a GET request but without the response body.
7. HTTP CONNECT
The CONNECT method establishes a tunnel to the server identified by the target resource.
8. HTTP OPTIONS
This describes the communication options for the target resource.
9. HTTP TRACE
This performs a message loop-back test along the path to the target resource.
Over to you: What other HTTP verbs have you used?
--
Subscribe to our weekly newsletter to get a Free System Design PDF (158 pages): https://t.co/FIzCeaWsZV
@lujoorl@Fernando_Her85 React Native me parece bueno al ser React pero hay que tener cuidado con los paquetes de terceros, si usas un paquete puede que en 2, 6 meses o 1 año o….cambien el paquete o le dejen de dar soporte…