The thing that makes LLMs actually work for coding, aside from reviewing the output carefully, is tight feedback loops.
Something that can be unit tested is easy to get an LLM to complete. You describe the acceptance criteria, have it write the tests, then follow TDD until the task is done. Review, look for vulnerabilities and edge cases, repeat as necessary. You can even take the human...
Check out this Pen I made!
***<!DOCTYPE html>
Today, I'll run a hands-on lab on AWS storage services (Amazon S3, Amazon EBS and Amazon EFS).
Launch two EC2 instances (Amazon Linux 2023) in private subnets-one in each Availability Zone- and attach an IAM role with AmazonSSM...
When you start a Node.js backend project, the hardest part is often not coding.
It’s structure.
Many beginners get stuck asking:
A simple project structure can make everything easier.
The past month I have been building Tableport as a contractor/CTO as a service (CaaS). We have been moving fast but today I noticed that our SEO is crap. Now, SEO has never been my most favourite part, but for an early stage startup it is essential to get as many eye pairs on your application as soon as possible, and as in any startu...