Compare commits
1 commit
main
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
489f99ec26 |
2 changed files with 4 additions and 18 deletions
|
|
@ -14,21 +14,6 @@ This page curates blog posts, articles, and written guides from the Business Cen
|
||||||
|
|
||||||
### Getting Started
|
### Getting Started
|
||||||
|
|
||||||
#### "AI for BC Development - The Knowledge Gap That Ships to Production" — Kine
|
|
||||||
**Author**: Kine (blog.kine.cz)
|
|
||||||
**Published**: 2025
|
|
||||||
**Summary**: A critical self-assessment guide on whether you are ready to validate what AI produces for BC development. Covers common AI mistakes in AL code (wrong field assignment, missing keys, reinventing standard libraries) and what BC knowledge areas you need to review AI output responsibly.
|
|
||||||
|
|
||||||
**Key Takeaways**:
|
|
||||||
- Common AI mistakes in AL code that ship to production
|
|
||||||
- Self-assessment framework for AI-assisted development readiness
|
|
||||||
- BC knowledge areas required to review AI output responsibly
|
|
||||||
- Practical examples of wrong field assignments, missing keys, and reinvented standard libraries
|
|
||||||
|
|
||||||
**Link**: https://blog.kine.cz/posts/bcdevelopmentserie-02b/
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
#### "Vibe Coding — yes or no?" — Demiliani
|
#### "Vibe Coding — yes or no?" — Demiliani
|
||||||
**Author**: Demiliani
|
**Author**: Demiliani
|
||||||
**Published**: 2025-08-21
|
**Published**: 2025-08-21
|
||||||
|
|
|
||||||
7
package-lock.json
generated
7
package-lock.json
generated
|
|
@ -575,10 +575,11 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/picomatch": {
|
"node_modules/picomatch": {
|
||||||
"version": "2.3.1",
|
"version": "2.3.2",
|
||||||
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
||||||
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.6"
|
"node": ">=8.6"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue