AY

Blog

Sometimes I like writing about interesting things I learn, if anything so I can come back and review it if I ever need to.

I haven't written much, but maybe more will come. Maybe...

VueMaps

Built a barebones map app in an afternoon to learn Vue!

Vue.js
JavaScript (TypeScript)

Browser Storage Methods: Storage API vs IndexedDB vs Cookies

A rundown of basic browser storage methods: Storage API (local/session storage), IndexedDB, and cookies.

JavaScript

Web Sockets vs Server-Sent Events vs Long Polling

A comparison of basic client-server communication methods: Web Sockets, Server-Sent Events, and Long Polling.

JavaScript

How It Feels to Collaborate With a Great Dev Team

This is what collaborating with great team members feels like.

Path Aliasing With TypeScript

How to use path aliasing to avoid nasty import statements.

JavaScript (TypeScript)
React

A List of Components as Children in React

You can write a list of components in React, and it will render.

JavaScript (JSX)
React

How to Create Components With Jekyll Includes

Learn to take advantage of Jekyll's include feature to create reusable components.

Jekyll
Liquid
React
JavaScript (JSX)
HTML

CRUD With a Simple "RESTful" Server

A fairly straightforward CRUD API using a JSON server.

JavaScript
Node.js
React

Conditional Probability with Pandas Indexing

Learning to use Pandas array indexing to solve basic conditional probability problems.

Python
pandas