-
Editorial
Rod writes about something...
-
Add Some Class to Your JavaScript
Paul introduces the ES6 JavaScript class keyword and shows you how to pass in arguments, create public read-only properties, and make private fields. You’ll learn how to override an inherited method in an extended class, call methods in the parent class, and extend the built-in classes.
-
Threat Detection Using Anomaly Detection
You might be most successful fighting off AI security attacks by using AI to identify anomalies, according to Sahil. Follow along as he builds a local anomaly detection system using Python.
-
Angular Signals in the Real World: Smarter Inputs and Reactive Routing
In this second installation of his series on Angular Signals, Sonu designs Angular Signals applications that replace lifecycle-bound input handling, remove boilerplate queries, update two-way binding, use signals and route parameters to improve navigation decisions, and connect to signal-powered API calls.
-
Integrating AI and ML in .NET Code with ML.NET
Joydip looks at how Microsoft’s cross-platform, open-source machine learning framework, ML.NET, brings AI and ML to .NET developers. You can build, train, and deploy models that get your business where you want it to go using tools already available in .NET.
-
Custom Scripting for Web Applications
Nevio, Enzo, and Vassili explore using a customized C# scripting language to develop server-side API scripts for web applications.
-
MCP: Building the Bridge Between AI and the Real World
Despite AI’s current unwieldiness, Jason is determined to wrangle it into submission. Using Model Context Protocol (MCP), he shows you how to establish a stable infrastructure and build the tools you need, with request context, authorized sources, and security.
-
Fixing Security Issues in Seconds, Not Sprints, Powered by GenAI
Security is always on everyone’s minds, but it often comes too late in the development process to be handled quickly or comprehensively. Gaurav uses SecureCodeAgent, a GenAI-powered solution, earlier in the development cycle.