Best of ContainersMay 2022

  1. 1
    Article
    Avatar of gcgitconnected·4y

    Fun with justify-content

    A cartoon about FlexBox and the values of justify-content. I was trying to do something different and explain the concept in a fun way. The comic strip assumes the default flex-direction of row . If we changed the value to column , the cartoon character would look more like a Picasso.

  2. 2
    Article
    Avatar of semaphoreSemaphore·4y

    Dockerizing a Node.js Web Application

    Docker is an open platform for building, shipping and running distributed applications. We’ll be using a basic Express application as our example Node.js application to run in our Docker container. We will write an addressbook API that stores people’s names in a database.

  3. 3
    Article
    Avatar of semaphoreSemaphore·4y

    Dockerizing a PHP Application

    In this tutorial, you will learn what Docker is and how to use it to create a Dockerize a PHP applications for easy deployment. You’ll learn how to using Continuous Integration and Deployment to build and deploy the image on Heroku. You will learn the ins and outs of combining Docker with PHP to test your application, build a container and deploy it.

  4. 4
    Article
    Avatar of reactnativeexampleReact Native Example·4y

    Animated react native tab bar

    Beautiful Tabbar Interaction with Sliding Inset FABs, made with React Native. Check it out on Béhance (https://www.behance.net/gallery/68043143/Tab-bar-interaction-with-animated-icons) or Dribbble.

  5. 5
    Article
    Avatar of vscodeVisual Studio Code·4y

    Development Container CLI

    Microsoft and GitHub are excited to release an open source command-line interface (CLI) as part of the new Development Containers Specification. The dev container CLI is a reference implementation for the dev container specification. It can either be used directly or integrated into product experiences, similar to how it's integrated with Remote - Containers and Codespaces today.

  6. 6
    Article
    Avatar of hashnodeHashnode·4y

    ✨ Introduction to Kubernetes ✨

    Kubernetes is an open source containerization orchestration platform. It automates container operations by eliminating the manual processes involved in deploying and scaling containerized applications. It basically groups the containers that make up an application into simple logical units for management. K8s gives the freedom to take full advantage of on-premises, hybrid or public cloud infrastructures.

  7. 7
    Article
    Avatar of itnextITNEXT·4y

    Make Loading Great — Shimmer Loading Effect on Flutter

    Use the shimmer effect while fetching data on your Flutter app. The shimmer effect is nothing, just a Container with a light gray color. The color of our Container is back with 4% opacity. We are going to round the corner by applying a borderRadius . In the end, I’m going to add padding so that our Container has a mini height.

  8. 8
    Article
    Avatar of newstackThe New Stack·4y

    How to Manage your Docker Containers with DockStation

    DockStation is a desktop client that makes container management much easier. DockStation is available for Linux, macOS, and Windows and can be used for both personal and startup usage. With DockStation, you’ll find features like: Manage both services and containers.