In this article, we will show you how to install the NVM (Node Version Manager) on the Apple macOS M1 Silicon Chip
NVM stands for Node Version Manager. As the name suggests, it helps you manage and switch between different Node versions with ease. It provides a command-line interface where you can install different versions with a single command, set a default, switch between them, and much more
Step 1:
Go to the Users directory `/users/username` as shown in the following screenshot
Example:/users/oxlb/
In this article, We will show you how to insert bulk JSON data to Elasticsearch.
We hope you are familiar with Elasticsearch if not, don’t worry you will learn from this article.
The first step is to setup Elasticsearch on your system. We are using Docker to setup. Make sure you have installed docker on your system or can download it from the Docker webpage.
Let’s start
Create a new file docker-compose.yml under any directory, In our case, we are using the following project structure.
Project (Directory)
├── docker-compose.yml (File)
In this article, We will show you how to ingest JSON data to Elasticsearch.
We hope you are familiar with Elasticsearch if not, don’t worry you will learn from this article.
The first step is to setup Elasticsearch on your system. We are using Docker to setup. Make sure you have installed docker on your system or can download it from the Docker webpage.
Let’s start
Create a new file docker-compose.yml under any directory, In our case, we are using the following project structure.
Project (Directory)
├── docker-compose.yml (File)
In this article, We will show you how to run Elasticsearch and Kibana containers using Docker Compose.
The first step is to setup Elasticsearch on your system. We are using Docker to setup. Make sure you have installed docker on your system or can download it from the Docker webpage.
Let’s start
Create a new file docker-compose.yml under any directory, In our case, we are using the following project structure.
Project (Directory)
├── docker-compose.yml (File)
In this article, we will show you how to install the Golang on the Apple macOS M1 silicon chip
The first Macs running on the Apple M1 chip released on Nov. 17, 2020. Announced on Nov. 10 at the “One more thing,” event, the first three Macs running on Apple’s own chips are the Apple Silicon MacBook Air, Apple Silicon MacBook Pro, and even the Apple Silicon Mac mini.
There are some issues with the apps you can’t run on the new macOS m1 Silicon Chip such as Docker, GoLang, etc. But they are now supporting Beta versions.
We…
Serverless LocalStack Lambda API Gateway.
In this article, we will help you to cover the Serverless framework with LocalStack to create Lambda function with API Gateway locally.
We hope you are familiar with the Serverless framework and LocalStack If you are not please read our previous article.
LocalStack provides an easy-to-use test/mocking framework for developing Cloud applications. This means you can test AWS cloud resources locally on your machine.
Note: LocalStack supporting only AWS cloud stack.
LocalStack spins up the following core Cloud APIs on your local machine.
Serverless LocalStack Lambda.
In this article, we will help you to cover the Serverless framework with LocalStack to create Lambda function locally.
We hope you are familiar with the Serverless framework and LocalStack If you are not please read our previous article.
LocalStack provides an easy-to-use test/mocking framework for developing Cloud applications. This means you can test AWS cloud resources locally on your machine.
Note: LocalStack supporting only AWS cloud stack.
LocalStack spins up the following core Cloud APIs on your local machine.
In this article, We will show you how you can use LocalStack to test AWS S3 Bucket on your local system.
LocalStack provides an easy-to-use test/mocking framework for developing Cloud applications. This means you can test AWS cloud resources locally on your machine.
Note: LocalStack supporting only AWS cloud stack.
LocalStack spins up the following core Cloud APIs on your local machine.
In this article, We will show you how you can use LocalStack to test AWS S3 Bucket on your local system.
LocalStack provides an easy-to-use test/mocking framework for developing Cloud applications. This means you can test AWS cloud resources locally on your machine.
Note: LocalStack supporting only AWS cloud stack.
LocalStack spins up the following core Cloud APIs on your local machine.
AWS (Amazon Web Services) today opened it's re:Invent conference with a surprise announcement: the company is bringing the Mac mini to its cloud. These new EC2 Mac instances, as AWS calls them, are now available in preview.
Mac instances run macOS 10.14 (Mojave) and 10.15 (Catalina) and can be accessed via the command line (SSH) or remote desktop (VNC)
We teach & develop for startups