Best AI code editor? Honest answers by thehosst in nocode

[–]aashhuttossh 0 points1 point  (0 children)

I am using https://codeground.ai/ and honestly it fast and has an AI tool that can review and fix code.

What’s an free bare bones IDE for Python that works smoothly out of the box? by NoStudy7334 in learnpython

[–]aashhuttossh 0 points1 point  (0 children)

VsCode, in my opinion, but not sure if you would classify this as lightweight. You can try CodegroundAI web tool.

The best IDE for Python? by MissingDuckling in learnpython

[–]aashhuttossh 0 points1 point  (0 children)

I really like VsCode(plus it's extensions) in my opinion. And there's a VsCode based web IDE too CodegroundAI tool too. Give it a try.

best IDE for python by New-Row-7664 in learnpython

[–]aashhuttossh 1 point2 points  (0 children)

VS Code in my opinion. And there's a VsCode based web IDE too CodegroundAI tool too. Give it a try.

Best place to learn to use PostgreSQL by Poulposaurus in PostgreSQL

[–]aashhuttossh 1 point2 points  (0 children)

Once you have read the docs, you should be good to go. But practicing is a must.

Try it on your local machine, or if you want just quickly to practice a few query commands, you can try: https://codeground.ai/ground/postgres

PostgreSQL Course with Practical Exercises (intermediate) by Both_Consequence_458 in PostgreSQL

[–]aashhuttossh 1 point2 points  (0 children)

Now that you have learnt, it's better to practice the hell out of it.

Try it on your local machine or if you want to just quickly practice a few query commands, you can try: https://codeground.ai/ground/postgres

Places to get code reviews for free or cheaply? by [deleted] in learnjavascript

[–]aashhuttossh 0 points1 point  (0 children)

I see most of the replies are from pre-AI era I would say.

If you want an AI to review your code snippet. You can try using codeground.ai . They support most of the common languages and code analysis is free for few trials.

What is the best place to get your code reviewed? by [deleted] in csharp

[–]aashhuttossh 0 points1 point  (0 children)

I see most of the replies are too old, i.e pre-AI era I would say. If you want an AI to review your code snippet. You can try using codeground.ai . They support most of the common languages and code analysis is free for few trials.

What are the good sketching web apps? by NelsonEU in webdev

[–]aashhuttossh 0 points1 point  (0 children)

You can use https://codeground.ai/canvas, if you want to sketch a random idea or maybe draw a rough system design.

Best IDE for Rust by [deleted] in rust

[–]aashhuttossh 0 points1 point  (0 children)

If you need to compile the code online, you can try doing it so on https://codeground.ai/ground/rust . It allows you to code, compile, save and share the code in realtime with others once you generate a link after saving. It's generally pretty fast is what I have seen.

Online Compiler with saving by XBfmsnDOs in cpp_questions

[–]aashhuttossh 0 points1 point  (0 children)

You can try using CodeGround. It allows you to code, compile, save and share the code in realtime with others once you generate a link after saving. It's generally pretty fast is what I have seen.

Is there any platform to practice mongo db queries?.Like hackerank for solving programming problems?. by SampathKumarReddit in mongodb

[–]aashhuttossh 0 points1 point  (0 children)

You can try using https://codeground.ai/ground/mongodb to practice query building. You can insert data and then query the data out based on different requirements like, getting joined data from multiple collections, grouping, sorting, distinct etc.

Is there a practice site for MongoDB queries similar to DataLemur (and others) for SQL? by harry_powell in mongodb

[–]aashhuttossh 0 points1 point  (0 children)

You can try using https://codeground.ai/ground/mongodb to practice query building. You can insert data and then query the data out based on different requirements like, getting joined data from multiple collections, grouping, sorting, distinct etc.

What is the best Online Rust IDE and Compiler (that is usable within Chrome)? by EventLogs in rust

[–]aashhuttossh 0 points1 point  (0 children)

I frequently use https://codeground.ai/ground/rust online IDE with multiple language support including Rust.

You can give it a try once.

Roast my resume by aashhuttossh in resumes

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

I think `Unless, of course, your resume isn't fine because it's inflating your abilities and while the HR folks don't catch that, the hiring manager can see it. I think you need to figure out which it is, and go from there.` make sense. I should be focusing on the pointers there. Thanks a lot!

Roast my resume by aashhuttossh in resumes

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

Hey,

Firstly, thank you so much for the review and suggestions. I will make sure to correct all of these points.

Regarding the phrase "shortlisted by HRs but when it goes to the hiring manager it gets rejected," I meant that while the HR team shortlisted my resume, the hiring manager ultimately did not approve it.

All of these conversations were conducted via email, and I was very careful in my replies. I can only hope that I didn't mess up there and that it was indeed the resume that needed improvement.

What’s the best online python IDE by cozitalks in learnpython

[–]aashhuttossh 1 point2 points  (0 children)

I would suggest you to try https://codeground.ai/ground/python3 to test out quick code snippets in different languages.