Ever wondered how apple experiments with 3D elements on their website? Or how shops such as Amazon, Nike and Coolblue are offering augmented reality to excite the user and boost the overall experience? These developments show that the web is evolving quickly, and so are the targeted e-commerce audience’s expectations of it. How do we […]
What can I do to make a green impact at work? This question was the starting point of presentations last year on the choices you make at work as a developer, tester, quality engineer, product owner, you name it. Those choices sometimes are for the greener good, and sometimes sadly account for an increase in […]
JSON schema validation is a way to describe the structure and types of your data. This allows you to validate what you receive. You can generate TypeScript code from your schemas, create validation scripts, and benefit from extensive error reporting and bug logging. By integrating JSON schema validation into your pipeline and workflow, you can […]
At numerous conferences, there is a growing discussion about the impressive capabilities of the OpenAI API, ChatGPT, MidJourney, and other similar tools. However, a common question consistently arises among the audience: “How can we effectively write prompts?” – The most important task working with those models. Let’s answer that question! Sending a message to ChatGPT […]
Nuxt 3 has seen its last major release more than a year ago. Since then, many new features have been released, bringing improved DX, performance and new possibilities. In this talk, we will take a look at the Vue-based meta-framework and the benefits it can provide to us developers. Besides building a tiny application, we […]
Are you tired of the limitations of React? Are you looking for a framework that offers similar features but with better performance? Look no further! In this talk, we will introduce Qwik, a brand new framework that is designed to provide the same functionality as React but with improved performance and ease of use. We […]
At Kadena, and in particular the Developer Experience team, our goal is to ensure that your experience with the Kadena Blockchain is as smooth as possible. To achieve this, we have developed a library that can generate interfaces directly from Smart Contracts on the Blockchain. This library is designed to simplify the process of integrating […]
If you have ever attempted to extract your UI libraries into an abstract package which can be consumed just like any other NPM package. You’ll probably have encountered quite a few hurdles. For example: 1. How do I ensure code quality and reusability? 2. How do I actually publish an NPM package? 3. Can the […]