DocuVieware Tutorial for Blazor
This article introduces you to the DocuVieware control. You learn about the new Blazor web platform and its hosting models, and integrate DocuVieware with a Blazor WebAssembly app.
Monitoring MySQL Database Performance with New Relic
MySQL is an open source relational database system that, like Linux, started its history as a personal side project. Over its 25 years of history, MySQL has gained significant traction, and today a broad range of companies, such as Sony and Uber, use it to run their multi-petabyte mission-critical databases. In a way, MySQL has been a victim of its own success. […]
Using the TomTom Maps SDK for Web with ASP.NET Core, Part 2
In this article we’ll learn how to draw polygons to highlight landmark boundaries, which separate famous places from their surroundings and add hyperlinks to the markers to zoom in to the selected locations.
WordPress Plugins and TomTom: Adding Routing and Geocoding
This article in an introduction to using the TomTom API with WordPress.
React Hooks – How to Transition your App from React Components to Hooks
In this article we walk through the process of converting a stateful class component to a stateful hook component.
What Web Developers Need to Know About Content Security Policy
In the article we put CSP to good use in restricting the source of resource to eliminate the possibility of running/displaying untrusted contents.
How to Build a Sales Dashboard with React
Wijmo’s components help you innovate by giving you the tools to create great looking enterprise dashboards right away.
Securing Secrets in Kubernetes
Conjur is an open-source, centralized platform that can be used to consistently enforce security policies for non-human identities for secrets management and access control.
Tutorial: Enforcing security and compliance policies in CloudFormation with Bridgecrew
In this article we learn how to bake in automated security checks into AWS deployments using Bridgecrew.
Using the TomTom Maps SDK for Web with ASP.NET Core, Part 1
TomTom Maps SDK is a set of libraries that offer robust and comprehensive location services, including maps, search, routing, traffic, and geofencing. TomTom Maps SDKs are available for different platforms—Android, iOS, and Web. But can we put TomTom Maps SDK for Web to work with a popular web framework, such as ASP.NET Core? The answer […]