News
Running PostgreSQL in the Browser with WebAssembly
With the recently released PGlite, a WASM build of Postgres that is packaged into a TypeScript client library, developers can run Postgres queries in the browser with no extra dependencies. PGlite is used for reactive, real-time, local-first apps. By … more Read More
News
JetBrains AI Assistant for JavaScript Developers – WebStorm
There is no doubt that the advent of AI is changing the way many of us work. Whether you choose to accept this with optimism… or skepticism… is a topic for another day. We choose optimism, as AI has incredible potential to improve how we work. In this … more Read more…
News
AI? New retail? Digital transformation? All in one at Shanghai Hacker News Meetup: June 2024
Thanks to all of you who joined us for our latest UI/UX Meetup. This, we will have a Hacker News Meetup in Shanghai. It will happen on Thursday, June 27th, 2024, at Wirecraft Office in Shanghai. We will have three speakers sharing on AI x 2C products … more Read Read more…
News
Rolldown, a Rollup-Compatible Rust-Based Bundler for JavaScript Is Now Open -Sourced
Rolldown is a new JavaScript bundler written in Rust for performance. Rolldown intends to be compatible with Rollup’s APIs and plugins. The Rolldown project is led by Evan You (creator of the Vue web framework) and is intended to become Vite’s next bundler. … more Read More
News
[Js-Craft #52] Integrate AI models in Javascript apps, interview question, and Prompt Templates
Hey firends! It’s Daniel here, the guy who manages the js-craft.io website. I hope your week was great! Mine was fairly busy with meetings, book writing and more. But it was a fun kind of busy. Let’s learn! In this edition of the newsletter: 📕 Langchain.js … more Read More
News
Las 10 mejores soluciones para tu e-commerce
Cual es la plataforma de ecommerce más recomendables para montar una tienda online?Podemos plantearnos varias opciones: desarrollo propio (a medida), que sin duda tiene un coste más alto pero asegura una flexibilidad mayor, modularidad y más medidas preventivas … more Read More
News
StructuredOutputParser with Zod schema in LangChain (Javascript version)
The StructuredOutputParser from Langchain.js is maybe the most versatile output parser we ca use. It can be used to return multiple fields or, if you want complex structures, such as a JSON object with arrays of strings, we can mix it with the Zod Schema. … more Read More
News
Alert System with Twillio SendGrid and Node.js
Learn how to create an alert service to send email notifications using Twilio SendGrid and Node.js. … more Read More