Alexander Demin

Alexander Demin @begoon

About: Senior Software Engineer at iProov, PhD, Certified AWS developer.

Location:
Rickmansworth, United Kingdom
Joined:
Jun 3, 2020

Alexander Demin
articles - 11 total

Compiler for "Easy" language from "Etudes for Programmers" book (1978)

EASY language compiler The repository contains a compiler for the educational programming...

Learn More 0 0Oct 14

"Hello World" in HTTP way

Problem statement Implement a "Hello World" application in any programming language of...

Learn More 0 0Dec 22 '24

AWS Lambda in Deno or Bun

The article describes creating the AWS Lambda using purely Deno or Bun Javascript runtimes with zero...

Learn More 7 0Jul 4 '24

Serve file system browser as a web page

This demo application exposes the /fs/ endpoint serving the index of the file system. The...

Learn More 2 0Dec 28 '23

Async file download in JavaScript and Python

Async file download in JavaScript and...

Learn More 4 0Dec 22 '23

Compile C to WebAssembly (WASM) and run it in the browser

Introduction A popular toolchain to compile C to WASM is emscripten. It provides bindings...

Learn More 16 0Jul 30 '23

Writing a Telegram bot with SvelteKit and Vercel

Let's write a Telegram bot with SvelteKit. The bot will run in Vercel, which provides...

Learn More 3 0Jul 8 '23

How to glue different applications inside a docker container or implement a reverse proxy in Go

Multiple web applications in the docker container may be implemented in different languages or...

Learn More 1 0May 8 '23

Simple encrypted storage for python applications

This article is about a simple encrypted storage for python applications using AES/GCM and base64. ...

Learn More 2 0Sep 23 '22

Writing Telegram bots from command line

Telegram is a fantastic messaging service. It suits social communications well, but it can also be...

Learn More 5 2Sep 13 '22

GitHub as a database

git is indeed a database. GitHub is a remote database powered by git. I needed a way to keep...

Learn More 3 1Sep 13 '22