До речі, тут Google випустили безкоштовний великий гайд по промпт-інжинірингу. Автор Lee Bonstra.
Куча інформація про те, як ефективно писати запити до AI — від бази до складніших підходів, таких, як типу chain of thought, та багато іншого.
Будь ласка, тестуйте. 🙌
Лінк: https://t.co/Nh9dzDMp7w 👈
NestJS is a Node framework that helps you build scalable, reliable server-side apps.
In this course, Haider teaches you how to build backend APIs with it.
You'll create REST APIs, learn to handle middleware & exception filters, implement auth, and more.
https://t.co/2HKx7kDOfM
Many applications need to let users upload files.
In this guide, @Adedot1Abimbola shows you how to use the multer package to set it up in your Nest.js apps.
You'll learn how to generate & configure the resource to handle file uploads & test it all, too.
https://t.co/lKC1HzZzbi
If you want to improve your backend development skills, this guide is for you.
In it, @Clifftech_Dev teaches you how to build a RESTful API by making a recipe management app.
You'll use tools like NestJS, Docker and Prisma to implement CRUD operations.
https://t.co/hHNp3KNglh
NGINX is a highly performant & stable tool for backend developers.
You can use it for reverse proxying, load balancing, caching, and so on.
In this course, you'll install NGINX & learn about serving static content, mime types, location context, & more.
https://t.co/K5wgnnjwSh
ChatGPT is a pretty handy tool - and building your own version may seem out of reach.
But it's not. You can create your own AI-powered chatbot with chat completion functionality.
@eberetwit shows you how to do it using OpenAI, ChatGPT, Node.js, & React.
https://t.co/0eDtPspdsE
✨CSS Tip: dvh — new viewport unit.
Mobile browsers have different UI for top and bottom bars and change viewport height while scrolling, leading to issues with the 'height: 100vh' property on phones.
But now we have "dvh" unit, dynamically adapting to the current viewport height.