hello.js

var please = require('share');
console.log('thank you');

NEW !!!

Monday, 13 May, 2024 UTC

Leveraging MEAN Stack Development for ROI: Quick Launch

Time to market is now the primary differentiator. So, companies of all sizes, ranging from startups to global corporates are under more pressure to develop and deploy cutting-edge web applications quickly. If not, the innovative application concepts ... more


Monday, 13 May, 2024 UTC

Podcast: If LLMs Do the Easy Programming Tasks - How are Junior Developers Trained? What Have We Done?

In this podcast Michael Stiefel spoke to Anthony Alford and Roland Meertens about the future of software development and the training of new developers, in a world where Large Language Models heavily contribute to software development. By Anthony Alford, ... more


Monday, 13 May, 2024 UTC

The createStuffDocumentsChain in LangChain (Javascript version)

The createStuffDocumentsChain is one of the chains we can use in the Retrieval Augmented Generation (RAG) process. RAG is the process of optimizing the output of a Large Language Model, by providing an external knowledge base outside of its training ... more


Friday, 10 May, 2024 UTC

New in AWS Amplify: Integrate with SQL databases, OIDC/SAML providers, and the AWS CDK

Welcome to “Extensibility Day” of AWS Amplify’s Launch Week! With Amplify Gen 2, we’re providing four new capabilities to customize your app according to your business need. Today, we’re announcing the ability to: Integrate with existing data sources ... more


Friday, 10 May, 2024 UTC

LangChain is the jQuery of integrating LLMs into Javascript apps

What is LangChain? In a simple answer, LangChain is a framework that was designed to simplify the making of applications that integrate Large Language Models - LLMs. LangChain provides all the AI integration building blocks together in one framework. ... more


Thursday, 9 May, 2024 UTC

Release Notes for Safari Technology Preview 194

Safari Technology Preview Release 194 is now available for download for macOS Sonoma and macOS Ventura. If you already have Safari Technology Preview installed, you can update it in System Settings under General → Software Update. This release includes ... more


Thursday, 9 May, 2024 UTC

Release Notes for Safari Technology Preview 194

Safari Technology Preview Release 194 is now available for download for macOS Sonoma and macOS Ventura. If you already have Safari Technology Preview installed, you can update it in System Settings under General → Software Update. This release includes ... more


Thursday, 9 May, 2024 UTC

Node v20.13.1 (LTS)

null ... more


Thursday, 9 May, 2024 UTC

React Design Patterns- A Comprehensive Guide

Traditional web development was complicated once but with the arrival of React on the scene, the process has been simplified significantly. It also offers great ease of use thanks to the reusable components and its extensive ecosystem. React ecosystem ... more


Wednesday, 8 May, 2024 UTC

Amplify Functions: Create serverless functions using TypeScript, powered by AWS Lambda

AWS Amplify is excited to announce the general availability of its Function offering for Gen 2. Amplify Functions are defined, authored, and consumed using TypeScript; whether they be a handler for your custom queries and mutations, or a trigger for ... more


Wednesday, 8 May, 2024 UTC

What’s Next: The WebStorm 2024.2 Roadmap

In April this year, we released WebStorm 2024.1, our first major update for 2024. Thank you to everyone who is already using it and providing us with feedback. With April now behind us, we’d like to announce what we’ve got planned for the next release ... more


Wednesday, 8 May, 2024 UTC

7 JavaScript language elements every developer needs

Research suggests there are seven JavaScript language elements developers lookup more than any other. While you might not be able to write a complete JavaScript program using only these features, you most certainly won't get far without them. Beginners ... more


Wednesday, 8 May, 2024 UTC

LangChain Js – an intro to prompt templates, partial templates and composition

LangChain is designed to simplify the creation of applications using LLMs. Its scope is to simplify any task you wish to accomplish using LLMs. Given that LLMs have text as their main inputs and outputs it's natural that LangChain has a core module dedicated ... more


Wednesday, 8 May, 2024 UTC

Deno boosts language server performance

With newly introduced Deno 1.43, the developers of the JavaScript/TypeScript runtime have enhanced its language server, speeding up auto-completion performance and improving memory consumption. Introduced May 1, Deno 1.43 can be accessed via running ... more


Tuesday, 7 May, 2024 UTC

Node v20.13.0 (LTS)

null ... more


Tuesday, 7 May, 2024 UTC

Deploy a Single-page Application in less than 10 minutes using Amazon CodeCatalyst

