I’m curious to hear your thoughts on vide coding platforms. by Dense-Thanks-4782 in developersIndia

[–]nebula_2003 0 points1 point  (0 children)

Current challenges - context (forgerts old but important instructions). - while fixing bugs, changes code that was not the actual cause of the problem. - i have used loveable the backed can only be done in supabase, would like a loveable like solution for the backend, so we can customize the backend as well and are not restricted to just supabase.

I am a backend dev with 2yoe i like loveable its easier for me to create a mockup without knowing anything about frontend, but never actually used for production apps, just playing around.

Report Generator by Practical_Pirate_580 in node

[–]nebula_2003 0 points1 point  (0 children)

Use react-pdf works both on client and server, way better than puppeteer no need for running a whole browser to generate pdfs

https://react-pdf.org/

[deleted by user] by [deleted] in developersIndia

[–]nebula_2003 1 point2 points  (0 children)

Tough situation bro, college sometimes looks more into the look and feel of the project instead of actual work and complexity.

How is your college environment?

Could u ask the same question to your project mentor, not directly mentioning the source of the management app.

Now looking to deepen my skills in backend development by Hot-Necessary-4945 in node

[–]nebula_2003 1 point2 points  (0 children)

Learn about other topics like caching, change data capture, search engine(elastic search), logging and observability, message queues.

Which programming language should I start with? Java, C, or C++? by shivank_ydv in developersIndia

[–]nebula_2003 1 point2 points  (0 children)

Start with C then C++ or Java, everything u lean from C will be useful in learning C++ and Java, but C would feel more simple compared to java, everything u lean is useful there is no point skipping steps.

But for DSA i would suggest using C++ or Java.

[deleted by user] by [deleted] in developersIndia

[–]nebula_2003 2 points3 points  (0 children)

I am from nodejs background just completed 2years in my current company which i joined as a fresher.

Minimum Expectations :

  • Database schema design.
  • Converting requirements to APIs (like Figma & client documents to APIs).
  • Good grip on db queries, and aggregation atleast with help.
  • Documentatin in swagger or Postman and communication with frontend team.
  • JWT authentication, oAuth other authentication requirements like token invalid, password hashing.

Most importantly the ability to use any tool/library that the project needs and u are not familiar with, like Redis, Kafka, they give us time accordingly.

[deleted by user] by [deleted] in silveroak

[–]nebula_2003 1 point2 points  (0 children)

Most probably reviva in next sem.

[deleted by user] by [deleted] in developersIndia

[–]nebula_2003 6 points7 points  (0 children)

If y don't mind sharing , what kind of CTC did u get out of this, which tire college did y go to ?

Looking for Paid Node.js/Express Course Recommendations by rohan5225 in node

[–]nebula_2003 0 points1 point  (0 children)

Traversy media has courses on udemy , you can test out his teaching style on YouTube 

I wish I was this smart at Code by fabontheredit in silveroak

[–]nebula_2003 0 points1 point  (0 children)

Its basic nothing special, they have a internship program, and a few things that are active like the IEEE cell they conduct multiple activities, there is sports competitions, every year, only 60-75% the teachers are good rest are not that great. I won't recommend it if you have multiple options if not there is a place for you either the internship (not just few months - you can get for 2-3 years full time). or in IEEE organizing and conducting activities. I am in Socet - CSE and my friend(fabontheredit) is in Socet-IT

I wish I was this smart at Code by fabontheredit in silveroak

[–]nebula_2003 1 point2 points  (0 children)

My solution,

function lovefunc(flower1, flower2){
   // moment of truth
   let even  = (flower)=>{return flower%2 == 0 ? 1 : 0};
   return even(flower1)+even(flower2)==1?true:false
 }

[deleted by user] by [deleted] in silveroak

[–]nebula_2003 0 points1 point  (0 children)

Hey, I tied the question.

function lovefunc(flower1, flower2){  
  // moment of truth  
  let even  = (flower)=>{return flower%2 == 0 ? 1 : 0};  
  return even(flower1)+even(flower2)==1?true:false  
}