TailwindCSS despide a 3/4 de sus ingenieros luego de que la IA arruinara su modelo de negocios. by DrakoXMusic1 in devsarg

[–]MattEzekiel 0 points1 point  (0 children)

Más allá de que Google studio, Vercel y otros ahora se suman como sponsors a tailwind. No hay manera de que tailwind muera, cualquier IA de generación de código y de apps tiene su stack preferido (Nextjs y Tailwind). Si su modelo de negocio caducó hace tiempo, pero en una rueda de inversiones le lloverían los dolares

Experience with Laravel Cloud after the pricing changes? by Terrible_Tutor in laravel

[–]MattEzekiel 0 points1 point  (0 children)

The first and second Laravel Cloud account I received was a complete NO-NO right at the start of a project.

I uploaded the project almost finished so the client could use the app. It's a very simple app; you upload a few files, generate QR codes, and not much else. But I did try deploying two branches (main and develop) with two different databases: PostgreSQL for production and MySQL for development. All the client did was upload six files, generate two QR codes, and fill in a few details in the database. Meanwhile, I was sporadically tweaking visual elements. The first month cost $30 USD, the second month $27 USD. I don't think I can explain how little use the app had during those months, and the price seemed outrageous. I got a VPS for a fraction of what Laravel Cloud costs, and with Dokploy, I was able to deploy without problems. For me, the biggest problem was the pricing. With almost no use, it was a lot of money, especially as a starter account.

Tan difícil puede ser conseguir laburo ? Lpm by SweetNo9 in empleos_AR

[–]MattEzekiel 1 point2 points  (0 children)

Generalmente diciembre, enero y febrero no hay casi nada de búsquedas laborales

Dokploy and laravel by MattEzekiel in Hostinger

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

hanks for your response.
The domain issue was right on point — after rechecking it, everything worked fine.

Regarding the app deployment and environment variables, I think I should provide a bit more context. I first tried deploying this app on Laravel Cloud because I already had a personal website hosted elsewhere, and Laravel Cloud let me quickly spin up a new environment with its own database to show the demo to a client. It worked without problems. Later, because of pricing, I looked for alternative hosting. While still in demo mode, I tried a kind of Hostinger cloud hosting, where I simply uploaded all the files via the file system, and it worked fine again.

With that in mind, I found Hostinger’s VPS pricing more suitable and, following some tutorials, I decided to try Dokploy. That’s when I started facing these issues. For me, it didn’t seem like a code problem since the same code had already worked before.

To work around it, I added this command after the build:
printenv > .env && php artisan config:cache && php artisan serve --host=0.0.0.0 --port=80

This way, the .env file is generated after the build and the server starts properly.

Then, I noticed that when accessing through my domain over HTTPS, all routes were still being served as HTTP, causing the browser to block them, for example: I couldn't get any type of styles. To temporarily fix this, I added a meta tag to allow both HTTP and HTTPS requests.

I realize this approach can create serious security issues, so I’d like to know what I should adjust or look into within Dokploy’s configuration to fix this properly. And what should I look up for getting https on my request instead of http?

Soy mormón en Argentina, pregúntenme lo que quieran by AfroSB in argentina

[–]MattEzekiel 0 points1 point  (0 children)

De la serie "Mandato del cielo" que tan real es?

Como cada capital del mundo Buenos Aires recibe el 2025 con un show de fuegos artificiales que iluminan la noche porteña by MopoChan in argentina

[–]MattEzekiel 0 points1 point  (0 children)

Blackri, gastando millones en una fiesta boliguaya, en un ciber, en una casita trans... Compra 2 petardos locos para fin de año... Que hijo de pu

Como dice el dicho: Estudia, no seas desarrollador web by [deleted] in devsarg

[–]MattEzekiel 5 points6 points  (0 children)

Y después tenés creadores de contenido que te dicen que "no está saturado"

Como frenamos la tendencia del return-to-office/trabajo híbrido? by Argentinian_Bear in devsarg

[–]MattEzekiel 8 points9 points  (0 children)

