Alexey

Alexey @alexeydc

About: Web++

Location:
Brooklyn, New York
Joined:
Mar 10, 2021

Alexey
articles - 9 total

WebGPU tutorial: compute, vertex, and fragment shaders on the web

A gift to the world, WebGPU promises to bring cutting edge GPU compute capabilities to the web - to...

Learn More 0 0Jan 16

Webapps need app-like monetization

I wrote my first iOS app in 2010 while still in college - it was a zynga-style social RPG called...

Learn More 6 0Jun 19 '22

PM2 + Express + NextJS (with GitHub source): zero downtime deploys

This article builds on a previous article of mine, which introduced a basic Express+NextJS setup that...

Learn More 8 0Jun 11 '22

Sessions: cookies vs localStorage - which one to use when

Preamble Have you ever debated whether to use cookies or localStorage for sessions? I...

Learn More 8 0Feb 12 '22

Little known vulnerability with ORMs and query builders

This post is about an interesting problem that relates to crossing the boundary between a SQL...

Learn More 5 0Oct 27 '21

Express + NextJS - sample/tutorial integration

Context While NextJS is a wonderful tool in its own right, augmenting it with Express...

Learn More 85 8Jun 20 '21

Javascript repl console

Premise I often want to run ad hoc Javascript commands that rely on npm packages and...

Learn More 6 0Apr 18 '21

Quick manual deploy to EC2 with github

This article is about my preferred way to bootstrap a deploy process ASAP (with AWS/EC2). It is most...

Learn More 10 0Mar 12 '21

Modern HTTPS configuration

I've tried many ways of setting up HTTPS servers, and I've finally found a favorite method. Instead...

Learn More 10 0Mar 10 '21