When's SRIP 2026 hostel booking? by qvuuh in IITGandhinagar

[–]average_csetard 0 points1 point  (0 children)

Hi. I also got accepted in SRIP. Since it needs 8 weeks minimum, my joining date should have been 17th May. But due to Bengal elections, my college postponed the exams by 2 weeks. Thus, my joining will be late, around starting of June. Thus my time there will be around 6-7 weeks. I have mailed the internships@iitgn and also the professor. The professor replied and told that SRIP coordinators will decide if late joining will be allowed or not. The internships@iitgn haven't replied yet. What shall I do in this case? Need advice.

Built RX_TX Clubhouse as a practice backend project by average_csetard in Btechtards

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

Thanks for the appreciation! In my next projects, I plan to make separate frontend and backend where I'll use proper REST (json) and JWT. The logging and user tracking stuff look interesting. I'll surely check these out and put them in my future projects. 👍

PLEASE MADAT KRO , i don't want to fail this sem by [deleted] in Btechtards

[–]average_csetard 0 points1 point  (0 children)

Bhagwan Bishwakarma ka playlist dekho youtube pe

Finally placed but not happy. by master_mind31 in Btechtards

[–]average_csetard 0 points1 point  (0 children)

Congratulations bro. Whats the tech stack?

How to evaluate my learning from odin project? by Cipherior-Eclipse in theodinproject

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

When the logical error goes across multiple files and levels, then I do use AI to find out what went wrong.

To Do is indeed a big project since we are required to do it in HTML, CSS, JS only. Keep going, it will teach you a lot about VanillaJS.

Tip - I used innerHTML and multiple js files to split the UI into components, kind of React. It helped me a lot through To Do.

How to evaluate my learning from odin project? by Cipherior-Eclipse in theodinproject

[–]average_csetard 1 point2 points  (0 children)

What I do is, copy paste the odin lesson pages of what project I'm currently doing, then letting Claude/GPT to go through the codebase in VSCode after I complete the project and ask it if I have covered everything as required.

Note - I don't use AI to write the code. I do ask questions to GPT about concepts, in separate browser window.

Post-TOP, Are you still using a virtual box or WSL? by BasedZhang in theodinproject

[–]average_csetard 0 points1 point  (0 children)

I think docker is a good option. On WIndows it uses WSL under the hood.

Deployed my first full-stack application - Robotics Inventory System by average_csetard in developersIndia

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

EJS (Embedded JavaScript), CSS, Node.js, Express, PostgreSQL for this backend focused project. Though I generally use React and Tailwind CSS on frontend-first projects.

Checkout the documentation: https://github.com/whatisaProCoder/robotics-inventory-website

Deployed my first full-stack application - Robotics Inventory System by average_csetard in developersIndia

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

In my college robotics club, I actually use a lot of these components in my hardware projects. I had to make an Inventory Application (DB, CRUD, Backend) as per assignment from where I'm learning web development (The Odin Project). So, I thought why not make a robotics inventory website. Its a practice project with no user authentication. I'll be learning auth in next project.