AI Disrupting Economics: How AI Will Change Our Future
The impact of AI on human life still has a long way to go, but it is worth looking forward to
🧑🏻💻💭
The impact of AI on human life still has a long way to go, but it is worth looking forward to
An introductory exploration of LangChain, an open-source framework designed for developing applications with large-scale language models. This article will provide a brief introduction to the basic components of LangChain, such as Modals, Prompts, Indexes, Memory, Chains, and Agents. We will also use a chatbot ordering system as an example to understand the roles played by these basic components in building language model applications.
The purpose of this article is to share a pattern to manage state branching logic in you component.
I'm a frontend engineer who recently relocated from Taiwan to Singapore. I got a Singapore job opportunity through LinkedIn, and after much consideration with my wife, we decided to leave Taiwan for a new life. Having lived here for over a month now, I want to share some thoughts and experiences from a Taiwanese engineer's perspective.
Recently interviewed for frontend positions at two companies
Looking back from writing my first HTML hello world line to now, it's been 5 years and 2 months. I'm writing this purely to record my journey of hard work during this period. Although I can't compare with many talented individuals, I hope sharing these experiences can help those with similar backgrounds!
It has been nearly two years since I took the Google FooBar Challenge (A secret recruitment process). I would like to write something before I forget it, also telling everybody it is real!
Learn how to create cleaner boolean-based animations in React Native using Higher-Order Components (HOCs) to abstract animation logic and improve code maintainability.
Better component state indication = Happier user. Learn how to handle different rendering states in React components using Provider Pattern and Higher-Order Components.
Decorator Pattern is a common and useful pattern. When you have several objects, functions or views, you can create a base form and decorate the base form with additional functionality.