Recent content by Impostor Syndrome

  1. I

    Tutorial Javascript: Object Oriented Programming

    Link Update: Javascript: Object Oriented Programming
  2. I

    Tanong lang po -- re: bootstrap at REACT JS -MUI

    Yes, as most of CSS frameworks naman may ready made components na; pero kung prefer niyo ease of customization, flexible and lightweight, then Tailwind might work best for you.
  3. I

    Tanong lang po -- re: bootstrap at REACT JS -MUI

    No, magkaiba sila sa design system MUI is from material design which is commonly used/seen UI for android apps.
  4. I

    Help C Tag

    Read this area: Gatsby Head API | Gatsby
  5. I

    Tanong - regarding html css po .. bakit po lagi nilalagyang ng box-sizing:border box, padding 0 maring 0

    CSS Reset ang tawag jan. Every browser may default styling, kaya para maging consistent yung styles and layout ng webpage mo on every browser kailangan mo ireset yung default styles.
  6. I

    Ayaw gumana ng grid-template-areas sa react js

    Check your third screenshot. Nakikita mo ba yung css property na yun "grid-area"? Kulang ka nun, hindi mo talaga nasundan yung tutorial.
  7. I

    Programming

    Sige goodluck, kaya mo yan. (y)
  8. I

    Tanong - regarding REACT JS

    Depende sa input validation ng server/database and/or client-side form mo. Kung base lang jan sa code snippet na binigay mo; papasok yan as empty string "". Pero kung sa database naka set sa schema ng table na REQUIRED or NON NULL yung column. mag fa-fail yan sa database level input validation.
  9. I

    Help Front end web

    Yes, for special cases; pero as much as possible avoid it para walang side effects sa layout mo at madali imaintain dahil predictable yung style.
  10. I

    Help Todolist reactjs/web app

    Napaka daming TODO list app tutorial sa YøùTùbé, why not start from there then Idadag mo nalang yung priority task at login feature. I assume na solid ang fundamentals mo sa javascript para maitindinhan mo yang ReactJS.
  11. I

    Help PHP Online and Offline Status

    Dont over complicate. Query mo lang ung user/users na may 'status = online' kung gusto mo itrack mga online user/users; then sa logout function mo query update mo yung user to 'status = offline' once na nag logout. Simple database query lang yan.
  12. I

    Tutorial Python 4 in 1

    PYTHON: Learn Coding Programs with Python Programming and Master Data Analysis & Analytics, Data Science and Machine Learning with the Complete Python for Beginners Crash Course – 4 Books in 1 Length: 556 pages Edition: 1 Language: English Publication Date: 2020-07-17 ISBN-10: B08D7T9J3Z...
  13. I

    Help Junior Software Engineer Question - Ano gagawin pag nasira ko ang production?!?!

    Juniors are prone to commit mistakes. kahit san industry ka pa. Dapat and napapagalitan jan ay yung mga Senior Devs at hindi ikaw. Kahit mag-file ng case yang company against sayo sila pa rin ang matatalo jan dahil JUNIOR ROLE ang position mo jan. Foward mo nga tong concern mo sa...
  14. I

    Web Automation?

    Hindi ako sure kung meron yung specific workflow mo dito, but feel free to explore. n8n.io
  15. I

    Web Automation?

    Would you mind to tell us what specific task you're trying to automate?
Back
Top