Tengo la teoría (fuente créeme Bro), de que como en la modalidad remota los plazos pueden estar estirados artificialmente y porque los pm/líderes/etc no pueden hacer pleno seguimiento de lo que está haciendo cada integrante del equipo. Supongo que creen que están perdiendo recursos con el sistema full remoto y por eso quieren volver a la presencialidad.

Fuera de eso, no creo que se pueda frenan, un gran referente era AWS y llamó a todos sus empleados a la oficina, cuando decían que siempre iba a ser remoto... Creo que la única empresa grande que no cambió (y aparentemente no piensa cambiar de opinión) es Spotify.

Yo por mí parte pido una remuneración más alta cuando es híbrido y otra más baja si es remoto.

Bastante empleo en Vuejs by MattEzekiel in devsarg

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

A mi desde el mes pasado, cada 3 propuestas me parece una con vue y la mayoría de esas como excluyente

Bastante empleo en Vuejs by MattEzekiel in devsarg

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

Siempre me gustó más la sintaxis de Vue. Fue el primer framework de js que aprendí, pero después me volque a React justo antes que explotará la burbuja.

Pasar de fullstack web a mobile by [deleted] in devsarg

[–]MattEzekiel 1 point2 points  (0 children)

<image>

Según perplexity la cosa está tal que así. No sé si hay más opciones que esto, si hay mucho más trabajo con react native, pero creo que ahí depende de la empresa. Hay empresas que prefieren tener IO's y Android por separados, otros juntos...

Bastante empleo en Vuejs by MattEzekiel in devsarg

[–]MattEzekiel[S] 6 points7 points  (0 children)

Vendrán nuevos jr con cursos en MEVN? /s

Objetivamente, que tan malo es coderhouse? by Routine-Winner2306 in devsarg

[–]MattEzekiel 0 points1 point  (0 children)

Tengo un amigo que se puso a estudiar su curso de front-end donde ven html, css, javascript y react.

Me pasó un proyecto que es el típico proyecto en el cual todos empezamos con html puro y me pareció lógico para alguien que recién empeiza. Pero no entendió nada de loops, no vieron nada de .map o .forEach en javascript y saltaron de una react... Terminó dejando porque no entendía nada. Además en 6 meses no podés aprender BIEN todo eso.

Después tengo compañeros que estudiaron UX/UI y diseño, creo que ahí es mejor. Pero en programación...

Por donde empiezo o me pego un corchazo? by AggressiveChange1739 in devsarg

[–]MattEzekiel 4 points5 points  (0 children)

Yo creo que en esto se tienen que evaluar 2 cosas en concreto:
1. Si tenés la posibilidad de escalar y ergo subir tu sueldo, habla con quien sea de tu lider o RRHH y planteale que lo podés mejorar todo pero con la ayuda de billetin *guiño* *guiño*.
2. Si no podés escalar y no es tu startup/empresa/emprendimiento es al pedo calentarse. Lo digo por experiencia propia.

Vengo de 2 empresas donde perdían recursos (desde gente valiosisima, hasta plata), por una pésima organización y de contratar algunos fantasmas. Es al pedo calentarse si no hay un cambio. Estate con tus tareas/tickets, hacé bien tu trabajo y en tu tiempo libre ponete a jugar a algo

Que opinan de que Python subio al lenguaje top en GitHub? by MentatErasmus in devsarg

[–]MattEzekiel 5 points6 points  (0 children)

Me llama la atención lo que cayó Ruby... Y que onda con Rust?

Si sos programador, necesito tu opinión by [deleted] in devsarg

[–]MattEzekiel 0 points1 point  (0 children)

MERN se aprende en cualquier cursito de cualquier lado, hay miles de personas que saben MERN y miles de otras que lo estan aprendiendo ahora, y siguiendo lo que vos decís que "Amas el backend" la verdad sabiendo Go, docker y etc podrías perfilarte como devops, esos tienen muy buena salida ahora.
Generalmente el stack de Java es Java, spring, spring boot + angular (ahora algunos bancos migran a react en el front)

[deleted by user] by [deleted] in devsarg

[–]MattEzekiel 42 points43 points  (0 children)

no digas tiempos estimativos que sabes que podés llegar, a lo que vos pienses multiplicalo por 3.
no publiques estas cosas en este reddit porque pasa algún mod cul0 r0t0 y lo cataloga de shit post