8 articles tagged with 'Node.js'

Rust for NodeJS developers (IV) - SQLx CLI

Rust for NodeJS developers (IV) - SQLx CLI

This guide explores SQLx, the async-first database toolkit for Rust. Learn how to use the SQLx CLI to manage migrations, run queries, and work with typed SQL.

Read full article
Rust for NodeJS developers (III) - Docker development environment

Rust for NodeJS developers (III) - Docker development environment

Learn how to use Docker for local Rust API development. Containerisation ensures a consistent, isolated environment across all team members' machines.

Read full article
Rust for NodeJS developers (II) - Rocket

Rust for NodeJS developers (II) - Rocket

Rocket is a robust web framework for Rust, offering developers a streamlined approach to building high-performance web applications. In this article, we'll dive into how to get started with Rocket.

Read full article
Rust for NodeJS developers (I) - Why and how?

Rust for NodeJS developers (I) - Why and how?

We are always open to exploring new technologies. Recently, Rust has caught our attention due to its high performance, memory safety and reliability. In this series of articles, we will share the experience of learning Rust as a Node.js developer by building a GraphQL API in Rust.

Read full article
Laptop

Expanding our Node.js team

If you want to join the Martian crew working with Node.js, this is your chance to do it! Join our growing team!

Read full article
MarsBased loves Node.js

MarsBased loves Node.js

We would like to announce that we're officially adopting Node.js as a de facto development environment for our backend projects, in addition to Rails.

Read full article
How to build a Node.js API (part two)

How to build a Node.js API (part two)

We want to share with you how we built a Node.js API for a client, describing some patterns and javascript conventions we used.

Read full article
How to build a Node.js API (part one)

How to build a Node.js API (part one)

We want to share with you how we built a Node.js API for a client, describing some patterns and javascript conventions we used.

Read full article