Austin Gil, Hacker Noon

Austin Gil

Hacker Noon

Portland, OR, United States

Contact Austin

Discover and connect with journalists and influencers around the world, save time on email research, monitor the news, and more.

Start free trial

Recent:
  • Unknown
Past:
  • Hacker Noon
  • DZone

Past articles by Austin:

I Finally Figured out how to Explain Edge Computing

Edge compute is the new frontier in computing technology. This article explains what it is and why it's awesome, all along with cute pictures of dogs. → Read More

Beautifully Resilient Apps With Progressive Enhancement

I’ve talked at length about the benefits and virtues of progressive enhancement. → Read More

Cookies At The Edge: Not A Baking Blog Post

I came across an interesting use case for edge compute the other day: cookie management at the edge. → Read More

How to Optimize Content Migrations With Edge Compute

The more I learn about edge computing, the more I look for compelling use cases that developers can relate to. Today, I have one: edge redirects. → Read More

The Latest Improvements in Vuetensils 0.10

I’ve recently published the latest version of Vuetensils and wanted to take some time to share some of the features I’m most excited about. → Read More

All About My New Job at Akamai

I got a new job as a Senior Developer Advocate at Akamai. This post shares my thoughts on the role, company, and industry. In short, I'm excited. → Read More

How to Automate Accessibility in Your Workflow

Get more team members involved with accessibility by sharing tools they'll actually use. A11y tools for design, development, QA, and CI/CD. → Read More

Opinion: WordPress is Not Dead

A lot of folks talk trash about WordPress, and I just don't get it. There's so much to love. Here are my thoughts on why it's great. → Read More

Build HTML Forms Right

This article covers security aspects to consider when creating forms for the web. We'll be applying security principles to provide the best security possible. → Read More

Automatically Import SASS/SCSS Into Every Vue.js Component

Have you ever wanted to import SCSS files into every Vue.js component automatically? This article will show you how to do so with Vue CLI 4, 3, and 2. → Read More

Building Effective HTML Forms: User Experience

After semantics, accessibility, and styling HTML forms, it's time to consider user experience. This article covers many dos and donts around UX for HTML forms. → Read More

How to Build HTML Forms Right: Semantics

Discuss semantics in part one of a series about creating forms for the web, how to approach each step, and considerations to make along the way. → Read More

State Management for Slot Elements in Vue.js

I recently had the need to update the state of a component any time its contents (slot, children, etc.) changed. For context, it’s a form component that tracks the validity state of its inputs. → Read More