Best of DockerJuly 2023

  1. 1
    Article
    Avatar of bytebytegoByteByteGo·3y

    EP69: Explaining JSON Web Token (JWT) To a 10 Year Old Kid

    This week’s system design refresher: DevOps vs. SRE vs. Platform Engineering. Explaining JSON Web Token (JWT) to a 10-year-old Kid is a special box called a JWT. The header is like the label on the outside of the box. It tells us what type of box it is and how it's secured.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Typescript CRUD API: Next.js, Tailwind, tRPC, Prisma Postgres, Docker

    Learn how to build a FULL CRUD API app, including a simple frontend to use it, using the following technologies: Next.js, Tailwind, tRPC, Prisma Postgres, Docker. All the code is available for free on GitHub(link in video description) Learn how to code your own blockchain and create your own crypto-currency with the CoinCamp.

  3. 3
    Article
    Avatar of awsplainenglishAWS in Plain English·3y

    Docker 101: A Beginner’s Guide to Containerization

    Docker is a containerization platform that allows developers to create lightweight, portable and self-sufficient containers. Docker enables developers to package their applications along with all dependencies into a single unit, known as a container. Docker streamlines the deployment process, significantly reducing the time it takes to get your applications up and running.

  4. 4
    Article
    Avatar of amplicationAmplication·3y

    Create API with GraphQL, Prisma, and MongoDB

    Create API with GraphQL, Prisma, and MongoDB Jump to GraphQL Prisma MongoDB Amplication. Amplication is an open-source platform that automatically generates APIs and clients based on pre-defined data models. It streamlines the development process by minimizing repetitive coding tasks and boilerplate code.

  5. 5
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Dockerize a React Application – A Step by Step Tutorial

    How to Dockerize a React Application: you have developed an application that is ready to be deployed. In this tutorial, I am going to take a React application and show you, step by step, how to build an image, push it to a remote registry, and use that image to run your application in a container.

  6. 6
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    FastAPI Tutorial – How to Develop, Test, and Deploy APIs

    FastAPI is a sleek and high-performance web framework for constructing Python APIs. We'll create a Python backend system using FastAPI, a fast web framework, and a MongoDB database for course information storage and retrieval. The system will allow users to access course details, view chapters, rate individual chapters, and aggregate ratings.

  7. 7
    Article
    Avatar of lnLaravel News·3y

    Design Emails and Send Them Via API with MailCarrier

    MailCarrier is an open-source web app built with Laravel and Filament. You can design emails once and send them via an API call. Send emails synchronously or async via queues.

  8. 8
    Article
    Avatar of awsplainenglishAWS in Plain English·3y

    Deploy Node.js Server to AWS EC2 with Docker

    Deploy Node.js Server to AWS EC2 with Docker with Docker. Learn to set up Docker with Node.JS.js, EC2 instance & its configuration. If you don’t know the role of Docker here then let me tell you in short: Docker will bundle node.js application into small easily deployable units.

  9. 9
    Article
    Avatar of dzDZone·3y

    Docker Alternatives

    DZone will explore the Docker alternatives to your SaaS application. Join the DZone community and get the full member experience. Join For Free Docker technology has revolutionized the infrastructure management landscape in such a way that Docker has now become a synonym for containers.

  10. 10
    Article
    Avatar of spaceliftSpacelift·3y

    21 Docker Security Best Practices – Deamon, Image & Container

    Deamon, Image & Container Docker is the most popular containerization platform. It isolates software and its dependencies into self-contained units which run independently of your host machine. We’ve split the techniques into three main sections: Docker daemon security, image security, and container security.

  11. 11
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    Getting Started with Ansible: A Comprehensive Guide for DevOps Beginners

    Ansible, a powerful open-source automation tool, is here to make your life easier. It allows you to automate tasks, configuration management, application deployment, and much more. Ansible Modules Explained in Ansible are the building blocks of automation. They are small, standalone scripts that Ansible uses to perform tasks on managed hosts.

  12. 12
    Article
    Avatar of lnLaravel News·3y

    Watch Caleb Porzio's "Livewire 3" Presentation from Laracon

    Caleb Porzio's Livewire 3 presentation from Laracon US is now live on Youtube. See Caleb explain and demonstrate new Livewire features, such as hot reloading without a build step, automatic injection, and more. Learn about the new and much more Laracon 2023 talks will continue to be published throughout this week.

  13. 13
    Article
    Avatar of awstipAWS Tip·3y

    Step-by-Step Guide on Dockerizing a Node Express-Based Application

    Step-by-Step Guide on Dockerizing a Node Express-Based Application. You would usually dockerize your existing NodeJs-based application. If you don’t have one yet, you can quickly set up a basic Node Express application by following these steps.

  14. 14
    Article
    Avatar of asayerasayer·3y

    Deploying Vue apps to the cloud with Kubernetes

    Deploying Vue apps to the cloud with Kubernetes Back Vue.js has gained popularity among developers for its simplicity and flexibility in building dynamic and interactive front-end applications. In today’s software development world, containers and orchestration have emerged as a powerful paradigm that is here to stay.

  15. 15
    Article
    Avatar of communityCommunity Picks·3y

    majodev/google-webfonts-helper: A Hassle-Free Way to Self-Host Google Fonts. Get eot, ttf, svg, woff and woff2 files + CSS snippets

    GitHub - majodev/google-webfonts-helper: A Hassle-Free Way to Self-Host Google Fonts. The service might be handy if you want to host a specific Google font on your own server. It runs rootless and has no development dependencies.

  16. 16
    Article
    Avatar of hackernoonHacker Noon·3y

    Docker for Beginners: Containerizing a Nextjs Application

    Docker for Beginners: Containerizing a Nextjs Application is an absolute beginner approach. I am not advising to use it in production. This is something new to me and I am still exploring Docker. If you're reading this, maybe you can help me make some improvements to this approach.

  17. 17
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    Ultimate DevOps — CI-CD Project

    Ultimate DevOps - CI-CD Project. Building a CI/CD Pipeline Project with Git, Docker, SonarQube, Jenkins, and Nexus. We need to create 3 instances Instance Name = Project -1 → Git, docker, Maven, Jenkins Instance name = Project-2.

  18. 18
    Article
    Avatar of pointerPointer·3y

    loft-sh/devpod: Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker.

    Slack DevPod is a client-only tool to create reproducible developer environments based on a devcontainer. DevPod reuses the open DevContainer standard (used by Github Codespaces and VSCode DevContainers) to create a consistent developer experience no matter what backend you want to use.