Best of DockerNovember 2020

  1. 1
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    My Top Dev Tools in 2020

    Developers always should understand the tools they use. With the right tools, you can achieve your job easily and efficiently. In this article, I’ve listed all the tools I use in my daily job. If you know the system well enough you can do things that…

  2. 2
    Article
    Avatar of hashnodeHashnode·5y

    Docker Basics you need to know...

    Docker is an open-source platform that lets you build, run, and share applications with Containers. The Docker installation package available in the official Ubuntu repository may not be the latest version. To install Docker from the official Docker repository, we’ll add a new package source, add the GPG key from Docker, and then install the package.

  3. 3
    Article
    Avatar of swlhThe Startup·5y

    Start Using PHP 8

    The safest and quickest way to install and use PHP 8 is running PHP in an isolated environment. To achieve that, you can use a Docker image with all things needed by PHP 8 avoiding negative impact or conflicts with your current local PHP 7 installation. With Docker, you have also a command line tool named “ docker” very useful to launch, manage, install images.

  4. 4
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    A powerful backend ready for your next app

    Parse server is a frontend-as-a-Service (BaaS) that runs on top of Express. It features: authentication, users, roles, access control lists (ACL) and class-level permissions (CLP) The whole stack is open source with no vendor lock-in or pay-per-request restrictions.

  5. 5
    Article
    Avatar of hashnodeHashnode·5y

    Containerize your web application & deploy it on Kubernetes

    A containerized development environment is easy to manage and share with other developers as it can be easily deployed without any change to their standard environment. In this tutorial, we will create a simple web app using flask & name it app.py. We will then containerize our application by creating an image using Dockerfile. Finally, we'll deploy everything on kubernetes.

  6. 6
    Article
    Avatar of changelogChangelog·5y

    Tips for performant TypeScript

    TypeScript is a language for application-scale JavaScript. It adds optional types to JavaScript that support tools for large-scale applications. TypeScript compiles to readable, standards-based JavaScript. There are many ways to contribute to TypeScript. We have adopted the Microsoft Open Source Code of Conduct.