Development Libraries and Frameworks
Development Libraries and Frameworks | News, how-tos, features, reviews, and videos
Angular 17 due in November with syntax for control flow
Directive functionality is to be added to the framework itself, along with deferrable loading.
Deno runtime now integrates with Jupyter Notebook
Deno 1.37 highlights integration with Jupyter Notebook for scripting and analysis and improved VS Code extension support, among other updates.
Oracle unveils GraalOS for serverless Java
GraalOS builds on GraalVM Native Image and promises minimal cold start, transparent suspend and resume, and no-cost idle.
Shiny R web framework arrives in Wasm
Shinylive R package exports Shiny R apps as Wasm-enabled Shinylive applications that run completely in a web browser.
Eclipse enterprise Java gathers steam, MicroProfile slips
Eclipse survey of enterprise Java developers shows Jakarta EE use on the rise, MicroProfile losing ground to Spring, and Kubernetes and microservices to be the top community priorities.
Ruby on Rails extends Docker support
Now available in a beta, Rails 7.1 will generate all Dockerfiles needed for deployment, tuned for production use.
Salesforce readies AI assistant for CRM
Einstein AI tools due in a fall pilot include a conversational assistant built into every Salesforce app and a studio for building AI-powered apps with custom prompts, skills, and AI models.
How to build a microservice in ASP.NET Core
A microservices architecture can help you build applications that are flexible, scalable, and easy to maintain. Here’s how to get started with microservices in ASP.NET Core.
Use TensorFlow to predict Bitcoin prices
Here's your chance to use TensorFlow with JavaScript. Train a neural network to predict the rise and fall of Bitcoin prices.
Bun 1.0 is out of the oven
All-in-one toolkit for building, testing, debugging, and running JavaScript and TypeScript is available in a production-ready release.
What is LangChain? Easier development around LLMs
LangChain is a modular framework for Python and JavaScript that simplifies the development of applications that are powered by generative AI language models.
Developers have doubts about WebAssembly, report finds
State of WebAssembly 2023 study finds mostly optimism among software developers about future adoption of Wasm, but also doubts and challenges.
Building collaborative apps with Microsoft Loop components
Adaptive Card-based Loop components are live and portable chunks of functionality that you can embed in Outlook, Teams, business apps, and your own code. Here’s how to get started.
Intro to Hapi: The Node.js framework
Hapi is a Node.js framework that features a high-quality code stack, powerful configuration, and dialed-in extensibility—all without added dependencies. Let's take Hapi for a spin.
Node.js upgrade adds environment variable config
The JavaScript runtime also boasts ECMAScript modules.
How to improve API security in ASP.NET Core
Take advantage of authentication and authorization, API keys, rate limiting, CORS, API versioning, and other recommended practices to build secure and robust APIs in ASP.NET Core.
The key new features and changes in .NET 8
With Microsoft’s yearly .NET release just around the corner, it’s time to start thinking about the changes you will need to make to your code.
How to map object relationships using Dapper in ASP.NET Core
Take advantage of Dapper to create one-to-one, one-to-many, and many-to-many entity relationships in your ASP.NET Core applications.