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 How to handle exceptions in asynchronous code in C# Exception handling is different for asynchronous code. Learn the exception handling semantics for asynchronous methods in C#. By Joydip Kanjilal Nov 18, 2019 5 mins C# Microsoft .NET Software Development How to get started with Kibana Kibana is a powerful tool for visualizing data in Elasticsearch. Here’s how to start exploring your Elasticsearch data By Alona Nadler Nov 13, 2019 8 mins Analytics Data Visualization Databases Get started with method references in Java Use method references to simplify functional programming in Java By Jeff Friesen Nov 12, 2019 13 mins Java Programming Languages How to use the FromServices attribute in ASP.NET Core Take advantage of the FromServices attribute in ASP.NET Core to inject dependencies directly into your action methods. By Joydip Kanjilal Nov 11, 2019 5 mins C# Microsoft .NET Software Development Get started with lambda expressions in Java Learn how to use lambda expressions and functional programming techniques in your Java programs By Jeff Friesen Nov 7, 2019 20 mins Java Programming Languages Software Development How to work with cookies in ASP.NET Core Take advantage of cookies to store and retrieve user-specific information in your ASP.NET Core web application. By Joydip Kanjilal Nov 4, 2019 5 mins C# Microsoft .NET Web Development How to work with static files in ASP.NET Core Take advantage of the static files middleware in ASP.NET Core to serve HTML, CSS, JavaScript, and images to the client. By Joydip Kanjilal Oct 28, 2019 6 mins C# Microsoft .NET Web Development How to use URL Rewriting Middleware in ASP.NET Core Take advantage of URL Rewriting Middleware in ASP.NET Core to implement URL redirection and URL rewriting. By Joydip Kanjilal Oct 21, 2019 5 mins C# Microsoft .NET Web Development How to use System.Threading.Channels in .NET Core Take advantage of channels to implement the fast, efficient, asynchronous producer-consumer pattern in .NET Core. By Joydip Kanjilal Oct 14, 2019 5 mins C# Microsoft .NET Web Development How to implement rate limiting in ASP.NET Core Take advantage of rate limiting in ASP.NET Core to prevent malicious attacks on your web application. By Joydip Kanjilal Oct 7, 2019 5 mins C# Microsoft .NET Web Development How to use Azure Application Insights in ASP.NET Core Take advantage of Application Insights to monitor performance and detect and diagnose performance issues in your web application. By Joydip Kanjilal Sep 30, 2019 5 mins C# Microsoft .NET Microsoft Azure Using advanced NLog features in ASP.NET Core Take advantage of the free and flexible NLog to log your application data with the features and efficiency you need. By Joydip Kanjilal Sep 23, 2019 10 mins C# Microsoft .NET Software Development How to handle errors in ASP.NET Web API Learn to handle runtime errors using exceptions and return appropriate error codes and error messages in ASP.NET Web API. By Joydip Kanjilal Sep 16, 2019 5 mins C# Libraries and Frameworks Microsoft .NET How to implement global exception handling in ASP.NET Core MVC Take advantage of global exception handling to avoid writing scads of boilerplate exception handling code in ASP.NET Core MVC. By Joydip Kanjilal Sep 9, 2019 6 mins C# Microsoft .NET Web Development Get API data with R No R package for the API you want? It’s easy to write your own function with the httr and jsonlite packages. By Sharon Machlis Sep 4, 2019 8 mins Analytics Business Intelligence R Language How to handle null values in ASP.NET Core MVC Learn to change the default behavior and return HTTP 404 when action methods in ASP.NET Core return null values. By Joydip Kanjilal Sep 2, 2019 5 mins C# Microsoft .NET Web Development Advanced API versioning in ASP.NET Core Web API Take advantage of API versioning in ASP.NET Core to maintain multiple versions of the same API. By Joydip Kanjilal Aug 26, 2019 4 mins APIs Microsoft .NET Web Development How to work with worker services in ASP.NET Core Learn how to use the new template available in ASP.NET Core 3.0 to build a worker service. By Joydip Kanjilal Aug 19, 2019 5 mins Microsoft .NET Software Development How to use the Data Protection API in ASP.NET Core Take advantage of the easy-to-use cryptographic API in ASP.NET Core to secure sensitive data in your applications. By Joydip Kanjilal Aug 12, 2019 6 mins C# Microsoft .NET Web Development How to use conditional middleware in ASP.NET Core Take advantage of advanced operations such as conditional branching when working with middleware in ASP.NET Core. By Joydip Kanjilal Aug 5, 2019 6 mins C# Microsoft .NET Web Development How to work with session state in ASP.Net Core Take advantage of the session middleware component in ASP.Net Core to store and retrieve user data By Joydip Kanjilal Jul 29, 2019 5 mins C# Microsoft .NET Web Development How to bring HA and DR to SQL Server on Amazon EC2 The pros and cons of the various AWS, Microsoft, and third-party options for protecting mission-critical SQL Server databases in the Amazon cloud By Dave Bermingham Jul 25, 2019 11 mins Amazon Web Services Cloud Computing Databases How to write your own ggplot2 functions in R You no longer have to worry about quoted and unquoted column names when using ggplot2, thanks to the latest version of the rlang package By Sharon Machlis Jul 24, 2019 5 mins Data Visualization R Language Software Development How to use the Dapper ORM in C# Take advantage of the lightweight, open source Dapper to simplify data access and ensure high performance By Joydip Kanjilal Jul 22, 2019 5 mins C# Development Tools Small and Medium Business How to use the command design pattern in C# Take advantage of the command design pattern to decouple the requester of an action from the object that executes the action By Joydip Kanjilal Jul 22, 2019 5 mins C# Microsoft .NET Programming Languages How to use .SD in the R data.table package See how to use data.table's special .SD symbol to perform calculations and other tasks by group By Sharon Machlis Jul 18, 2019 4 mins Analytics R Language Software Development 3 cost-cutting tips for Amazon DynamoDB How to avoid costly mistakes with DynamoDB partition keys, read/write capacity modes, and global secondary indexes By Anirudh Ramanathan Jul 17, 2019 10 mins Amazon Web Services Cloud Computing Databases Interfaces in Java Learn the difference between classes and interfaces, then get started declaring, implementing, and extending interfaces in your Java programs By Jeff Friesen Jul 15, 2019 28 mins Java Programming Languages More advanced AutoMapper examples in .Net Core How to use profiles, reverse mapping, nested mapping, and other advanced operations of the open source object mapper AutoMapper By Joydip Kanjilal Jul 15, 2019 7 mins Libraries and Frameworks Microsoft .NET Software Development How to write efficient controllers in ASP.Net Core Take advantage of these best practices to create lean, clean, and flexible controllers in ASP.Net Core By Joydip Kanjilal Jul 8, 2019 7 mins C# Microsoft .NET Software Development How to use async and await in .NET Core Follow these best practices when using asynchronous programming in .NET Core to build more performant and scalable applications. By Joydip Kanjilal Jul 1, 2019 6 mins C# Microsoft .NET Software Development How to calculate month-over-month changes in R See how to generate weekly and monthly reports in R including month-over-month, week-over-week, and year-over-year changes. By Sharon Machlis Jun 26, 2019 7 mins Analytics R Language Time series analysis with KNIME and Spark Train and evaluate a simple time series model using a random forest of regression trees and the NYC Yellow taxi data set. By Andisa Dewi and Rosaria Silipo Jun 26, 2019 19 mins Analytics Machine Learning Predictive Analytics The best programming language to learn Python is clearly the best choice, unless a better choice is Java or JavaScript. Let’s compare By Peter Wayner Jun 25, 2019 9 mins Java JavaScript Python How to work with AutoMapper in C# Use AutoMapper to eliminate the need to write tedious boilerplate code when mapping objects in your application. By Joydip Kanjilal Jun 24, 2019 5 mins C# Microsoft .NET Software Development JavaScript tutorial: Add face detection to your web app Let’s add face detection to our React map explorer app using the pico.js JavaScript library By Jonathan Freeman Jun 20, 2019 5 mins JavaScript Software Development How to Slack from R See how to send text messages and files directly from an R script to Slack with the slackr package By Sharon Machlis Jun 19, 2019 5 mins Analytics R Language Software Development How to make your REST APIs backward-compatible Take advantage of these best practices to ensure that changes to your API don’t break compatibility with current clients. By Joydip Kanjilal Jun 17, 2019 6 mins APIs Software Development How to use Swagger in ASP.NET Core Take advantage of open source Swashbuckle to generate Swagger documents for your ASP.NET Core Web API. By Joydip Kanjilal Jun 10, 2019 7 mins APIs Microsoft .NET Web Development JavaScript tutorial: Add speech recognition to your web app Harnessing the power of voice commands in a React map explorer app with the annyang JavaScript library By Jonathan Freeman Jun 6, 2019 5 mins JavaScript Software Development How to send email from R and Gmail See how to automate sending email with the R language, a Gmail account, and the gmailr R package By Sharon Machlis Jun 5, 2019 7 mins Analytics R Language Software Development How to use dependency injection in ASP.Net Web Forms Take advantage of dependency injection to create flexible, loosely coupled ASP.Net Web Forms applications By Joydip Kanjilal Jun 3, 2019 5 mins C# Microsoft .NET Software Development JavaScript tutorial: Animated charts with React-vis With React-vis, breathing life into a chart is as simple as adding a single word to our code By Jonathan Freeman May 30, 2019 4 mins Data Visualization JavaScript Software Development How to use Autofac in ASP.Net Core Take advantage of the Autofac inversion of control container to manage dependencies in your ASP.Net Core applications By Joydip Kanjilal May 27, 2019 5 mins Microsoft .NET Software Development How to use RStudio code snippets Save time by storing your best and most-used code in RStudio snippets. By Sharon Machlis May 23, 2019 5 mins Analytics R Language Software Development 6 keys to MongoDB database security Don’t be the next MongoDB data breach. Close these holes in your MongoDB deployment before it’s too late By Vinicius Grippa May 22, 2019 8 mins Databases Security Software Development How to use MediatR in ASP.Net Core Take advantage of MediatR and the mediator design pattern to reduce the dependencies between objects in your ASP.Net Core applications By Joydip Kanjilal May 20, 2019 4 mins C# Microsoft .NET Software Development Java tip: Fields and methods in Java Advanced techniques for working with fields and methods in your Java programs By Jeff Friesen May 16, 2019 11 mins Java Programming Languages JavaScript tutorial: Beyond basic charts with React-vis How to use Uber’s library of React components to create interactive line charts that display comparative values over time By Jonathan Freeman May 16, 2019 4 mins Data Visualization JavaScript Software Development How to use Nancy in ASP.Net Core Take advantage of the lightweight and fast Nancy framework for building HTTP-based services in .Net Core By Joydip Kanjilal May 13, 2019 4 mins Microsoft .NET Software Development Web Development 1…91011121314151617…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