DEV Community

Sean Welsh Brown profile picture

Sean Welsh Brown

Full-Stack Software Engineer; using a background in Acting and Voice-Over to pursue a lifelong love of software and technology from an arts and humanities perspective.

Location New York City Joined Joined on  github website twitter website

Education

New York University / Flatiron School

Installing MongoDB on Windows Subsystem for Linux (WSL) 2

Installing MongoDB on Windows Subsystem for Linux (WSL) 2

92
Comments 22
4 min read

Want to connect with Sean Welsh Brown?

Create an account to connect with Sean Welsh Brown. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Using stopPropagation() to Stop Event Bubbling in JavaScript

Using stopPropagation() to Stop Event Bubbling in JavaScript

15
Comments
4 min read
How to Determine if a String is a Palindrome (in JavaScript)

How to Determine if a String is a Palindrome (in JavaScript)

67
Comments 11
5 min read
Implementing a Bubble Sort Algorithm in JavaScript

Implementing a Bubble Sort Algorithm in JavaScript

41
Comments 6
6 min read
Implementing a Selection Sort Algorithm in JavaScript

Implementing a Selection Sort Algorithm in JavaScript

32
Comments 2
5 min read
Implementing an Insertion Sort Algorithm in JavaScript

Implementing an Insertion Sort Algorithm in JavaScript

51
Comments 4
5 min read
Using the "in" Operator in JavaScript

Using the "in" Operator in JavaScript

6
Comments 2
3 min read
Implementing a Basic Binary Search Tree in JavaScript

Implementing a Basic Binary Search Tree in JavaScript

81
Comments 8
4 min read
Writing a Binary Search Algorithm in JavaScript

Writing a Binary Search Algorithm in JavaScript

27
Comments
4 min read
Two Ways to Rotate an Array in JavaScript

Two Ways to Rotate an Array in JavaScript

60
Comments 7
4 min read
Implementing a Simple LRU Cache in JavaScript

Implementing a Simple LRU Cache in JavaScript

87
Comments 7
5 min read
Using JavaScript's BigInt Data Type

Using JavaScript's BigInt Data Type

7
Comments
4 min read
Do...While in JavaScript; executing the forgotten loop

Do...While in JavaScript; executing the forgotten loop

5
Comments
2 min read
Find the Length of the Longest Substring Without Repeating Characters (in JavaScript)

Find the Length of the Longest Substring Without Repeating Characters (in JavaScript)

6
Comments 4
4 min read
Find the First Duplicate in a JavaScript Array

Find the First Duplicate in a JavaScript Array

52
Comments 5
4 min read
Using Node.js on your command line to quickly test JavaScript functions

Using Node.js on your command line to quickly test JavaScript functions

8
Comments 1
3 min read
In-Place Algorithms; what are they, and why use them?

In-Place Algorithms; what are they, and why use them?

18
Comments 5
3 min read
Using an expiry date in JavaScript to create self-destructing data

Using an expiry date in JavaScript to create self-destructing data

6
Comments
5 min read
Using CSS Modules in GatsbyJS

Using CSS Modules in GatsbyJS

9
Comments
4 min read
Setting up Windows Subsystem for Linux (WSL 2) as a Bootcamp Grad

Setting up Windows Subsystem for Linux (WSL 2) as a Bootcamp Grad

9
Comments 1
6 min read
How to Save an HTML5 Canvas as an Image With .toDataURL()

How to Save an HTML5 Canvas as an Image With .toDataURL()

7
Comments
5 min read
loading...