home.social

#developmenttips — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #developmenttips, aggregated by home.social.

fetched live
  1. "Hôm nay tôi học cách apps cần thiết kế để hoạt động khi bağlanti cố định. Lầnrun app mà không có credential backend, nó vỡ vì URL không tồn tại. Giữa lỗi này, đặc biệt là khi mới clone repo, CI thiếu secret hay máy mới. Giải pháp: chế độ demo, dữ liệu mẫu, state cục. Đã gặp Microsoft: .size/.has() thay .length/.includes(). многие lóstico. #TechTips #DevelopmentTips #JavaScript #TypeScript #AppDev"

    reddit.com/r/SideProject/comme

  2. "Hôm nay tôi học cách apps cần thiết kế để hoạt động khi bağlanti cố định. Lầnrun app mà không có credential backend, nó vỡ vì URL không tồn tại. Giữa lỗi này, đặc biệt là khi mới clone repo, CI thiếu secret hay máy mới. Giải pháp: chế độ demo, dữ liệu mẫu, state cục. Đã gặp Microsoft: .size/.has() thay .length/.includes(). многие lóstico. #TechTips #DevelopmentTips #JavaScript #TypeScript #AppDev"

    reddit.com/r/SideProject/comme

  3. "Hôm nay tôi học cách apps cần thiết kế để hoạt động khi bağlanti cố định. Lầnrun app mà không có credential backend, nó vỡ vì URL không tồn tại. Giữa lỗi này, đặc biệt là khi mới clone repo, CI thiếu secret hay máy mới. Giải pháp: chế độ demo, dữ liệu mẫu, state cục. Đã gặp Microsoft: .size/.has() thay .length/.includes(). многие lóstico. #TechTips #DevelopmentTips #JavaScript #TypeScript #AppDev"

    reddit.com/r/SideProject/comme

  4. Hướng dẫn sửa lỗi "Network Request Failed" trong React Native: Vấn đề localhost!

    Lý do: localhost trỏ đến thiết bị/emulator, ko phải máy dev.

    Giải pháp config API URL theo platform:
    - iOS Simulator: http://localhost:4000
    - Android Emulator: http://10.0.2.2:4000
    - Thiết bị thật: http://IP_local_máy_tính:4000 (cùng WiFi, mở firewall port 4000)

    Dùng `Platform.OS` để tự động!

    #ReactNative #ReactNativeVN #LapTrinhDiDong #MobileDev #Android #iOS #DevelopmentTips

    dev.to/cathylai/fixing-net

  5. Hướng dẫn sửa lỗi "Network Request Failed" trong React Native: Vấn đề localhost!

    Lý do: localhost trỏ đến thiết bị/emulator, ko phải máy dev.

    Giải pháp config API URL theo platform:
    - iOS Simulator: http://localhost:4000
    - Android Emulator: http://10.0.2.2:4000
    - Thiết bị thật: http://IP_local_máy_tính:4000 (cùng WiFi, mở firewall port 4000)

    Dùng `Platform.OS` để tự động!

    #ReactNative #ReactNativeVN #LapTrinhDiDong #MobileDev #Android #iOS #DevelopmentTips

    dev.to/cathylai/fixing-net

  6. 🤯 Le Naming : Un art, une science ou autre chose ?

    👉 Lorsqu'il s'agit de nommer des éléments dans le code, je privilégie les termes utilisés par les experts du domaine. Cela facilite grandement la communication avec les équipes non techniques. Plutôt que de créer de nouveaux termes, pourquoi ne pas utiliser ceux déjà établis par les experts du domaine?

    La suite 🧵 👇 [1/3]

    #NamingInDevelopment #CodeClarity #SoftwareEngineering #BestPractices #DevelopmentTips #TechCommunication

  7. 🤯 Le Naming : Un art, une science ou autre chose ?

    👉 Lorsqu'il s'agit de nommer des éléments dans le code, je privilégie les termes utilisés par les experts du domaine. Cela facilite grandement la communication avec les équipes non techniques. Plutôt que de créer de nouveaux termes, pourquoi ne pas utiliser ceux déjà établis par les experts du domaine?

    La suite 🧵 👇 [1/3]

    #NamingInDevelopment #CodeClarity #SoftwareEngineering #BestPractices #DevelopmentTips #TechCommunication

  8. 🤯 Le Naming : Un art, une science ou autre chose ?

    👉 Lorsqu'il s'agit de nommer des éléments dans le code, je privilégie les termes utilisés par les experts du domaine. Cela facilite grandement la communication avec les équipes non techniques. Plutôt que de créer de nouveaux termes, pourquoi ne pas utiliser ceux déjà établis par les experts du domaine?

    La suite 🧵 👇 [1/3]

    #NamingInDevelopment #CodeClarity #SoftwareEngineering #BestPractices #DevelopmentTips #TechCommunication

  9. 🤯 Le Naming : Un art, une science ou autre chose ?

    👉 Lorsqu'il s'agit de nommer des éléments dans le code, je privilégie les termes utilisés par les experts du domaine. Cela facilite grandement la communication avec les équipes non techniques. Plutôt que de créer de nouveaux termes, pourquoi ne pas utiliser ceux déjà établis par les experts du domaine?

    La suite 🧵 👇 [1/3]

    #NamingInDevelopment #CodeClarity #SoftwareEngineering #BestPractices #DevelopmentTips #TechCommunication

  10. 🚀 Just shared two efficient ways to tail Laravel log files on my Gist!

    Whether you prefer a custom console command or a direct Artisan command in console.php, these variants have got you covered.

    Check it out and streamline your log monitoring! 🔍💡
    gist.github.com/AnandPilania/8

    #Laravel #LogFiles #DevelopmentTips #Log #laraveltipsandtricks

  11. 🚀 Just shared two efficient ways to tail Laravel log files on my Gist!

    Whether you prefer a custom console command or a direct Artisan command in console.php, these variants have got you covered.

    Check it out and streamline your log monitoring! 🔍💡
    gist.github.com/AnandPilania/8

    #Laravel #LogFiles #DevelopmentTips #Log #laraveltipsandtricks

  12. 🚀 Just shared two efficient ways to tail Laravel log files on my Gist!

    Whether you prefer a custom console command or a direct Artisan command in console.php, these variants have got you covered.

    Check it out and streamline your log monitoring! 🔍💡
    gist.github.com/AnandPilania/8

    #Laravel #LogFiles #DevelopmentTips #Log #laraveltipsandtricks

  13. Currently writing a comment much longer than the code fix itself.
    It started as a brief pull request description, but it grew so long that I decided it was more valuable as a comment in the code itself 🤯.
    How often this happends to you

    #CodeReview #DevelopmentTips

  14. Currently writing a comment much longer than the code fix itself.
    It started as a brief pull request description, but it grew so long that I decided it was more valuable as a comment in the code itself 🤯.
    How often this happends to you

    #CodeReview #DevelopmentTips

  15. Currently writing a comment much longer than the code fix itself.
    It started as a brief pull request description, but it grew so long that I decided it was more valuable as a comment in the code itself 🤯.
    How often this happends to you

    #CodeReview #DevelopmentTips

  16. Currently writing a comment much longer than the code fix itself.
    It started as a brief pull request description, but it grew so long that I decided it was more valuable as a comment in the code itself 🤯.
    How often this happends to you

    #CodeReview #DevelopmentTips

  17. Currently writing a comment much longer than the code fix itself.
    It started as a brief pull request description, but it grew so long that I decided it was more valuable as a comment in the code itself 🤯.
    How often this happends to you

    #CodeReview #DevelopmentTips

  18. Currently writing a comment much longer than the code fix itself.
    It started as a brief pull request description, but it grew so long that I decided it was more valuable as a comment in the code itself 🤯.
    How often this happends to you

    #CodeReview #DevelopmentTips

  19. Currently writing a comment much longer than the code fix itself.
    It started as a brief pull request description, but it grew so long that I decided it was more valuable as a comment in the code itself 🤯.
    How often this happends to you

    #CodeReview #DevelopmentTips

  20. Currently writing a comment much longer than the code fix itself.
    It started as a brief pull request description, but it grew so long that I decided it was more valuable as a comment in the code itself 🤯.
    How often this happends to you

    #CodeReview #DevelopmentTips

  21. Currently writing a comment much longer than the code fix itself.
    It started as a brief pull request description, but it grew so long that I decided it was more valuable as a comment in the code itself 🤯.
    How often this happends to you

    #CodeReview #DevelopmentTips

  22. Currently writing a comment much longer than the code fix itself.
    It started as a brief pull request description, but it grew so long that I decided it was more valuable as a comment in the code itself 🤯.
    How often this happends to you

    #CodeReview #DevelopmentTips