DEV Community

Paige Niedringhaus profile picture

Paige Niedringhaus

Staff Software Engineer, previously a digital marketer. Frontend dev is my focus, but always up for learning new things. Say hi: www.paigeniedringhaus.com

Education

Coding bootcamp DigitalCrafts after earning a BBA from Emory University Goizueta School of Business

Pronouns

she/her

Work

Staff Software Engineer at IoT startup Blues

Create a Custom Formatted CSV from Python Data

Create a Custom Formatted CSV from Python Data

Comments
8 min read
Use Selenium with Python to Target the XPath of a Particular Object

Use Selenium with Python to Target the XPath of a Particular Object

Comments
9 min read
Scrape Data from a Lazy Loading Website with Selenium Python

Scrape Data from a Lazy Loading Website with Selenium Python

Comments
14 min read
Copy Files from One Repo to Another Automatically with GitHub Actions

Copy Files from One Repo to Another Automatically with GitHub Actions

Comments
13 min read
Automatically Create a Pull Request Against a Feature Branch with GitHub Actions

Automatically Create a Pull Request Against a Feature Branch with GitHub Actions

Comments
8 min read
Use GitHub Actions to Automatically Publish a Repo Subfolder as an npm Library

Use GitHub Actions to Automatically Publish a Repo Subfolder as an npm Library

Comments
10 min read
Tips and Tricks for Using the Prisma ORM

Tips and Tricks for Using the Prisma ORM

Comments
16 min read
Use CSS to Reveal a Child Element in the DOM by Interacting with the Parent

Use CSS to Reveal a Child Element in the DOM by Interacting with the Parent

Comments
7 min read
Create Upsert Yourself for Amazon Redshift Databases

Create Upsert Yourself for Amazon Redshift Databases

2
Comments
6 min read
Rely on JavaScript's Intersection Observer to Execute Code When in View (or Not)

Rely on JavaScript's Intersection Observer to Execute Code When in View (or Not)

1
Comments
10 min read
Change SVG Color with Help from CSS Filter

Change SVG Color with Help from CSS Filter

Comments
7 min read
Render Multiple Colored Lines on a React Map with Polylines

Render Multiple Colored Lines on a React Map with Polylines

Comments
15 min read
Use Secret Environment Variables in GitHub Actions

Use Secret Environment Variables in GitHub Actions

4
Comments
9 min read
Merge JavaScript Objects in an Array with Different Defined Properties

Merge JavaScript Objects in an Array with Different Defined Properties

2
Comments
9 min read
Use CSS Grid to Make a Fixed Sidebar with Scrollable Main Body

Use CSS Grid to Make a Fixed Sidebar with Scrollable Main Body

5
Comments
11 min read
Anti-Theft GPS Tracker and Recovery System

Anti-Theft GPS Tracker and Recovery System

6
Comments
2 min read
Customize and Style Complex Data in React Table

Customize and Style Complex Data in React Table

6
Comments
16 min read
Build and Custom Style Recharts Data Charts

Build and Custom Style Recharts Data Charts

Comments
16 min read
Low Fi LoJack® with Blues Wireless and React

Low Fi LoJack® with Blues Wireless and React

6
Comments
13 min read
How to Unit Test Next.js API Routes with Typescript

How to Unit Test Next.js API Routes with Typescript

14
Comments
13 min read
Blues Wireless - Just Like React, but For IoT

Blues Wireless - Just Like React, but For IoT

10
Comments
7 min read
Create an Asset Tracker with Next.js and React Leaflet

Create an Asset Tracker with Next.js and React Leaflet

19
Comments
18 min read
Github Templates: The Smarter Way to Formalize PRs Among Dev Teams

Github Templates: The Smarter Way to Formalize PRs Among Dev Teams

Comments
7 min read
Use ES6 To Destructure Deeply Nested Objects in JavaScript

Use ES6 To Destructure Deeply Nested Objects in JavaScript

Comments
10 min read
JavaScript's Async / Await versus Promises: The Great Debate

JavaScript's Async / Await versus Promises: The Great Debate

Comments
12 min read
4 Solutions to Run Multiple Node.js or npm Commands Simultaneously

4 Solutions to Run Multiple Node.js or npm Commands Simultaneously

