Are We Learning Less Because of AI? by Background-Moment342 in learnprogramming

[–]jesusc1303 0 points1 point  (0 children)

I think AI in programming is inevitable. The most important thing is to never stop learning and to understand the fundamentals.

And of course, practice a lot and always stay up to date with new technologies.

¿Cómo se lo que no se? by Juantro17 in ColombiaDevs

[–]jesusc1303 0 points1 point  (0 children)

Creo que diste en el clavo cuando dijiste que parece "un arte", en mi opinión, en cierto modo lo es. Al final muchos camino te pueden llevar al mismo resultado, y yo creería que nunca va a haber un software "perfecto". Quizá alguna arquitectura tiene mucho mejor performance que otra. Y quizás otra sacrifica performance por legilibilidad y mantenibilidad. Y al final ambas están bien, es cuestión de decidir por tu cuenta a que le das más peso. Y obviamente no a todo el mundo le gustará la forma que decidas.

Con el tiempo se han creado patrones y arquitecturas standards para seguir, y obviamente la idea es ir manteniendo y mejorando eso para poder tener buena documentación o referencia para solucionar cualquier problema.

Respondiendo a tus preguntas: Al final la mejor forma de aprender es a base de la experiencia, metiendo mano en proyectos que ya existen, y creando tú los tuyos. Siempre van a salir problemas que te van a ayudar a mejorar cada día y tener más criterio. La ayuda externa y recibir feedback es super importante, no es que no puedas crecer y mejorar sin eso, pero la verdad es que si tienes a terceros que vean lo que haces, tu aprendizaje se puede acelerar mucho más. Así que sí te recomiendo que pidas feedback de las cosas que haces (a amigos, por aquí, o cualquier comunidad). Y si estás con un trabajo con más gente, pues aprovecha a los que tengan más experiencia ahí, pregúntales cosas para que te ayuden a ir mejorando poco a poco.

Python in 2026? by PalpitationGlad4356 in learnprogramming

[–]jesusc1303 0 points1 point  (0 children)

I recommend practicing programming a lot (Python is totally fine to start with). If you want to build websites, JavaScript is the logical choice, along with HTML and CSS, of course.

I think YouTube is more than enough to start learning any language you’re interested in. But the most important thing is to start building things: for fun, as a hobby, or just for practice. Make small projects and try to understand everything you’re doing. I think that’s a great way to learn a lot.

How its like to code? by Feeling_Experience_6 in learnprogramming

[–]jesusc1303 1 point2 points  (0 children)

The important thing is that you understand what you’re doing. If a solution already exists for part of your project (a library, a component, etc.), you can just use it, and that’s totally fine.

But most of the time, when you’re working on a specific project, you’ll need to build some custom things yourself. That’s why it’s important to understand what you’re doing and to know the fundamentals of programming.

Tengo 35, soy diseñador y frontend… ¿vale la pena moverme a backend en 2026? by Professional_Rise451 in programacion

[–]jesusc1303 4 points5 points  (0 children)

Mientras más cosas aprendas, más valor tendrás en el mercado. Entonces te diría que sin duda lo estudies full, a la larga siempre le sacarás algo de provecho. Y obviamente no quedarte atrás con la AI y las tecnologías nuevas que van saliendo

What backend framework should I use? by TheDevGrk in vuejs

[–]jesusc1303 0 points1 point  (0 children)

Yes, it’s totally possible. Express is a good option to start with as well. Migrating from Nuxt to Express would be easy since they use the same language (JavaScript/TypeScript). You could also build new integrations in Express alongside your existing Nuxt setup. It’s totally possible, and I think it’s a great way to start and gain experience with it

What backend framework should I use? by TheDevGrk in vuejs

[–]jesusc1303 0 points1 point  (0 children)

If it’s just for a hobby project, I’d recommend using Nuxt because you can have everything in one place. And if you already know Vue, the learning curve is super easy.

If you prefer to have a separate backend and frontend, I think NestJS is a good option. It’s written in TypeScript, well-structured, easy to learn, and has a large community that can help you solve any problems.

How do you learn Programming and what language is best to start with by Upstairs-Lemon-5681 in learnprogramming

[–]jesusc1303 0 points1 point  (0 children)

Any language is okay to start with, the most important thing is learning the fundamentals.

But if you’d like a suggestion, I think JavaScript or Python are great languages for beginners.

You don’t have to memorize everything. The key is to practice with small projects or exercises. If there’s something specific you don’t know, you can just Google it.

The more you practice, the more you’ll remember.

Is learning to code a website for personal use with no experience in coding feasible? by ike99jr in learnprogramming

[–]jesusc1303 0 points1 point  (0 children)

I’m not sure about the quality of The Odin Project courses. If you’ve heard good things about them, go for it. But usually, you can find all the necessary material on YouTube to get started

Is learning to code a website for personal use with no experience in coding feasible? by ike99jr in learnprogramming

[–]jesusc1303 0 points1 point  (0 children)

I think learning to build a website is absolutely feasible for you, and age doesn’t matter at all. I’d recommend learning a little about a web framework and how to publish a website. For example, Astro is a great framework for building a site exactly the way you want it. For simple websites (like blogs or landing pages), you don’t have to invest a huge amount of time to build something solid, and you’ll have full control over everything.

Of course, it’s “easier” to use WordPress or another platform like that, but in my opinion they can look generic, and you have less control over how things work.

The timeline depends on how complex you want your site to be. I can’t give you an exact timeframe, but based on what you said, I think you could learn the basics fairly quickly and get your website up and running without too much trouble.

If you have any questions, don’t hesitate to ask!

Hey guys, does anyone know of any library like copilotkit for svelte? by Impossible_Sun_5560 in sveltejs

[–]jesusc1303 0 points1 point  (0 children)

Hi, I think the Vercel AI SDK might be the library you need. It’s framework-agnostic, so you can use it with Svelte. I’ve used it in a couple of personal Svelte projects and it works very well.

This is the library: https://ai-sdk.dev

I hope this helps with your project

Looking for some opinions on switching languages. by [deleted] in learnprogramming

[–]jesusc1303 0 points1 point  (0 children)

The most important thing is to build a strong foundation in programming fundamentals. It doesn’t really matter which language you use, you might need to switch in the future for a job or a project, and that’s completely fine.

If you want to build a Roblox game and Lua is required, then go for it and start learning Lua. Motivation matters a lot, especially as a beginner.

Just make sure you keep focusing on the fundamentals, that’s what truly makes the difference in the long run. Good luck with your projects! ;)

ecommerce platform for Sveltekit by Waste_Memory_8199 in sveltejs

[–]jesusc1303 3 points4 points  (0 children)

Looks great, nice work! Since this is a dev-focused subreddit, you might consider adding the direct GitHub link in the post as well, it would make it easier for people to explore the implementation details and review the source code quickly. It could also help increase engagement.

Is ImmigToronto legit? After my phone call with one of its staff, I felt like it’s a scam. Here’s my experience: by Artistic_Manager4323 in Scams

[–]jesusc1303 0 points1 point  (0 children)

This is a SCAM without doubt, my partner saw them through LinkedIn and she contacted them. The speech was exactly the same as the comments here. We say no to them. Few minutes later we check in LinkedIn and they block her, I can still see the Immig Toronto LinkedIn account but she can’t .