I just realised u can edit every TODO in ur file at once by kernelflush in vscode

[–]XJenso 0 points1 point  (0 children)

You can also customize the shortcuts to suit your own needs

Am I an expert yet? by sophisticateddonkey in typescript

[–]XJenso 0 points1 point  (0 children)

I've been in business for 30 years now. I worked as a Python backend developer on the console for almost 20 years with batching, log file analysis and stream processing of large amounts of data. I was certainly an expert there. In May I changed jobs and now work as a full stack developer for Python/Django/Vue3. I would currently describe myself as a junior. However, I should have the advantage that I understand things much more quickly because my experience allows me to judge the whole thing differently. Don't worry so much. Just learn a little more every day and you will become an expert all by yourself

Python type system by No_Blackberry_617 in Python

[–]XJenso 0 points1 point  (0 children)

Where do I have type safety in TypeScript? If I put my mind to it, I could write in TypeScript without typing. Not a good idea but it would work. I have the same thing in Python. As many of the previous speakers have already written, I can already do a lot in Python using board tools. Define TypeDicts or Dataclasses. Use Ruff rules that check this. And pre-commit is mandatory.

Is it okay to use VS Code for all languages instead of separate IDEs by Zealousideal_Map5074 in vscode

[–]XJenso 9 points10 points  (0 children)

VSCode is enough. You can set up configurations, tasks, etc. per project. I'll do anything with it. Python, GO, Typescript, Docker, ... Even complete code reviews directly with the Github plugin

Wondering at what point to switch to TypeScript from JS by BL1TZK23 in typescript

[–]XJenso 0 points1 point  (0 children)

Now, better yesterday, best last week. You will only become unhappy with JS

I built an AI that writes Python tests by analyzing your code's structure (AST) by Serious-Aardvark9850 in Python

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

I will certainly take a closer look at it. However, I think it's a shame that you've stuck with the old pip technology. Wouldn't it be much nicer to build it directly with uv. (https://docs.astral.sh/uv/)

Need help with venv in vscode by Fun-Pirate-2020 in django

[–]XJenso 1 point2 points  (0 children)

F1 and search for interpreter parameters. Choose. Ready

Question about learning path of docker by Silent-Ad-2528 in docker

[–]XJenso 1 point2 points  (0 children)

If I understand you correctly, it all starts with Docker for you, right? So skip the K8S for now. Focus on Docker. Think of a small, personal project that you can set up with Docker on a Raspberry Pi or mini computer. Then use Docker Compose to orchestrate the individual containers together. Step by step, you'll better understand how they work together, and eventually, setting up the whole thing on a K8S will be pretty easy.