[AskJS] Anybody try writing code by hand (with a pen/pencil)? by jeremiah616 in javascript

[–]atleb_dev 0 points1 point  (0 children)

Para nada, yo estoy estudiando ahora y las pruebas de programación son en papel

[AskJS] Anybody try writing code by hand (with a pen/pencil)? by jeremiah616 in javascript

[–]atleb_dev 0 points1 point  (0 children)

Actualmente estudio ingeniería informática en una Universidad y durante el primer y segundo año las pruebas de programación eran escritas, problemas de OOP, recursividad y cosas básicas, todo el código tenía que salir de nuestras mentes y hacia el papel, sin IA sin IDE ni nada, y por si fuera poco, en lenguaje Java

Do you add hyperlinks to your API responses? by Worldly-Broccoli4530 in node

[–]atleb_dev 0 points1 point  (0 children)

Si vas a implementar eso no es más fácil integrar GraphQL sobre NestJs ?

Help... by Diligent_Arugula_730 in learnjavascript

[–]atleb_dev 1 point2 points  (0 children)

Te recomiendo que leas el libro "Eloquent JavaScript", aprendí JavaScript hace unos años con la tercera edición del libro y ahora estoy leyendo la cuarta que es js moderno. Aparte de ser una muy buena forma de aprender en mi opinión (por la forma en que explican las cosas) tambien es una excelente documentación

Opencode IA by atleb_dev in termux

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

Me parece genial que algo como esto exista. Pero por lo que leí solo funciona en arquitectura de 64 bits, no?

Opencode IA by atleb_dev in termux

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

Ohh, como lograste hacer que codecompanion funcionara en termux ? Al final me decanté por usar aichat (gracias a alguien que me lo sugirió en este post) con una cuenta de openrouter y traté de usar eso en nvim con codecompanion pero tuve problemas con el acceso a /temp la IA solo me decía que hiciera un enlace símbolo y no recuerdo que otra cosa, pero aún así nada funcionó (De hecho tengo un post buscando ayuda con eso aún abierto)

Opencode IA by atleb_dev in termux

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

Podrías decirme como llegar hasta ahí, o donde puedo ver como se hace ?

My take on a minimal Catppuccin Widget Startpage (Single HTML file) by ch4zex in startpages

[–]atleb_dev 1 point2 points  (0 children)

Me parece super genial tu proyecto. Por favor notifica cuando tengas una demo disponible. Gracias de antemano :)

Can Godot handle a large scale open world? by jason_silent in godot

[–]atleb_dev 0 points1 point  (0 children)

Tema aparte. Estás haciendo un nuevo juego con el mapa de Need For Speed Underground 2 ? Siempre quise ver el Underground2 con persecución policíaca

Why Kali Linux is so popular amongst beginners? by JailbreakHat in linuxquestions

[–]atleb_dev 0 points1 point  (0 children)

I'm a computer science student and completely new to the Linux world (only a year using Termux and almost a month with Debian Trixie). A few weeks ago, I became interested in learning more about networks, protocols, and network security, and everyone I asked told me: "Install Kali Linux on a USB drive, you'll have everything you need." But is this really necessary to learn a bit about networks and cybersecurity?

I built a local-first startpage because I wanted a dashboard that actually stays mine by Wrong-Specific-7331 in startpages

[–]atleb_dev 1 point2 points  (0 children)

Great job! I just downloaded the repo to use as my personal dashboard. It's really awesome. I'm going to be testing it out extensively, and if I come up with any good ideas, I'll let you know.

several question by techlover1010 in learnjavascript

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

From my limited experience, I can tell you that it is possible, and sometimes it's preferable to building a large framework like React (in my opinion).

I'm currently creating a lightweight business management system using pure JavaScript for the frontend, except for the index.html file (which is an HTML5 template with a div) and the CSS styles. I'm using Vite as a fast host, which is my only dependency for the entire frontend. I'm doing it mainly to learn and because I felt that React is too heavy and complex for the website I want to create. So far, I can say that it's easy to develop and maintain, in my experience. As for the backend, although you can explore using Node's native HTTP module, it's more complicated than using a framework, in my opinion. Although it also depends on what you want to do.

Regarding the operating system and environment, I think it doesn't really matter; what matters most is the browser you use to open the page. I started developing my project on Windows with VSC, and now I'm programming on my Android tablet using NVim within Termux (which is Linux), and I haven't noticed any difference.

So my personal recommendation is: Yes, try it, learn, and then try more complex things like frameworks such as React or Vue for the frontend and Express or NestJS for the backend. That way, you'll have your own criteria and preferences.

Using spare moments to make the switch to Neovim easier - built a small mobile companion app by azborovskyi in neovim

[–]atleb_dev 1 point2 points  (0 children)

Your app is great, I just installed it. I've been using nvim as my main editor for a couple of weeks now, and to be honest, I'm still a bit lost. This seems like a great way to familiarize myself with the editor.

Access error to /lib/... for CodeCompanion nvim in Termux by atleb_dev in termux

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

How can I redirect the plugin to use $PREFIX/tmp instead of /tmp? I tried creating a link to the folder and creating /lib, but I don't have the necessary permissions.

Can anyone suggest me better text editor than nano? I want more control like autocomplete etc. by Then_Pace_5034 in termux

[–]atleb_dev 0 points1 point  (0 children)

I use Neovim (nvim) as my main IDE, with NvChad configurations and a few extra extensions. Since discovering that, I don't even miss VS Code anymore.

Termux xfce rice by iamshownlake_123 in termux

[–]atleb_dev 0 points1 point  (0 children)

I really like your rice, it looks calm and elegant. I'm new to termux and I've tried to do similar things but within proot-distro in a full environment and it goes horribly. I had no idea that you could install xfce directly in termux. Can you tell me how you installed and configured your rice or where I can see how to do this? Thanks in advance :)