Amazon CodeCatalyst is a unified software development and delivery service, enables software development teams to quickly and easily plan, develop, collaborate on, build, and deliver applications on AWS. Amazon CodeCatalyst provides actions, a collection ... more


Tuesday, 7 May, 2024 UTC

Using Fortran on Cloudflare Workers

In April 2020, we blogged about how to get COBOL running on Cloudflare Workers by compiling to WebAssembly. The ecosystem around WebAssembly has grown significantly since then, and it has become a solid foundation for all types of projects, be they client-side ... more


Tuesday, 7 May, 2024 UTC

Article: Polyglot Programming with WebAssembly: A Practical Approach

WebAssembly has expanded its scope from browsers to other domains like cloud and edge computing. It uses the WebAssembly Component Model (WCM) to enable seamless interaction between libraries from different programming languages, such as Rust, Python, ... more


Tuesday, 7 May, 2024 UTC

Cross-Platform Mobile App Development in 2024 and Beyond: A Guide for Indian App Developers

India App Developer Enjoy the constantly shifting environment of mobile app development and uncover the key to your company’s success. Presenting cross-platform frameworks, a game-changing option for Indian app developers (IADs). In response to demands ... more


Monday, 6 May, 2024 UTC

Fullstack TypeScript: Reintroducing AWS Amplify

We are thrilled to announce the general availability of AWS Amplify Gen 2, a fullstack TypeScript experience for building cloud-connected apps. AWS Amplify helps you accomplish two jobs: Host your web app Build and connect to a cloud backend With Amplify ... more


Monday, 6 May, 2024 UTC

The evolution of full-stack development with AWS Amplify

To cater to the delivery of increasingly fast and personalised experiences, the way web applications are built and rendered has evolved significantly over the years. Along the way, the role of the developers who build them has also changed to reflect ... more


Monday, 6 May, 2024 UTC

How to Automate Cold Calling Lead Generation (Programmatic Contact Enrichment via API)

Cold calling remains one of the most effective ways to reach potential customers and drive sales. However, the success of your cold calling efforts heavily relies on the quality and accuracy of your prospecting data. And sourcing quality B2B data isn't ... more


Sunday, 5 May, 2024 UTC

API Layer & Fetch Functions

API Layer & Fetch Functions 4 minutes by Johannes Kettmann Mixing API and UI code quickly leads to messy and unmaintainable code. In this article, we take a step towards a cleaner React architecture by extracting fetch functions to an API layer. ... more


Sunday, 5 May, 2024 UTC

Node.js 22 Released with Increased Support for ESM Modules and Web APIs

The Node.js team recently released Node.js 22. Key features include increased compatibility with JavaScript native modules and web APIs, together with performance improvements. By Bruno Couriol ... more


Thursday, 2 May, 2024 UTC

Building Modern Applications Faster: New Capabilities at MongoDB.local NYC 2024

Today, we kicked off MongoDB.local NYC and unveiled new capabilities across our developer data platform. The updates and capabilities announced today pave the way for a new era of app modernization and will allow developers to unleash the full potential ... more


Thursday, 2 May, 2024 UTC

Node v22.1.0 (Current)

null ... more


Thursday, 2 May, 2024 UTC

Top AI Announcements at MongoDB.local NYC

The AI landscape is evolving so quickly that it’s no surprise customers are overwhelmed by their choices. Between foundation models for everything from text to code, AI frameworks, and the steady stream of AI-related companies being founded daily, developers ... more


Thursday, 2 May, 2024 UTC

Principali annunci sull'IA a MongoDB.local NYC

Il panorama dell'IA si sta evolvendo così rapidamente che non sorprende che i clienti siano sopraffatti dalle loro scelte. Tra i modelli di fondazione per qualsiasi cosa, dal testo al codice, i framework di IA e il flusso costante di aziende legate all'IA ... more


Thursday, 2 May, 2024 UTC

Die wichtigsten KI-Ankündigungen bei MongoDB.local NYC

Die KI-Landschaft entwickelt sich so schnell, dass es keine Überraschung ist, dass die Kunden von der Auswahl überwältigt sind. Zwischen grundlegenden Modellen für alles von Text bis Code, KI-Framework und dem stetigen Stream von KI-bezogenen Unternehmen, ... more


Thursday, 2 May, 2024 UTC

Les principales annonces concernant l’IA au MongoDB.local NYC

Le paysage de l’IA évolue rapidement, et il n’est pas surprenant que les clients se sentent dépassés dans leurs choix. Entre les modèles de fondation pour tout, du texte au code, en passant par les frameworks d’IA et le flux quotidien de nouvelles entreprises ... more