#system

Found 11 articles tagged with #system

On System Design with Naivety

Too often that many developers with almost zero experience in system design are put in charge of designing one.

Cloud Providers

Companies offering a cloud-based platform, infrastructure, application, or storage.

Continuous Integration Tools

Notable continuous integration and continuous delivery tools or services.

Build Systems for Multi-Language Monorepo

Build systems are critical tools to create a repeatable, reproducible and consistent build process especially in a huge monorepos.

Message Brokers

Introduction to notable message brokers like RabbitMQ, ActiveMQ, Kafka or Redis for executing asynchronous operations at scale.

Relational Databases

Relational database management systems (RDBMS) use the SQL data definition and query language.

Search-Engine Databases

Top databases that are dedicated to the search of data content.

Build Tools

This is a confusing and blurring category in JavaScript tooling ecosystem.

Feb 22, 2020#system#tooling

Scaffolding Tools

Scaffolding tools allows for rapidly getting started on new projects and streamlines the maintenance of existing projects.

On Adoption of Monorepo

Monorepo is a software development strategy where code for many projects is stored in the same repository, large in content size and number of files.