Coner Murphy

Coner Murphy @conermurphy

About: Web Developer 👨‍💻 • Content Creator ⌨️ • Indie Hacker 💼 • AWS Community Builder ☁️

Location:
United Kingdom
Joined:
Dec 4, 2019

Coner Murphy
articles - 26 total

How to Build Your Own ChatGPT Clone Using React & AWS Bedrock

Over the last few months, AI-powered chat applications like ChatGPT have exploded in popularity and...

Learn More 3 0May 1 '24

Accurately Typing DynamoDB Data from the AWS SDK using TypeScript

This post was originally published on my blog on 10th August 2023 If you’ve ever tried building a...

Learn More 0 0Aug 30 '23

Handling Contact Forms Submissions With a Custom REST API using AWS SES, API Gateway, and Lambda

When it comes to building contact forms for a website, you could use a paid service to handle the...

Learn More 1 0Aug 10 '23

Reducing Latency: Pre-Warming Lambda Functions with EventBridge Rules

For any application, it’s important to have low latency times to ensure a fast and responsive...

Learn More 0 0Aug 3 '23

How to Build a REST API With the AWS CDK Using API Gateway, Lambda, and Dynamodb With API Key Authentication

APIs are a common occurrence in the developer world and for a good reason, they allow us to easily...

Learn More 0 0Jul 5 '23

How to Build a Contact Form With Next.js and AWS

It’s pretty common nowadays to have a contact form on your website to make it a super simple process...

Learn More 2 0Feb 6 '23

Creating Linked Blog Post Headers using MDX on GatsbyJS.

MDX is a great way to blog if you're a developer. I've been using it on my personal website for a few...

Learn More 6 0May 27 '21

How to Create a Custom Email Signup Form for ConvertKit on GatsbyJS.

Welcome back to my blog. We all know the benefits that building a following online can bring. And,...

Learn More 3 0May 27 '21

Three Tools to Increase Your Productivity As a Developer.

Being productive is more than getting work done. Being productive is using our time to its greatest...

Learn More 5 1Apr 19 '21

How to Install Multiple NodeJS Versions Using NVM.

Recently, while I was updating my website I also wanted to upgrade the NodeJS version. Having...

Learn More 2 0Apr 17 '21

How to Create Paginated Pages on GatsbyJS With Pagination Controls.

Welcome back to the blog! In this post, we are going to be looking at how to add pagination to pages...

Learn More 0 0Apr 10 '21

Five Ways to Improve Your Writing As a Developer.

This post was originally published on my blog: conermurphy.com if you like my content please consider...

Learn More 2 0Apr 7 '21

Maximising Blog Post Impressions by Cross-posting the Correct Way.

This post was originally published on my blog: conermurphy.com if you like my content please consider...

Learn More 6 2Apr 3 '21

Open Graph & Twitter Meta Tags Missing from GatsbyJS Website in Production

Recently when trying to get Twitter Cards working on my website I realised that the Meta Tags for...

Learn More 1 0Feb 5 '21

JavaScript Array Methods: Array.prototype.concat()

Series Introduction The JavaScript Array data type currently has 37 methods on it...

Learn More 6 0Jun 7 '20

Making an RSS Feed for a Gatsby Mdx Blog.

Gatsby and RSS feeds. By default you can use markdown with Gatsby to create blog posts and...

Learn More 0 0Jun 6 '20

Finding and Updating Outdated NPM Packages.

One of the many responsibilities of developers is ensuring the security of the applications and tools...

Learn More 7 0May 30 '20

JavaScript Array Methods: Array.of()

Series Introduction The JavaScript Array data type currently has 37 methods on it...

Learn More 1 0Jun 5 '20

How to Delete Multiple Files in NodeJS using Promises

Deleting Files Overview NodeJS is a great tool and can do many things but it wasn't until...

Learn More 9 0Jun 4 '20

JavaScript Array Methods: Array.isArray()

Series Introduction The JavaScript Array data type currently has 37 methods on it...

Learn More 0 0Jun 3 '20

Changing the colour of VSCode's menu bar

To change the menu bar colour of your VSCode instance per project you just need to add the following...

Learn More 0 0Jun 2 '20

JavaScript Array Methods: Array.from()

Series Introduction The JavaScript Array data type currently has 37 methods on it...

Learn More 2 0Jun 1 '20

How to add Open Graph image support to Gatsby blog posts.

Having a super fast website is great for your users once there on your website but the hard part is...

Learn More 5 0May 31 '20

JavaScript Fundamentals: Getters & Setters

⏫🔽 JavaScript Fundamentals: Getters & Setters To Get or To Set? That is the q...

Learn More 15 1Jan 18 '20

Posting to Instagram from a Desktop? Here's how.

Posting to Instagram from a Desktop? Here's how. Posting to Instagram isn't just...

Learn More 3 0Jan 9 '20

JavaScript Fundamentals: Functions Part 1

JavaScript Fundamentals - 001 - Functions Part 1 Series Introduction Often as d...

Learn More 7 1Jan 3 '20