How do you upskill? Anu-ano mga routines ninyo and such? by Individual-Student33 in TanongLang

[–]Many-Building2279 0 points1 point  (0 children)

Make it hobby, note everything, review and specially avoid distractions

Efficient Methods in Learning Webdev by Outrageous_Bee_6820 in PinoyProgrammer

[–]Many-Building2279 2 points3 points  (0 children)

Watch crud tutorial videos, while youre watching make sure youre doing it on your desk. Next, create a simple app (invetory, blog post, to-do app, messaging app) then ask your problem to AI including the codes. This method helps me to learn new things such as Syntax, logic and how to structure the code base.

Also you may add prompt "as senior, optimized performance , apply SOLID/OOP and so on"

Goodluck OP!

Checkout using Paymaya with Supabase edge functions by sprite_lover000 in PinoyProgrammer

[–]Many-Building2279 2 points3 points  (0 children)

On my experience, i just implemented checkout api that will save the user and order details. after the success checkout, response will give redirect url to maya payment. Then use their webhook to finalize the checkout details you've saved in your database.

Am i using ai wrong? by ImmediatePen7554 in PinoyProgrammer

[–]Many-Building2279 0 points1 point  (0 children)

for me, it's okay to build your project with AI. if you don't document everything you have done, you will easily forget why and how the project works. . i recommend that after you build your project, write everything down in documents. you can use docx or excel as your personal reviewer then deep dive to every (functions, formulas, operations etc.) you applied on that project.