Comments
8 min read
Take Your VS Code Config Anywhere Easily with Settings Sync

Take Your VS Code Config Anywhere Easily with Settings Sync

Comments
9 min read
Node Engines: Helping Developers Everywhere Avoid Phantom Bugs

Node Engines: Helping Developers Everywhere Avoid Phantom Bugs

Comments
7 min read
Update Feature Toggles in a React App without Redeploying

Update Feature Toggles in a React App without Redeploying

Comments
12 min read
nvm, the Easiest Way to Switch Node Environments on Your Machine in a Flash

nvm, the Easiest Way to Switch Node Environments on Your Machine in a Flash

Comments
7 min read
How ESLint Makes Me a Better React Developer

How ESLint Makes Me a Better React Developer

Comments
11 min read
The Case for Standardized Error Handling in Your Web Application’s APIs

The Case for Standardized Error Handling in Your Web Application’s APIs

Comments
9 min read
Setting Up Swagger to API Test In a JavaScript Application

Setting Up Swagger to API Test In a JavaScript Application

Comments
21 min read
Using Java to Read Really, Really Large Files

Using Java to Read Really, Really Large Files

Comments
23 min read
Keep Code Consistent Across Developers The Easy Way — With Prettier & ESLint

Keep Code Consistent Across Developers The Easy Way — With Prettier & ESLint

Comments
12 min read
Getting Started with Puppeteer & Headless Chrome for End-to-End Testing

Getting Started with Puppeteer & Headless Chrome for End-to-End Testing

Comments
10 min read
Password Reset Emails In Your React App Made Easy with Nodemailer

Password Reset Emails In Your React App Made Easy with Nodemailer

4
Comments
16 min read
The Absolute Easiest Way to Debug Node.js - with VS Code

The Absolute Easiest Way to Debug Node.js - with VS Code

7
Comments 1
7 min read
Streams For the Win: A Performance Comparison of Node.js Methods for Reading Large Datasets (Pt 2)

Streams For the Win: A Performance Comparison of Node.js Methods for Reading Large Datasets (Pt 2)

5
Comments
9 min read
Using Node to Read Really, Really Large Datasets (Pt 1)

Using Node to Read Really, Really Large Datasets (Pt 1)

2
Comments
9 min read
How to Use Netflix's Eureka and Spring Cloud for Service Registry

How to Use Netflix's Eureka and Spring Cloud for Service Registry

2
Comments
12 min read
Postman vs. Insomnia: Comparing the API Testing Tools

Postman vs. Insomnia: Comparing the API Testing Tools

1
Comments
5 min read
Implementing JSON Web Tokens & Passport.js in a React App

Implementing JSON Web Tokens & Passport.js in a React App

4
Comments 1
16 min read
Using Docker & Docker Compose to Improve Your Full Stack App Development

Using Docker & Docker Compose to Improve Your Full Stack App Development

2
Comments
8 min read
Sequelize: Like Mongoose but for SQL

Sequelize: Like Mongoose but for SQL

3
Comments
8 min read
React, SVG Images and the webpack Loader to Make Them Play Nice

React, SVG Images and the webpack Loader to Make Them Play Nice

1
Comments 1
5 min read
Leveraging a Spring Cloud Config Server in a Node.js App's Feature Toggles (Pt 2)

Leveraging a Spring Cloud Config Server in a Node.js App's Feature Toggles (Pt 2)

3
Comments
11 min read
Why a Spring Cloud Config Server is Crucial to a Good CI/CD Pipeline (Pt 1)

Why a Spring Cloud Config Server is Crucial to a Good CI/CD Pipeline (Pt 1)

Comments
8 min read
What is Graphql, Really?

What is Graphql, Really?

Comments
9 min read
JavaScript Array Methods to Make You a Better Developer

JavaScript Array Methods to Make You a Better Developer

2
Comments
12 min read
How I Earned a Full-time Software Engineer Offer in 6 Months

How I Earned a Full-time Software Engineer Offer in 6 Months

2
Comments
10 min read
How I Went From a Digital Marketer to a Software Engineer in 4 Months

How I Went From a Digital Marketer to a Software Engineer in 4 Months

Comments
11 min read
loading...