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 R tip: Keep your passwords and tokens secure with the keyring package Saving tokens and passwords in an R environment variable means they’re stored in an unencrypted, clear text file. With the keyring package, your credentials are more secure By Sharon Machlis Nov 15, 2018 3 mins Analytics R Language Software Development How to use Redis Streams Redis Streams is a new Redis data structure for managing data channels between producers and consumers. Here’s how to get started By Roshan Kumar Nov 14, 2018 9 mins Databases Software Development Write a purely functional Bubble Sort application Improve a classic, object-oriented sort application using Java's functional programming capabilities By Jeff Friesen Nov 12, 2018 8 mins APIs Java Software Development Functional programming for Java developers, Part 2 Rewrite object-oriented code using functional techniques. Get started with lambdas, method references, functional interfaces, and the Streams API in Java By Jeff Friesen Nov 12, 2018 24 mins Java Programming Languages Software Development How to use session storage in ASP.Net Core Take advantage of session storage middleware in ASP.Net Core to store user-specific data and session state on the server By Joydip Kanjilal Nov 12, 2018 5 mins C# Microsoft .NET Web Development R tutorial: How to import data into R In this book excerpt, learn how to import data into R from spreadsheets, HTML tables, and more. By Sharon Machlis Nov 8, 2018 33 mins Analytics R Language How to automate model validation in ASP.Net Core Take advantage of automatic model state validation in ASP.Net Core to avoid tedious manual coding for HTML form validation By Joydip Kanjilal Nov 5, 2018 5 mins C# Microsoft .NET Web Development How to add sparklines to R tables When you want to visualize results in each row—such as when each row of data is a trend over time—you can do that inside a new table column with mini inline graphs called sparklines By Sharon Machlis Nov 5, 2018 7 mins Analytics R Language How to use KNIME for data science Free, open-source KNIME allows you to visually assemble data processing “nodes” into machine learning, deep learning, and other analytics workflows. By Martin Heller Nov 1, 2018 10 mins Development Tools Machine Learning Open Source Tutorial: Programming in React for beginners Here, I start at the very beginning so you can get your hands dirty by building a simple React app By Kirupa Chinnathambi Nov 1, 2018 13 mins JavaScript Software Development Web Development Best practices for developing data-integration pipelines Because data and analytics are more critical to business operations, it’s important to engineer and deploy strong and maintainable data pipelines By Isaac Sacolick Oct 31, 2018 6 mins Data Integration Software Development Functional programming for Java developers, Part 1 Optimize your Java code with these five functional programming techniques By Jeff Friesen Oct 30, 2018 19 mins Java JavaScript Software Development How to use Git and GitHub for Microsoft development Microsoft’s development tools offer many ways to work with Git source control, from plug-ins to direct integration By Simon Bisson Oct 30, 2018 7 mins Microsoft .NET Microsoft Azure Technology Industry How to use Serilog in ASP.Net Core Take advantage of Serilog to implement structured logging in your ASP.Net Core applications By Joydip Kanjilal Oct 29, 2018 4 mins C# Microsoft .NET Web Development How to use KNIME for data science Free, open-source Knime allows you to visually assemble data processing “nodes” into machine learning, deep learning, and other analytics workflows. By Martin Heller Oct 29, 2018 10 mins Analytics Data Science Machine Learning Do more with R: Quick interactive HTML tables See how to create an interactive table with one line of code (and the DT package). Plus, easy customizations By Sharon Machlis Oct 26, 2018 4 mins Analytics Business Intelligence R Language Introducing Fluent, Windows 10’s modern UI approach Code isn’t the only thing that matters to your users—design and experience are as important By Simon Bisson Oct 23, 2018 6 mins Small and Medium Business Software Development How to configure Jira to support multiple agile teams Finding the right balance requires agile leaders to define where and how to apply consistent standards while still empowering teams to self-organize By Isaac Sacolick Oct 22, 2018 9 mins Agile Development Software Development How to Dockerize an ASP.Net Core application Learn how to build, deploy, and run your ASP.Net Core application in a lightweight, portable Docker container By Joydip Kanjilal Oct 22, 2018 5 mins C# Microsoft .NET Web Development RegEx tutorial: Matching sets of characters Learn how to use regular expressions to work with sets of characters to find what you specifically want—or don’t want By Ben Forta Oct 18, 2018 7 mins Software Development How to secure your Azure network Connected virtual machines need the same kind of security and network management tools as your own data center By Simon Bisson Oct 16, 2018 5 mins Cloud Computing Microsoft Azure Technology Industry How to use the DbContext in Entity Framework Core Take advantage of the DbContext in Entity Framework Core to connect to a database and perform CRUD operations using CLR objects By Joydip Kanjilal Oct 15, 2018 5 mins C# Microsoft .NET Small and Medium Business Do more with R: drag-and-drop ggplot A new R package creates a simple graphical user interface for ggplot2—and it generates R code for the visualization you create By Sharon Machlis Oct 12, 2018 4 mins Analytics R Language Software Development How to use configuration providers in ASP.Net Core Take advantage of configuration providers and dependency injection to configure your ASP.Net Core applications in a loosely coupled manner By Joydip Kanjilal Oct 8, 2018 5 mins C# Microsoft .NET Software Development SQL tutorial: Learn SQL on PostgreSQL Follow this step-by-step guide to install PostgreSQL, load data, connect to a database, and execute SQL queries including table joins By Martin Heller Oct 8, 2018 14 mins Analytics Databases SQL How to create a component-based Rails application Components can improve maintainability, reduce complexity, and accelerate testing in large Rails applications By Stephan Hagemann Oct 4, 2018 39 mins Programming Languages Ruby Software Development Reshape data in R with the tidyr package See how the tidyr R package’s gather and spread functions work. Plus a bonus look at labeling in ggplot2 with the directlabels package By Sharon Machlis Oct 3, 2018 6 mins Business Intelligence Data Science R Language Built for realtime: Big data messaging with Apache Kafka, Part 2 How Apache Kafka's partitions, message offsets, and consumer groups handle up to millions of messages per day By Sunil Patil Oct 2, 2018 22 mins Careers Java Open Source Built for realtime: Big data messaging with Apache Kafka, Part 1 Build a continuous big data messaging system with Apache Kafka By Sunil Patil Oct 2, 2018 14 mins Analytics Java Open Source How to enforce SSL in ASP.Net Core Take advantage of HTTPS and the HSTS security enhancement to encrypt web client and server communications in your ASP.Net Core applications By Joydip Kanjilal Oct 1, 2018 5 mins Security Small and Medium Business Web Development 5 best practices to measure and manage technical debt The secret to maintaining applications and avoiding or at least delaying legacy status lies in how organizations and teams manage technical debt By Isaac Sacolick Oct 1, 2018 8 mins Application Life Cycle Management Careers Software Development MariaDB tutorial: Get started with MariaDB Download, install, and set up a basic instance of the popular open source database with this step-by-step guide By Serdar Yegulalp Sep 27, 2018 14 mins Databases SQL Software Development How to use Azure ML in Windows 10 With local machine learning support, there’s no need to worry about shipping data to cloud services, especially where bandwidth or data protection can be an issue By Simon Bisson Sep 25, 2018 6 mins Machine Learning Microsoft Azure Small and Medium Business How to use File Providers in ASP.Net Core Take advantage of File Providers in ASP.Net Core to retrieve information about files and directories and interact with the physical file system By Joydip Kanjilal Sep 24, 2018 4 mins Microsoft .NET Small and Medium Business Web Development How to transition to a microservices architecture When you hit scalability issues or find it has become costly and hard to release regular updates to your monolithic applications, it’s time to move to the microservices approach. Here’s how By Parminder Singh Kocher Sep 20, 2018 20 mins Software Development How to transition to a microservices architecture When you hit scalability issues or find it has become costly and hard to release regular updates to your monolithic applications, it’s time to move to the microservices approach. Here’s how By Parminder Singh Kocher Sep 20, 2018 20 mins Careers Software Development How to secure your PostgreSQL database Follow these steps to enable SSL connections and properly configure user privileges to keep your database secure By Avinash Vallarapu Sep 19, 2018 15 mins Databases SQL Security How to use the Dapper ORM in ASP.NET Core Take advantage of the Dapper ORM’s support for asynchronous operations to bring fast data access to your ASP.NET Core applications By Joydip Kanjilal Sep 17, 2018 4 mins C# Microsoft .NET Web Development When to use a CRDT-based database Learn why, when, and how to use conflict-free replicated data types to bring strong eventual consistency to your geo-distributed applications By Roshan Kumar Sep 13, 2018 19 mins Databases Software Development It’s gotten a little easier to develop PWAs in Windows Microsoft’s progressive web apps tools remain unintegrated, but there's been some progress for Visual Studio developers By Simon Bisson Sep 11, 2018 6 mins Small and Medium Business Technology Industry Web Development How to use the proxy design pattern in .Net Take advantage of the proxy design pattern to provide a convenient placeholder for accessing a remote, complex, or protected object By Joydip Kanjilal Sep 10, 2018 4 mins C# Microsoft .NET Small and Medium Business How to use NLog in ASP.NET Core Take advantage of dependency injection and NLog to build custom logging middleware for your ASP.NET Core application. By Joydip Kanjilal Sep 3, 2018 5 mins C# Small and Medium Business Web Development Mastering Spring framework 5, Part 2: Spring WebFlux Build reactive web applications using Spring WebFlux annotations and functional programming techniques By Steven Haines Aug 30, 2018 31 mins Development Tools Libraries and Frameworks Web Development How to do agile estimation the right way Agile estimation to drive team alignment, productivity, and quality—if you get the nuances right By Isaac Sacolick Aug 29, 2018 9 mins Agile Development Careers Software Development How to work with Azure file storage in C# Take advantage of Azure Files in your .Net applications to access managed, secure, SMB file shares in the Microsoft Azure cloud By Joydip Kanjilal Aug 27, 2018 5 mins Cloud Computing Small and Medium Business Web Development Go tutorial: Get started with Google Go Go is a concise, simple, safe, and fast compiled language that trades features for speed. Isn’t it time you gave it a try? By Martin Heller Aug 22, 2018 14 mins Golang Software Development Web Development Machine learning: How to create a recommendation engine In this excerpt from the book “Pragmatic AI,” learn how to code recommendation engines based on machine learning in AWS, Azure, and Google Cloud By Noah Gift Aug 21, 2018 24 mins Analytics Java Machine Learning Meet Microsoft’s new managed microservices: Azure Service Fabric Mesh Microsoft’s Azure Service Fabric gets a containerized makeover with Azure Service Fabric Mesh By Simon Bisson Aug 21, 2018 6 mins Microsoft .NET Microsoft Azure Serverless Computing How to work with Azure Logic Apps in .Net Take advantage of Azure Logic Apps to easily create and deploy cloud-based integrations and workflows By Joydip Kanjilal Aug 20, 2018 6 mins Microsoft .NET Microsoft Azure Small and Medium Business Machine learning: How to create a recommendation engine In this excerpt from the book “Pragmatic AI,” learn how to code recommendation engines based on machine learning in AWS, Azure, and Google Cloud By Noah Gift Aug 17, 2018 24 mins Analytics Machine Learning Software Development 1…121314151617181920…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