Tigran Bayburtsyan Cofounder and CTO at Hexact, Inc. Software scalability expert!

Stories by Tigran Bayburtsyan

Setting Up a Headless Chrome Node.js Server in Docker

Setting up a Headless Chrome Node.js server in Docker

Dev

In this tutorial, we’ll demonstrate how to create a Dockerfile to set up a Headless Chrome browser in Node.js.

Tigran Bayburtsyan
Jan 9, 2023 ⋅ 5 min read
Django GraphQL Project Graphene

Django and GraphQL: Demo project with Graphene

Dev

Django with GraphQL can be more powerful and extensible than Django with REST API. View a samlpe Django and GraphQL project with Graphene.

Tigran Bayburtsyan
Apr 19, 2022 ⋅ 5 min read
New Decorators Proposal

New decorators proposal

Dev

The stage two decorators proposal includes predefined, optimized decorators that would handle the most resource-heavy operations, alleviating memory allocation concerns impacted the first phase.

Tigran Bayburtsyan
Feb 7, 2020 ⋅ 3 min read
Node Worker Threads With Shared Array Buffers and Rust WebAssembly

Node worker threads with shared array buffers and Rust WebAssembly

Dev

Node.js worker threads empower you to scale JavaScript code across many CPU and even GPU cores, since you can access GPU over Rust WebAssembly.

Tigran Bayburtsyan
Dec 20, 2019 ⋅ 4 min read