Mohamed Labouardy, Hacker Noon

Mohamed Labouardy

Hacker Noon

France

Contact Mohamed

Discover and connect with journalists and influencers around the world, save time on email research, monitor the news, and more.

Start free trial

Recent:
  • Unknown
Past:
  • Hacker Noon
  • DZone

Past articles by Mohamed:

How to play PUBG on AWS –

AWS GPU instances are known for deep learning purposes but they can also be used for running video games. This tutorial goes through how to set up your own EC2 GPU optimised instance to run the… → Read More

Deploy a Swarm Cluster With Alexa

Here's a sample workflow that will let you deploy a Docker Swarm cluster using a custom Alexa skill. See the architecture and how the process works. → Read More

Setup Raspberry PI 3 as AWS VPN Customer Gateway –

In my previous article, I showed you how to use a VPN Software Solution like OpenVPN to create a secure tunnel to your AWS private resources. In this post, I will walk you through step by step on how… → Read More

Serverless Golang API With AWS Lambda

A tutorial on how to create a front-end web application using Angular 5 and then populate it with data from a serverless API written in Go and hosted on Lambda. → Read More

MySQL Monitoring With Telegraf, InfluxDB, and Grafana

Walk through each step of creating interactive, real-time, and dynamic dashboards to monitor your MySQL instances using Telegraf, InfluxDB, and Grafana. → Read More

Highly Available Docker Registry on AWS With Nexus

Learn how to use Nexus to create a robust, highly available registry for your Docker images on an AWS EC2 instance. → Read More

Cleanup Old Docker Images from Nexus Repository

One developer built a Nexus CLI, making it easy to clean up old Docker Images. See how to use it and consider helping out with the project on GitHub. → Read More

GitLab Performance Monitoring with Grafana –

Since GitLab v8.4 you can monitor your own instance with InfluxDB & Grafana stack by using the GitLab application performance measuring system called “Gitlab Performance Monitoring“. GitLab writes… → Read More

Exploring Swarm & Container Overview Dashboard in Grafana

In my previous post, your learnt how to monitor your Swarm Cluster with TICK Stack. → Read More

Create 9Gag Android Application –

In this post we are going to learn how to create a 9Gag application starting from the RESTful API in Go and deployement to AWS Elastic Beanstalk, to building the Android application. To build this… → Read More

Generate beautiful Swagger API documentation from Insomnia

I recently built a tool called Swaggymnia to generate Swagger documentation for an existing API in Insomnia REST client. So brace yourself for a short but interesting quick tip read. Start by… → Read More

Manage AWS VPC as Infrastructure as Code with Terraform

In this tutorial, I will show you how to setup a VPC as described in the network diagram below in less than 1 min using Terraform: Note: I already did a tutorial on how to get started with Terraform… → Read More

Preventing race conditions in Docker –

It’s easy to get race conditions with Compose & Docker. → Read More

Running Docker on AWS EC2 –

In this quick tutorial, I will show you how to install Docker on AWS EC2 instance and run your first Docker container. → Read More