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 Python tutorial: Get started with Jupyter Notebook Learn how to combine Python code, freeform text, mathematical formulas, and graphics in an interactive, shareable notebook By Serdar Yegulalp Feb 6, 2019 8 mins Analytics Data Science Python The top 3 serverless problems and how to solve them Follow these tips to eliminate noncompute bottlenecks, avoid provider throttling and queueing, and keep your serverless functions responsive By Peter Holditch Feb 6, 2019 6 mins Cloud Computing Serverless Computing Software Development How to use managed pointers in C# Learn how managed pointers differ from object references, why they are useful, and how to work with them in C# By Joydip Kanjilal Feb 4, 2019 5 mins C# Microsoft .NET Software Development How to write agile user stories: 7 guidelines Beyond the basics: how to provide agile user stories more definition and structure to ensure there is a shared understanding of the intent and underlying requirements By Isaac Sacolick Jan 31, 2019 10 mins Agile Development Software Development Parcel bundler: Like Webpack but effortless Could Parcel cure my project bootstrapping anxiety? So far, so good! By Jonathan Freeman Jan 31, 2019 5 mins Development Tools JavaScript Software Development Static classes and static class members in C# explained Declare static classes and static members of a class to improve performance of your .NET applications. By Joydip Kanjilal Jan 28, 2019 4 mins C# Microsoft .NET Programming Languages Do more with R: Write your own RStudio addins This RStudio addins tutorial walks you step by step through creating an extension for the RStudio IDE By Sharon Machlis Jan 28, 2019 5 mins Analytics R Language Software Development How to hire a developer: The 7 essential steps While evaluating skills is certainly a very important part of evaluating job candidates, there’s much more you need to do to hire the right developer By Isaac Sacolick Jan 24, 2019 13 mins Careers Engineer Software Development JavaScript tutorial: Using repeatable randomness with P5.js With repeatable randomness, we can take advantage of happy accidents when generating art—and preserve the results By Jonathan Freeman Jan 24, 2019 5 mins JavaScript Libraries and Frameworks Software Development How to use MiniProfiler in ASP.Net Core Take advantage of the simple and powerful MiniProfiler to identify performance bottlenecks in your ASP.Net Core MVC applications By Joydip Kanjilal Jan 21, 2019 6 mins C# Development Tools Microsoft .NET Cloud management: What you need to know In the emerging multicloud world, new management challenges arise. And so do new solutions, including CSPs, CMPs, and CASBs By Bob Violino Jan 17, 2019 9 mins Cloud Computing Cloud Management JavaScript tutorial: Create a watercolor edge with P5.js To paint a watercolor in JavaScript, we need paper, water, and ink. Step two is the ink edge color. By Jonathan Freeman Jan 17, 2019 5 mins Development Tools JavaScript Libraries and Frameworks How to work with Azure’s managed MariaDB Support for one of the web’s most popular databases can help you migrate your code to cloud-native architectures By Simon Bisson Jan 15, 2019 6 mins Cloud Computing Databases Microsoft Azure How to use Azure Table storage in .Net Take advantage of Azure Table storage in your .Net applications to store large amounts of key-value data in the Microsoft cloud By Joydip Kanjilal Jan 14, 2019 6 mins C# Cloud Computing Microsoft .NET How to create color-coded calendars in R Track your goals with color-coded calendars created with R packages ggplot2 and ggcal By Sharon Machlis Jan 11, 2019 8 mins Analytics R Language Software Development JavaScript tutorial: Create a textured paper background with P5.js To paint a watercolor in JavaScript, we need paper, water, and ink. Step one is paper. By Jonathan Freeman Jan 10, 2019 7 mins Development Tools JavaScript Libraries and Frameworks How to manage machine learning models Monitoring and management not only keep models in tune, but can help streamline the machine learning process By Michael Berthold Jan 9, 2019 8 mins Analytics Machine Learning Software Development How to work with Azure API Management Add Azure’s API Management tools to secure and manage access to your code for serverless and microservices applications By Simon Bisson Jan 8, 2019 6 mins APIs Cloud Computing Microsoft Azure Get started with natural language processing Software is going beyond storing and retrieving unstructured information by using NLP to improve user experiences, manage complex information, enable chatbot dialogs, and perform text analytics By Isaac Sacolick Jan 7, 2019 8 mins Analytics Machine Learning Natural Language Processing How to use cProfile to profile Python code Why is your Python app so slow? Find out by using Python’s built-in profiler to locate bottlenecks in your Python code By Serdar Yegulalp Jan 3, 2019 6 mins Development Tools Devops Python JavaScript tutorial: Get started with generative art and P5.js Do you want to create art with code? P5.js brings the Processing software sketchbook to JavaScript By Jonathan Freeman Jan 3, 2019 5 mins Development Tools JavaScript Libraries and Frameworks How to use action filters in ASP.NET Core MVC Take advantage of action filters in ASP.NET Core MVC to execute custom code at specific points in the request pipeline By Joydip Kanjilal Dec 31, 2018 5 mins C# Microsoft .NET Web Development How to find that scarce cloud talent Want to hire people with cloud-specific skills or those who understand cloud architecture or security? Here are two secrets By David Linthicum Dec 21, 2018 3 mins Careers Cloud Computing Homebrew tutorial: How to use Homebrew for MacOS The open source Homebrew package manager gives Mac users access to Unix command-line utilities that Apple left out — and a lot more By Martin Heller Dec 20, 2018 26 mins Open Source Software Development JavaScript promises: 3 gotchas and tricks to avoid them Promises, handlers, and chains are hardly straightforward. Follow these tips to keep your code clean and simple By Jonathan Freeman Dec 20, 2018 5 mins JavaScript Software Development How to use the Python debugger Learn how to perform interactive Python debugging with a built-in library you can embed directly into a Python app By Serdar Yegulalp Dec 19, 2018 3 mins Development Tools Python Software Development How to migrate your apps from Azure Container Service Microsoft’s ACS is shutting down in January 2020. Here are your options for Kubernetes, Docker, and DC/OS By Simon Bisson Dec 18, 2018 7 mins Cloud Computing Microsoft Azure Software Development How to enable CORS in ASP.NET Core Take advantage of the CORS middleware in ASP.NET Core to bypass the security restrictions of the web browser and allow cross-origin requests. By Joydip Kanjilal Dec 17, 2018 5 mins C# Microsoft .NET Web Development 5 principles to becoming a collaborative agile devops team Agile and devops are not just practices and technologies—they are designed to change how people in IT work together By Isaac Sacolick Dec 13, 2018 6 mins Agile Development Careers Software Development How to get started with Kubernetes From Hello Minikube to Kubernetes Anywhere to example microservices apps, the options for learning Google’s container orchestration tool abound By Serdar Yegulalp Dec 12, 2018 1 min Cloud Computing Devops Software Development 5 principles to becoming a collaborative agile devops team Agile and devops are not just practices and technologies—they are designed to change how people in IT work together By Isaac Sacolick Dec 12, 2018 5 mins Agile Development Careers Devops Create your cloud code installer with CNAB and Duffle Microsoft and Docker unveil new tools for managing and deploying cloud applications for containers on any cloud By Simon Bisson Dec 11, 2018 6 mins Cloud Computing Development Tools Technology Industry How to consume a WCF SOAP service in ASP.Net Core Learn how to use the Microsoft Connected Services extension to consume a WCF SOAP service from ASP.Net Core By Joydip Kanjilal Dec 10, 2018 5 mins C# Microsoft .NET Web Development How JavaScript promises work Learn why JavaScript promises are like a gift box and get up to speed with JavaScript promise syntax By Jonathan Freeman Dec 6, 2018 6 mins JavaScript Software Development Web Development How JavaScript promises work Learn why JavaScript promises are like a gift box and get up to speed with JavaScript promise syntax By Jonathan Freeman Dec 6, 2018 6 mins JavaScript Software Development Software licensing: The blind spot in public cloud costs Software licensing costs can be significantly higher for cloud instances than on-prem servers, or favor one cloud over others By Kim Weins Dec 5, 2018 5 mins Cloud Computing SQL tutorial: Learn SQL on MariaDB Follow this step-by-step guide to install MariaDB, load data, connect to a database, and execute SQL queries including table joins By Martin Heller Dec 4, 2018 14 mins Databases Development Tools Java Get started with Microsoft Learn developer tutorials The new training platform uses resources running on Azure so you can actually try out the concepts being taught By Simon Bisson Dec 4, 2018 5 mins IT Skills and Training Microsoft Azure Technology Industry How to implement global exception handling in ASP.Net Core Web API Take advantage of the UseExceptionHandler middleware in ASP.Net Core to ensure that every error in your Web API application is caught By Joydip Kanjilal Dec 3, 2018 6 mins Software Development SQL tutorial: Learn SQL on MariaDB Follow this step-by-step guide to install MariaDB, load data, connect to a database, and execute SQL queries including table joins By Martin Heller Dec 3, 2018 14 mins Analytics Databases SQL Do more with R: Quick lookup tables using named vectors Learn how named vectors give R developers an easy to use key-value pairs By Sharon Machlis Nov 30, 2018 5 mins Analytics Business Intelligence R Language How to build a Redis Streams application Get started with Redis Streams by creating an end-to-end solution for analyzing Twitter data By Roshan Kumar Nov 28, 2018 11 mins Databases Software Development How to build blockchains on Azure Develop trusted business applications with Microsoft’s Azure blockchain tools By Simon Bisson Nov 27, 2018 6 mins Microsoft Azure Software Development How to use Scrutor in ASP.Net Core Take advantage of Scrutor to eliminate the need for tedious boilerplate configuration to register services in ASP.Net Core By Joydip Kanjilal Nov 26, 2018 5 mins C# Microsoft .NET Web Development How to use consumer groups in Redis Streams Take advantage of consumer groups in Redis Streams to distribute the processing of a data stream among multiple consumers By Roshan Kumar Nov 21, 2018 9 mins Databases Software Development How to build 64-bit apps for Windows on ARM Updates to Visual Studio finally add native ARM64 support to Microsoft’s ARM-based always-connected PCs By Simon Bisson Nov 20, 2018 6 mins Development Tools Small and Medium Business Technology Industry How to avoid the coming cloud integration panic The need to have on-premises systems talk to public cloud systems is becoming critical. But so few enterprises are prepared By David Linthicum Nov 20, 2018 3 mins Cloud Computing Association, aggregation, and composition in OOP explained How to use association, aggregation, and composition to define relationships between the objects in your application. By Joydip Kanjilal Nov 19, 2018 5 mins Microsoft .NET Software Development Tutorial: Spark application architecture and clusters Learn how Spark components work together and how Spark applications run on standalone and YARN clusters By Jeffrey Aven Nov 15, 2018 14 mins Analytics Data Management Development Tools Tutorial: Spark application architecture and clusters Learn how Spark components work together and how Spark applications run on standalone and YARN clusters By Jeffrey Aven Nov 15, 2018 14 mins Analytics Data Management Python 1…111213141516171819…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