Article(s)
About 6 min
Article(s) 관련
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Browse thousands of programming tutorials written by experts. Learn Web Development, Data Science, DevOps, Security, and get developer career advice.
Learnk8s — the Kubernetes training company
We help you get started on your Kubernetes journey through comprehensive online, in person or remote training.
Milan Jovanović | Helping You Become a Better .NET Engineer
The .NET Weekly is a newsletter that delivers 1 practical tip on .NET & sofwtare architecture that you can easily implement.
Code Maze - C#, .NET and Web Development Tutorials
Welcome to Code Maze. Here, you can find C#, .NET and Web Development tutorials. Join millions of readers from all over the world.
LogRocket Blog - Resources to Help Product Teams Ship Amazing Digital Experiences
Resources to Help Product Teams Ship Amazing Digital Experiences
packagemain.tech | Alex Pliutau | Substack
Welcome to packagemain.tech, your one-stop shop for mastering Backend, Cloud, Kubernetes, Microservices, APIs, and more. We'll provide you with hands-on, practical and real-world tutorials that you can use to build your software development skills. Click to read packagemain.tech, a Substack publication with thousands of subscribers.
요즘IT
요즘 사람들의 IT 매거진, 요즘IT
Towards Data Science
Your home for data science. A Medium publication sharing concepts, ideas and codes.
freeCodeCamp
freecodecamp.org
How to Create Database Migrations in Go Using Docker and Postgres
Go is a fast programming language with a relatively simple syntax. While learning Go, it is important to learn how to build APIs and how to use them to communicate with databases. In the process of learning, I decided to take on a project that helped me in that regard...
How to Build an AI Chatbot with Spring AI, React, and Docker
Hey Java developers, I’ve got good news: Spring now has official support for building AI applications using the Spring AI module. In this tutorial, we’ll build a chatbot application using Spring Boot, React, Docker, and OpenAI. This app will let user...
DigitalOcean | Cloud Infrastructure for Developers
digitalocean.com
How To Use docker exec to Run Commands in a Docker Container | DigitalOcean
When developing or deploying containers you’ll often need to look inside a running container to inspect its current state or debug a problem. Docker provides…
Learnk8s — the Kubernetes training company
learnk8s.io
3 simple tricks for smaller Docker images
Learn how to make your container images smaller in size for a quicker transfer time and deployment.
Scaling Microservices with Message Queues, Spring Boot and Kubernetes
Learn how to scale SpringBoot apps in Kubernetes using the autoscaler and a message broker such as Kafka, RabbitMQ or ActiveMQ.
Kubernetes: deploy Laravel the easy way
In this article, I'll explain how to deal with the simple requirement of running a Laravel application as a local Kubernetes set up.
Getting started with Docker and Kubernetes on Windows 10
In this article you'll learn how to make the right choices when it comes to setting up your development environment on Windows.
Tracing the path of network traffic in Kubernetes
Learn how packets flow inside and outside a Kubernetes cluster. Starting from the initial web request and down to the container hosting the application
Developing and packaging Node.js app with Docker
Learn how to develop and package Node.js apps that can be deployed into Kubernetes and scale to millions of requests.
Milan Jovanović | Helping You Become a Better .NET Engineer
milanjovanovic.tech
Horizontally Scaling ASP.NET Core APIs With YARP Load Balancing
When a single server reaches its limits, performance degrades, leading to slow response times, errors, or complete downtime. We'll dive into load balancing, why it matters, and how YARP simplifies the process for .NET applications.
Simple Messaging in .NET With Redis Pub/Sub
Redis is a popular choice for caching data, but its capabilities go far beyond that. One of its lesser-known features is Pub/Sub support. Redis channels offer an interesting approach for implementing real-time messaging in your .NET applications.
Code Maze - C#, .NET and Web Development Tutorials
code-maze.com
Why Docker: The Docker CLI Through Examples
In this part, we talk about the powerful Docker CLI and go through some of the potential use cases and scenarios that Docker is useful for.
Dockerizing ASP.NET Core Application With Dockerfiles
In this article, we are going to focus on dockerizing our ASP.NET Core application with Dockerfiles, and understanding how Dockerfiles commands work.
Adding MySQL to ASP.NET Core App With Docker Compose
In this post, we are going to add a MySQL database as another container and connect it with our application utilizing Docker Compose.
Docker Hub vs Creating a Local Docker Registry
In this part, we are going to learn the difference between a Docker registry and a Docker repository and how to persist the changes we made to our images.
Preparing a Continuous Integration Environment for Docker
In this part, we talk about the powerful Docker CLI and go through some of the potential use cases and scenarios that Docker is useful for.
Continuous Integration with TeamCity and Docker
In this article, we are going to learn a bit about more advanced features of TeamCity, how to build Docker images and run integration tests.
Continuous Integration with Jenkins and Docker
In this article we are going to demonstrate how Continuous Integration with Jenkins and Docker works.
Top Docker Monitoring Tools
In this blog post, we are going to describe the currently most prominent and popular docker monitoring tools.
Getting Started with ASP.NET Core and MongoDB
In this article, we’re going to cover how to set up and configure an ASP.NET Core Web API with MongoDB as our database.
LogRocket Blog - Resources to Help Product Teams Ship Amazing Digital Experiences
blog.logrocket.com
Top Docker and Docker Desktop alternatives
Explore the top alternatives to Docker and Docker Desktop for building, running, and distributing container images, like Podman and Lima.
packagemain.tech | Alex Pliutau | Substack
packagemain.tech
Identifying Container Image Vulnerabilities with Docker Scout
A guide on how to maintain a more secure containerized software.
Streamline Your Development Workflow: Deploying Preview Environments on Kubernetes Using Github Actions
Testing deployed code before it's merged in total isolation from your real traffic.
요즘IT
yozm.wishket.com
비용&보안 두 마리 토끼 잡는 디스트로리스 이미지 이용법 | 요즘IT
비용&보안 두 마리 토끼 잡는 디스트로리스 이미지 이용법
데브섹옵스 자동화를 위한 ‘동적 보안 테스팅(DAST)’ | 요즘IT
데브섹옵스 자동화를 위한 ‘동적 보안 테스팅(DAST)’
Towards Data Science
towardsdatascience.com
You Don't Have to Use Docker Anymore
Docker is not the only containerization tool out there and there might just be better alternatives…