Latest from todayHow to create AI agents with Neo4j Aura AgentNeo4j Aura Agent is an end-to-end platform for creating agents, connecting them to knowledge graphs, and deploying to production using low-code and autogeneration tools. Let’s dive in. By Zach BlumenfeldMar 19, 202610 minsDatabasesDevelopment ToolsGenerative AI 4 self-contained databases for your appsBy Serdar YegulalpFeb 4, 20264 minsData ManagementDatabasesSoftware Development Get started with Angular: Introducing the modern reactive workflowBy Matthew TysonJan 29, 202614 minsJavaScriptTypeScriptWeb DevelopmentHow to use Pandas for data analysis in PythonBy Serdar Yegulalp Jan 21, 202614 minsDevelopment ToolsLibraries and FrameworksPython React tutorial: Get started with the React JavaScript libraryBy Matthew Tyson Jan 15, 202612 minsJavaScriptLibraries and FrameworksTypeScript Getting started with GitHub Copilot in Visual Studio or VS CodeBy Joydip Kanjilal Jan 15, 20268 minsDevelopment ToolsIntegrated Development EnvironmentsVisual Studio Rust slow to compile? Here’s how to speed it upBy Serdar Yegulalp Jan 14, 20267 minsDevelopment ToolsLibraries and FrameworksRust Intro to Hotwire: HTML over the wireBy Matthew Tyson Dec 31, 202510 minsHTMLJavaScriptWeb Development Get started with Python’s new native JITBy Serdar Yegulalp Dec 24, 20256 minsProgramming LanguagesPythonSoftware Development Turn an R Markdown document into an interactive experience Supercharge your R code's interactivity with R Markdown and runtime Shiny By Sharon Machlis May 10, 2019 24 mins Analytics R Language Software Development JavaScript tutorial: Easy data visualizations with React-vis The library of React components from Uber makes creating charts and other simple visualizations a snap By Jonathan Freeman May 9, 2019 5 mins Data Visualization JavaScript Software Development How not to use interfaces in C# Follow these best practices for using interfaces to avoid interface overuse when designing your types By Joydip Kanjilal May 6, 2019 5 mins C# Microsoft .NET Software Development Functional JavaScript: Building data structures from functions Combining functional programming concepts to produce data structures feels like alchemy By Jonathan Freeman May 2, 2019 5 mins JavaScript Software Development How to tame event-driven microservices Understanding flow behavior and making changes are the main challenges of choreographed microservices. A workflow engine can help By Bernd Rücker May 1, 2019 11 mins Software Development How to use IHostedService in ASP.Net Core Take advantage of the IHostedService interface to execute background tasks in your ASP.Net Core applications By Joydip Kanjilal Apr 29, 2019 5 mins C# Microsoft .NET Software Development JavaScript tutorial: Functional programming in JavaScript How to embrace immutability, think functionally, and write code that is easier to understand and test By Jonathan Freeman Apr 26, 2019 5 mins JavaScript Software Development Machine learning and data visualization for clickstream analysis How to use the KNIME Analytics Platform to understand the behavior of website visitors By Maarit Widmann and Rosaria Silipo Apr 24, 2019 15 mins Analytics Data Visualization Machine Learning Elementary Java language features How to use identifiers, types, literals, and variables in your Java programs By Jeff Friesen Apr 23, 2019 29 mins Development Tools Java Programming Languages Exploring ASP.Net Razor: Putting C# in your HTML With Razor Microsoft puts server-side code and web design on the same page By Simon Bisson Apr 23, 2019 6 mins C# HTML Microsoft .NET How to upload files in ASP.Net Core MVC Take advantage of the IFormFile interface in ASP.Net Core MVC to upload small files, large files, and multiple files By Joydip Kanjilal Apr 22, 2019 6 mins C# Microsoft .NET Software Development Learn Java from the ground up Get an overview of the Java platform and the tools you'll need to code your first Java application By Jeff Friesen Apr 18, 2019 19 mins Development Tools Java Programming Languages JavaScript tutorial: Higher-order functions ‘Higher-order functions’ is a fancy term for functions that take other functions as arguments or that return functions. Very powerful! By Jonathan Freeman Apr 18, 2019 4 mins JavaScript Software Development Move data to the cloud with Azure Data Migration Getting data from databases to Azure needn’t be hard By Simon Bisson Apr 16, 2019 6 mins Cloud Computing Data Management Microsoft Azure How to use the strategy design pattern in .Net Take advantage of the strategy design pattern to encapsulate a set of algorithms inside a class and apply them based on input By Joydip Kanjilal Apr 15, 2019 4 mins C# Microsoft .NET Software Development JavaScript memoization: Handy functional programming Memoization is a neat functional programming trick you can use to speed up expensive calculations By Jonathan Freeman Apr 11, 2019 5 mins JavaScript Programming Languages Software Development How to run stateful applications on Kubernetes Take advantage of Portworx PX-Enterprise to simplify management of data-rich workloads on Kubernetes By Eric Han Apr 10, 2019 15 mins Cloud Computing Databases Software Development Xamarin.Forms 4.0: Microsoft’s new approach to mobile UI Xamarin’s cross-platform mobile app development tools are about to get a significant makeover By Simon Bisson Apr 9, 2019 6 mins Mobile Development Software Development Technology Industry How to improve the performance of ASP.Net Core applications Take advantage of these best practices to reduce resource consumption and improve the performance of your ASP.Net Core applications By Joydip Kanjilal Apr 8, 2019 7 mins C# Libraries and Frameworks Microsoft .NET JavaScript autocomplete is better with TabNine The AI-driven TabNine autocompleter is like your best friend that finishes your sentences—in any language By Jonathan Freeman Apr 4, 2019 4 mins Development Tools JavaScript Software Development How to model time-series anomaly detection for IoT Machines fail. By creating a time-series prediction model from historical sensor data, you can know when that failure is coming By Rosaria Silipo Apr 3, 2019 10 mins Analytics Artificial Intelligence Machine Learning How to use anomaly detection in Azure machine learning Machine learning is about more than vision and speech, as Azure’s latest machine learning service shows By Simon Bisson Apr 2, 2019 6 mins Analytics Machine Learning Microsoft Azure How to implement health checks in ASP.Net Core Take advantage of health check middleware in ASP.Net Core to monitor the health of your application, its database connection, and more By Joydip Kanjilal Apr 1, 2019 6 mins Microsoft .NET Software Development Web Development JavaScript dapps: Public and private data on Blockstack With blockchain and the Blockstack.js library, mixed privacy apps aren’t as tricky as you might think By Jonathan Freeman Mar 28, 2019 5 mins JavaScript Programming Languages Software Development Serverless computing in Azure: How to build a petition site This example shows you how to use Azure services to build scalable, serverless web applications By Simon Bisson Mar 26, 2019 7 mins Microsoft Azure Serverless Computing Web Development Measure the quality of your .Net code with NDepend Take advantage of the powerful static code analysis tool to identify and understand issues in your .Net application’s code By Joydip Kanjilal Mar 25, 2019 6 mins App Testing Development Tools Microsoft .NET Tidy eval in R: A simple example Do you want to use ggplot2, dplyr, or other tidyverse functions in your own functions? This easy example shows how By Sharon Machlis Mar 22, 2019 7 mins Analytics R Language Software Development JavaScript dapps: Decentralized lists with Blockstack File-based persistence in decentralized apps requires us to rethink how we store data By Jonathan Freeman Mar 21, 2019 4 mins JavaScript Software Development How to migrate SQL Server 2008 applications to Azure The clock is ticking on Microsoft’s Extended Support for SQL Server 2008/R2, unless you migrate to the Azure cloud. Here’s how By Dave Bermingham Mar 20, 2019 13 mins Cloud Computing Hybrid Cloud Microsoft Azure How to use Glimpse in ASP.Net Core Take advantage of the Glimpse debugging and diagnostics tool to gain insight into the performance of your ASP.Net Core web application By Joydip Kanjilal Mar 18, 2019 5 mins C# Microsoft .NET Web Development Java XML and JSON: Document processing for Java SE, Part 2: JSON-B Bind Java objects to JSON documents with the Java API for JSON Binding By Jeff Friesen Mar 14, 2019 17 mins Java Software Development Web Development JavaScript dapps: Using decentralized storage in Blockstack Blockstack.js gives users full control of their application data in fewer than 10 lines of code By Jonathan Freeman Mar 14, 2019 5 mins JavaScript Libraries and Frameworks Software Development How and why to use blob storage in Azure Work with unstructured and specialized binary data without the overhead of a file system By Simon Bisson Mar 12, 2019 7 mins Cloud Storage Microsoft Azure Software Development How to use output formatters in ASP.Net Core Learn how to build a custom output formatter in ASP.Net Core to exchange data in formats other than JSON, XML, and plain text By Joydip Kanjilal Mar 11, 2019 5 mins C# Microsoft .NET Web Development JavaScript dapps: User authentication with Blockstack Take advantage of blockstack.js and blockchain to unlock decentralized authentication and authorization in 10 minutes By Jonathan Freeman Mar 7, 2019 5 mins Development Tools JavaScript Software Development Java XML and JSON: Document processing for Java SE, Part 1: SAXON and Jackson Transforming and converting XML and JSON documents with SAXON and Jackson By Jeff Friesen Mar 6, 2019 18 mins Java Software Development Web Development How to write an R package R packages are great for organizing your own work, not only sharing with others. See how to create an R package in a few simple steps, thanks to packages like devtools, usethis, and roxygen2 By Sharon Machlis Mar 5, 2019 5 mins Analytics R Language Software Development How to use the Save-Data request header in ASP.Net Core Take advantage of the data-saving mode in Chrome and Opera browsers to deliver lighter and faster ASP.Net Core applications By Joydip Kanjilal Mar 4, 2019 4 mins C# Microsoft .NET Web Development How to validate data, analytics, and data visualizations Application testing often ignores one crucial set of tests that is critical for any application processing or presenting data, analytics, or data visualizations By Isaac Sacolick Feb 28, 2019 7 mins App Testing Build Automation Data Integration JavaScript dapps: Build decentralized apps with Blockstack Blockstack demystifies app development on the blockchain, providing the tools and network that put users in full control of their data By Jonathan Freeman Feb 28, 2019 4 mins Development Tools JavaScript Software Development How to use NCache in ASP.Net Core Take advantage of Alachisoft’s free, open-source, distributed, in-memory cache to improve the performance and scalability of your ASP.Net Core applications By Joydip Kanjilal Feb 25, 2019 4 mins C# Microsoft .NET Small and Medium Business JavaScript tutorial: Build and publish NPM packages in a pinch With @pika/pack, you can automatically optimize for ES2018, Node.js, web, and build types with minimal configuration By Jonathan Freeman Feb 21, 2019 5 mins Development Tools JavaScript Software Development How to create apps that work together across Windows, iOS, and Android Project Rome SDKs arrive for iOS and Android, so your apps can now take advantage of Microsoft’s cross-platform technologies By Simon Bisson Feb 19, 2019 7 mins Mobile Development Small and Medium Business Technology Industry How to create apps that work together across Windows, iOS, and Android Project Rome SDKs arrive for iOS and Android, so your apps can now take advantage of Microsoft’s cross-platform technologies By Simon Bisson Feb 19, 2019 7 mins Mobile Development Small and Medium Business Technology Industry How to use Lamar in ASP.Net Core Take advantage of Lamar, the speedy successor to StructureMap, to inject dependencies in ASP.Net Core By Joydip Kanjilal Feb 18, 2019 6 mins C# Microsoft .NET Small and Medium Business How to run Python in R Learn how to run Python code inside an R script using the reticulate R package By Sharon Machlis Feb 15, 2019 4 mins Analytics Python R Language Parcel bundler: Production builds and best practices You’ll need to add a little configuration, but it’s a small price to pay for super-smooth app bundling By Jonathan Freeman Feb 14, 2019 4 mins Development Tools JavaScript Web Development How to use deep learning to write Shakespeare LSTM recurrent neural networks can be trained to generate free text. Let’s see how well AI can imitate the Bard By Rosaria Silipo Feb 13, 2019 15 mins Analytics Artificial Intelligence Machine Learning How to bypass security in integration tests in ASP.Net Core Take advantage of fake authentication/authorization checks to simplify integration tests in ASP.Net Core By Joydip Kanjilal Feb 11, 2019 7 mins App Testing C# Microsoft .NET Parcel bundler: Testing Parcel’s asset support Can Parcel live up to my first impression for heavier loads? Let’s try bundling JSON, YAML, CSS, LESS, React, and Elm By Jonathan Freeman Feb 7, 2019 5 mins Development Tools JavaScript Software Development 1…101112131415161718…91 Show me moreLatestArticlesVideos news OpenAI’s desktop superapp: The end of ChatGPT as we know it? By Gyana SwainMar 20, 20265 mins Artificial IntelligenceDevelopment ToolsSoftware Development news Google’s Stitch UI design tool is now AI-powered By Maxwell CooterMar 20, 20261 min Artificial IntelligenceDevelopment ToolsSoftware Development news Stop using AI to submit bug reports, says Google By Maxwell CooterMar 20, 20262 mins Artificial IntelligenceBugsOpen Source video How to build desktop apps in Typescript with Electrobun Mar 17, 20265 mins Python video Write and run assembly in Python with Copapy Mar 10, 20265 mins Python video Run AI Models Locally on Your PC — No Cloud Required (LM Studio Guide) Mar 3, 20265 mins Python