Open in app
Home
Notifications
Lists
Stories

Write
Dustin Morris
Dustin Morris

Home

Jan 21

Adding HyperLinks to a Word Document in Powershell

I wanted to troubleshoot a section of code to see if a large file was causing an error that involved a Word document. Perhaps the best way to test the problem was to induce an Out Of Memory failure during the debug process. However, I wanted to practice Powershell writing…

4 min read

Adding HyperLinks to a Word Document in Powershell
Adding HyperLinks to a Word Document in Powershell

Apr 21, 2021

SQL and C# Data Access

Two alternate approaches to access data from an Sql query I haven’t written in a while. I tend to write when something intrigues me and I believe it might have value to someone else. I was tasked to query a database and return the results in JSON format using C#…

C Sharp Programming

2 min read

SQL and C# Data Access
SQL and C# Data Access

Jan 23, 2021

Symmetric Difference in Javascript

The mathematical term symmetric difference(∆) of two sets is the set of elements which are in either of the two sets but not in both. For example: A = [1, 2, 3, 4] B = [3,4,5,6] A∆B = [1,2,5,6] Embarrassing First Attempt Embarrassingly, my first attempt at solving the problem is seen below…

Algorithms

2 min read

Symmetric Difference in Javascript
Symmetric Difference in Javascript

Nov 16, 2020

Securing a web application

My last article I was working on a spinning wheel for random list selection. This is a continuation of that project. I want my users to be able to make their own lists. In order to do that, I need to allow the users to store data. …

Website Security

3 min read

Securing a web application
Securing a web application

Oct 31, 2020

Using D3js and React Together

How do you manipulate the DOM with React in full control? D3js is a powerful SVG creating and manipulation tool created by Mike Bostock. Here is a link to just some of the visualizations possible with the tool https://observablehq.com/@d3/gallery. Your imagination is your limit. React is an open source framework…

D 3 Js

2 min read

Using D3js and React Together
Using D3js and React Together

Using D3js and React Together

How do you manipulate the DOM with React in full control?

D3js is a powerful SVG creating and manipulation tool created by Mike Bostock. Here is a link to just some of the visualizations possible with the tool https://observablehq.com/@d3/gallery. Your imagination is your limit.

React is an open source framework…

--

--


Oct 11, 2020

LRU Cache in Javascript

Least Recently Used Cache Algorithm — I practice algorithms everyday. My go to websites for algorithm practice are leetcode.com and algoexpert.io This particular problem is on leetcode.com titled LRU Cache. Least Recently Used Cache is helpful for removing old cache items thereby maintaining a fixed memory space and limiting the cache size for faster cache searches. …

Algorithms

1 min read

LRU Cache in Javascript
LRU Cache in Javascript

Aug 12, 2020

Passing state with React Hooks

React Hooks are a recent addition to React. They allow state without using classes. Although classes are still supported, the general consensus is to migrate towards React Hooks. My first foray using React Hooks was working on an open source project called Musyn (https://github.com/d-rowe/musyn) …

React Hooks

2 min read

Passing state with React Hooks
Passing state with React Hooks

Jul 22, 2020

ArangoDB on AWS EC2 Linux Instance

I recently worked on a project that involved testing various databases and horizontal scaling architecture. One of the databases was Postgres and the other Arango. Although Postgres is available as an Amazon-Linux-Extra and easily installed, Arango is not. …

Arangodb

2 min read

Dustin Morris

Dustin Morris

Following
  • Andre Lopes

    Andre Lopes

  • Jiangong Sun

    Jiangong Sun

  • Daan

    Daan

  • Helder Esteves

    Helder Esteves

  • Johannes Baum

    Johannes Baum

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable