onelnx
Blog

Insights from Onelnx — page 2

Code highlighting with PrismJs

Code highlighting with PrismJs

The library that I use across this site is called PrismJs it's an easy and clean JavaScript library for styling and highlighting code. It's simple to configure download and use, so I will

Read article
Security tools I use to facilitate secure communication on my devices

Security tools I use to facilitate secure communication on my devices

The security tools I use range from VPNs, encrypted emails and secure messaging. These tools facilitate different needs and allow me access different security protocols when necessary.

Read article
Using Polly to retry HTTP requests in .net

Using Polly to retry HTTP requests in .net

An example on how to use Polly's SDK to retry HTTP requests in .net. The Polly SDK has several policies which allow developers to express HTTP logic such as retries.

Read article
Introducing reactjs into existing ASP.NET core application

Testing Intl.NumberFormat in ReactJs using Jest

I have a reactjs component that uses the Intl.NumberFormat class

Read article
Replacing Google Analytics with Google Tag Manager

Replacing Google Analytics with Google Tag Manager

Reducing the amount of 3rd party scripts on your site is essential for performance and security reasons.

Read article
Securing your network for IoT devices

Securing your network for IoT devices

We are going to create 3 main rules which will prevent the IoT network from communicating with the main network, except to see the DNS server.

Read article
Introducing reactjs into existing ASP.NET core application

Introducing reactjs into existing ASP.NET core application

You'll also need to add some script tags on that same page which reference the react libraries & the script file that will contain all of the custom components created for the application

Read article
Azure functions with blob trigger

Azure functions with blob trigger

Azure functions are a great way to encapsulate core non sequential functionality that can be run in a background process

Read article
Upgrading to .NET Core 3.0

Upgrading to .NET Core 3.0

I recently migrated from .NET Core 2.0 to .NET Core 3.0 and here's the steps I had to take. Upgrade all project references from 2.0 -> 3.0

Read article
Ensuring Node Express Restarts

Client Authentication using NodeJs

Below I will demonstrate how to setup a server running NodeJs that performs client certification authentication which will reject any requests not made with a valid certificate.

Read article
Root Certificate Configuration for Azure VPN

Root Certificate Configuration for Azure VPN

Below shows a code example of how to covert a certificate to a Base64 string in order to create a point to site VPN for use with Azure.

Read article
DEIDRE - The process of addressing security incidents

DEIDRE - The process of addressing security incidents

What does a company do when a security incident happens? How do they react? What is the process that they follow to resolve the issue and ensure that it doesn't happen again?

Read article