Category: buildstuff
-
Prompt Engineering – an Art, a Science, or your next Job Title?
Writing act as an … is not the end of writting a good prompt. There are better tools and techniques. Build high-quality LLM apps – from prototyping, testing to production deployment and monitoring. https://github.com/microsoft/promptflow Prompt Engineering – an Art, a Science, or your next Job Title? from Maxim Salnikov Chain of thought prompting example:
-
UI trends in 2023 by @tejaskumar_
React is the slowest way to build apps. Qwik ships only 1Kb of JS as uses deterministing approach to give you only code you need while you havent’t triggered it. @tejaskumar_
-
Your First AI App using ChatGPT and LaMDA
Vercel has a multi model SDK, where you can write same code and jest by adding different SDK communicate with different models. Using #opensource models like google LaMa or meta llama as you do not need to pay for licence. Run models locally with Ollama Model does need context, so you need to send Workshop…
-
Create Atomic Habits to Become a Better Developer #buildstuffconf
Setting goals is just not enough you need to focus on your system on the habits in your life and and think about how to change them because tiny habits over a long period leads to very big gains and for me personally I saw that it wasn’t an easy road to take but I…
-
Kevlin Henney – Refactoring Is Not Just Clickbait #buildstuffconf
Make code as open to modification as possible. Keep code simple by resisting the temptation to make it extensible in the absence of any requirements to do so.