@bit2swaz@jackedAJ yes I agree this very much. However, do you think AI-generated PRs have also sporadically appeared everywhere? Which annoys me to be honest
Since AI LLM era has emerged, as a person who doesn't consider myself as a senior yet, I'm honestly confused of whether to vibe code or manually code like we used to.
But here is the interesting part: My seniors who have worked more than 10 years in this industry, always provide this advice:
"The most important part is now the codebase's judgement; its design, architecture, security, and much more. Coding was never the hard part"
@Krishna70284154 This is what I also experienced. I built a CRUD web app from scratch with a little bit of AI text-enhanced feature. It feels entirely slow compare to vibe-coding, but I do understand the architecture and design of that system. Don't you agree?
Found a super cool tool for those who pushes codes with their company's private email but want to keep their GitHub contribution fresh and green π:
https://t.co/KtEJZYS5tE
How it works:
1. Uses token from ur GitLab account.
2. Fetches metadata from which projects we contribute to, for every branch (commit's date and its hash).
3. Push that metadata as empty commits into our mirrored local GitHub repo, with our GitHub name & email as identification
@gabriel1 Really inspiring post. Quick question: how do we present this personalized demo? Should we put it in a youtube private link? or is there any other way
Meanwhile in Odoo, everytime you use ORM to query a table, the program has to go through all of the records one by one without any specific Indexing, which will increase the latency. Am I right? CMIIW.
Just realized that in Django, you can use Meta class to define Index for a certain table.
What for? So you will have faster query everytime you call that table.
https://t.co/sMIMOvCYEh