Open in app
Home
Notifications
Lists
Stories

Write
Ahmed Bouhlel
Ahmed Bouhlel

Home
About

Published in Dev Genius

·Pinned

Angular — Micro-Frontend

Everything you need to know about microservice oriented architecture for the frontend from beginner to advanced — Modern web applications are becoming big and more complex and sometimes managed by different teams. Your application might have features developed by different teams and you want to release only certain features into production before delivering the entire application. …

Java Script

8 min read

Angular — Micro-Frontend
Angular — Micro-Frontend

Jan 28

How to share docker images without Docker hub or any registry

There are some instances where you can’t publish your image to docker hub or any private registry. This story gives you options on how to share your images without publishing to docker hub or any private registry. …

Docker

2 min read

How to share docker images without Docker hub or any registry
How to share docker images without Docker hub or any registry

Published in Dev Genius

·Jan 27

Docker — A Beginner’s Guide to Understanding and Building Docker Images

Docker is a platform where developers can run, develop and deploy container-based applications. we have images and containers in docker world. An image is an executable package that includes everything needed to run an application — the code, a runtime, libraries, environment variables, and configuration files. A Container is the…

Docker

4 min read

Docker — A Beginner’s Guide to Understanding and Building Docker Images
Docker — A Beginner’s Guide to Understanding and Building Docker Images

Published in Dev Genius

·Jan 27

Docker — A Beginner’s guide to understanding Dockerfile with a sample project

A step by step guide to understanding the Dockerfile Dockerfile is used to automate the Docker image creation. Docker builds images by reading instructions from the Dockerfile. We will understand Dockerfile instructions by building a sample project, clone the below repo for all the examples. git clone https://github.com/ahmedbhl/dockerfile-examples Here are…

Docker

6 min read

Docker — A Beginner’s guide to understanding Dockerfile with a sample project
Docker — A Beginner’s guide to understanding Dockerfile with a sample project
Ahmed Bouhlel

Ahmed Bouhlel

Following
  • Netanel Basal

    Netanel Basal

  • Mark Thompson (@marktechson)

    Mark Thompson (@marktechson)

  • George Roubie

    George Roubie

  • Bowei Han

    Bowei Han

  • Alessia Amitrano

    Alessia Amitrano

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable