Author: tygas
-
Wisdom of psychology professor Eugenijus Laurinavicius
There is only 24 hours in a day. 8 for work 8 for sleep 8 for leisure / family Everything starts with a planing, but its not the hardest thing. Execute is much harder. Silver rule: work hard can only the one who knows how to rest. Gold rule: You are happy when in the…
-
Generation Z or the guys born after 1993
Working in IT is fun cause your are on the edge of technologies, but also it means that bunch of your colleagues will be younger than you. Especially if you are a millenial or boomer how I am called sometimes. It’s kinda cool hang out with them, but at some point you stop understanding the…
-
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.
-
Review of The Art of Loving by Erich Fromm
I was recomended to read this book during the Da Vinci trainings. Tomas said it changes the way how you think about love and what is needed to cultivate it. Here is my action plan to changing your approach to loved ones based on the book The Art of Loving by Erich Fromm could look…
-
Side projects realities – lessons from the grind
-
How to become front end architect?
Becoming a front end architect is an ambitious goal, but one that can be achieved with dedication and hard work. A front end architect is responsible for designing and building complex web applications from the ground up, so it’s important to have a strong background in programming languages like React and TypeScript. In order to…