Personnaliser

OK
Rakuten - Achat et vente en ligne de produits neufs et d'occasionRakuten group
ClubR
Euro

Mettre en vente

Rakuten - Achat et vente en ligne de produits neufs et d'occasionRakuten group

AI-Assisted Coding - Kofler, Michael

Note : 0

0 avis
  • Soyez le premier à donner un avis

Vous en avez un à vendre ?

Vendez-le-vôtre
Filtrer par :
Neuf (2)
Occasion (1)
Reconditionné

47,71 €

Produit Neuf

  • Ou 11,93 € /mois

    • Livraison à 0,01 €
    Voir les modes de livraison

    rarewaves-uk

    PRO Vendeur favori

    4,8/5 sur + de 1 000 ventes

    Expédition rapide et soignée depuis l`Angleterre - Délai de livraison: entre 10 et 20 jours ouvrés.

    Nos autres offres

    • 47,71 €

      Produit Neuf

      Ou 11,93 € /mois

      • Livraison à 0,01 €
      Voir les modes de livraison
      4,7/5 sur + de 1 000 ventes

      Nouvel article expédié dans le 24H à partir des Etats Unis Livraison au bout de 20 à 30 jours ouvrables.

    • 72,99 €

      Occasion · Comme Neuf

      Ou 18,25 € /mois

      3,65 € offerts
      • Livraison : 25,00 €
      Voir les modes de livraison
      • Protection acheteurs :
      • 0,00 €
      4,6/5 sur + de 1 000 ventes
      Service client à l'écoute et une politique de retour sans tracas - Livraison des USA en 3 a 4 semaines (2 mois si circonstances exceptionnelles) - La plupart de nos titres sont en anglais, sauf indication contraire. N'hésitez pas à nous envoyer un e-... Voir plus
    Publicité
     
    Vous avez choisi le retrait chez le vendeur à
    • Payez directement sur Rakuten (CB, PayPal, 4xCB...)
    • Récupérez le produit directement chez le vendeur
    • Rakuten vous rembourse en cas de problème

    Gratuit et sans engagement

    Félicitations !

    Nous sommes heureux de vous compter parmi nos membres du Club Rakuten !

    En savoir plus

    Retour

    Horaires

        Note :


        Avis sur Ai - Assisted Coding Format Broché  - Livre Informatique

        Note : 0 0 avis sur Ai - Assisted Coding Format Broché  - Livre Informatique

        Les avis publiés font l'objet d'un contrôle automatisé de Rakuten.


        Présentation Ai - Assisted Coding Format Broché

         - Livre Informatique

        Livre Informatique - Kofler, Michael - 01/08/2025 - Broché - Langue : Anglais

        Auteur(s) : Kofler, Michael - Springer, Sebastian - Öggl, BerndEditeur : Rheinwerk Publishing Inc.Langue : AnglaisParution : 01/08/2025Format : Moyen, de 350g à 1kgNombre de pages : 395.0 ...

      • Auteur(s) : Kofler, Michael - Springer, Sebastian - Öggl, Bernd
      • Editeur : Rheinwerk Publishing Inc.
      • Langue : Anglais
      • Parution : 01/08/2025
      • Format : Moyen, de 350g à 1kg
      • Nombre de pages : 395.0
      • Résumé :
        ... Preface ... 17

        ... Local Execution of Language Models ... 17

        ... Coding with AI Support for Advanced Users ... 18

        ... AI Makes Mistakes and Hallucinates ... 19

        ... The Three Stages of Using AI ... 19

        ... There's No Getting around AI Tools ... 20

        Part I ... Coding with AI Support ... 23

        1 ... Introduction ... 25

        1.1 ... Coding via Chat ... 25

        1.2 ... The Art of Prompting ... 34

        1.3 ... Code Wizards ... 41

        1.4 ... Chat or Wizard? ... 52

        1.5 ... Basic Principles of Large Language Models ... 53

        2 ... Pair Programming ... 67

        2.1 ... Structuring Code into Functions ... 68

        2.2 ... Example: IBAN Validation ... 76

        2.3 ... Object-Oriented Programming ... 83

        2.4 ... Example: Quiz ... 91

        2.5 ... Example: Solving Sudoku ... 97

        3 ... Debugging ... 107

        3.1 ... Web Applications ... 108

        3.2 ... App Development ... 116

        3.3 ... Developing on Raspberry Pi ... 119

        3.4 ... Visual Studio and Visual Studio Code ... 122

        3.5 ... Conclusion ... 125

        4 ... Refactoring ... 127

        4.1 ... Introduction to Refactoring ... 127

        4.2 ... Refactoring Using AI Tools ... 128

        4.3 ... Best Practices ... 141

        4.4 ... Conclusion ... 142

        5 ... Testing Software ... 145

        5.1 ... Generating Test Data ... 146

        5.2 ... AI-Supported Test Automation ... 149

        5.3 ... Test-Driven Development with AI ... 155

        5.4 ... Using Dependencies ... 161

        5.5 ... Optimizing Tests ... 167

        5.6 ... End-to-End Tests ... 174

        5.7 ... Conclusion ... 178

        6 ... Documenting Software ... 179

        6.1 ... Challenges with Documentation ... 180

        6.2 ... Inline Documentation ... 181

        6.3 ... Function and Class Documentation ... 184

        6.4 ... API Documentation ... 187

        6.5 ... Outdated Documentation ... 191

        6.6 ... Conclusion ... 194

        7 ... Databases ... 195

        7.1 ... Database Design ... 195

        7.2 ... SQL Commands ... 205

        7.3 ... Administration ... 213

        7.4 ... Client Programming ... 219

        8 ... Scripting and System Administration ... 221

        8.1 ... Scripting ... 221

        8.2 ... Example: Converting a Python Script to PHP Code ... 228

        8.3 ... Regular Expressions ... 230

        8.4 ... System Administration ... 234

        8.5 ... Example: wget Script Plus tmpfs Configuration ... 240

        8.6 ... Calling GitHub Copilot and ChatGPT in the Terminal ... 245

        Part II ... Local Language Models and Advanced AI Tools ... 251

        9 ... Executing Language Models Locally ... 253

        9.1 ... Spoiled for Choice of Large Language Model ... 254

        9.2 ... GPT4All ... 259

        9.3 ... Ollama ... 262

        9.4 ... Open WebUI for Ollama ... 267

        9.5 ... Continue ... 275

        9.6 ... Ollama API ... 277

        9.7 ... Tabby ... 280

        9.8 ... Conclusion ... 282

        10 ... Automated Code Processing ... 285

        10.1 ... OpenAI API ... 286

        10.2 ... Ollama API ... 297

        10.3 ... Groq API ... 299

        10.4 ... Example: Automated Commenting of Code ... 301

        10.5 ... Example: From Python 2 to Python 3 ... 308

        11 ... Level 3 Tools: OpenHands and Aider ... 313

        11.1 ... OpenHands ... 314

        11.2 ... Using OpenHands ... 320

        11.3 ... Aider ... 323

        11.4 ... Using Aider ... 328

        12 ... Re...

        Détails de conformité du produit

        Consulter les détails de conformité de ce produit (

        Personne responsable dans l'UE

        )
        Neuf et occasion
        Le choixNeuf et occasion
        5% remboursés
        Minimum5% remboursés
        Satisfait ou remboursé
        La sécuritéSatisfait ou remboursé
        À votre écoute
        Le service clientsÀ votre écoute
        LinkedinFacebookTwitterInstagramYoutubePinterestTiktok
        visavisa
        mastercardmastercard
        klarnaklarna
        paypalpaypal
        floafloa
        americanexpressamericanexpress
        RakutenLogos.svg
        • Rakuten Kobo
        • Rakuten TV
        • Rakuten Viber
        • Rakuten Viki
        • Plus de services
        • À propos de Rakuten
        Rakuten.com