Andrew McKeever

Andrew McKeever @keevcodes

About: Software developer working in Ag-Tech.

Location:
Hamburg, DE
Joined:
Jan 3, 2019

Andrew McKeever
articles - 17 total

Cleaner short circuits with optional chaining.

Support for the optional chaining operator came to some major browser releases, allowing for easier...

Learn More 11 0Mar 23 '20

A use case for the Object.entries() method

Split up objects with Object.entries() and Array.filter

Learn More 40 5Feb 5 '20

Using CSS modules

Breaking larger code bases into smaller chunks using component based architecture has made it much...

Learn More 12 0Jan 15 '20

Happy New Year!

Happy New Year 🎉 to everyone in this awesome Dev.to community, It's been a great alternative to other...

Learn More 5 0Dec 31 '19

Beef up your HTTPS sites with a Content Security Policy

HTTPS is quickly becoming a standard implementation when creating a website or application. Most...

Learn More 56 2Dec 13 '19

Syncing up Google Ads and Analytics to your React App.

Getting setup Google has made it quite simple to integrate Ads and Analytics. To get...

Learn More 10 1Dec 5 '19

Agencies or In-house, which do you prefer?

I spent my first few years of as a developer working for agencies, but recently moved to an in-house...

Learn More 5 0Nov 27 '19

More time coding, less time debugging. Interfaces in TypeScript applications

The goal of this article is to deepen your understanding of what interfaces are, not just how to...

Learn More 63 7Nov 18 '19

VScode extensions and shortcuts to improve your productivity

Since I started using VSCode a couple of years ago, I've learned quite a few handy shortcuts and...

Learn More 108 10Nov 11 '19

What's some of your favorite experiences with onboarding?

Today was my first day at a new company and after a briefing on the company history along a partner...

Learn More 6 0Nov 4 '19

Improve accessibility with prefers-reduced-motion

Making our sites or apps accessible is a major responsibility for all of us developers. Many of us...

Learn More 12 0Oct 28 '19

A quick glimpse into Server side rendering a React App

Server side rendering took a bit of a back seat with the initial popularity boom of client side...

Learn More 10 0Oct 17 '19

Another self taught journey story.

When I first started learning web development in pursuit of making a career out of it, one of the...

Learn More 10 0Sep 26 '19

Great Doc Marty! Improve your documentation with the JSDoc api

Whoa Doc, that's heavy. Documentation is one of the most important parts of our code. Our...

Learn More 10 0Aug 19 '19

The unique key prop in JSX.

whats the pesky console error really about.

Learn More 10 0Jul 9 '19

Pure Functions in React

Pure functions and their relationship in React

Learn More 28 9Jun 8 '19

The JavaScript Set Object

A simple way to create unique arrays

Learn More 8 2May 26 '19