Tigran Bayburtsyan

  https://medium.com/@tigranbs Cofounder and CTO at Hexact, Inc. Software scalability expert!

     



4 Stories by Tigran Bayburtsyan

Setting up a Headless Chrome Node.js server in Docker

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

Django and GraphQL: Demo project with Graphene

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

New decorators proposal

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.
0 3 min read

Node worker threads with shared array buffers and Rust WebAssembly

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.
0 4 min read