top of page
Search
The Tech Platform
Mar 29, 2024
Kubernetes vs Docker: A Guide to Choosing the Right Containerization Tool
The software development landscape has been revolutionized by containerization. This approach of packaging applications with all their...
The Tech Platform
Feb 27, 2023
Deploy Python Application with Docker
Deployment is a crucial step in the software development lifecycle, and it can often be a complex and time-consuming process. However,...
The Tech Platform
Jan 12, 2023
Microservices Questions and Answers
This tutorial will show you the best Microservice Interview Question and Answers. Microservices improve performance because teams handle...
The Tech Platform
Dec 10, 2022
10 Best Practices to Containerize Node.js Web Applications with Docker
The following article provides production-grade guidelines for building optimized and secure Node.js Docker images. You’ll find it...
The Tech Platform
Jul 22, 2022
How to write a production-ready dockerfile?
What is DockerFile? A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an...
The Tech Platform
Mar 16, 2022
Deploying a .NET dockerized application with Kubernetes
In modern application development and deployment, Kubernetes has emerged as a leading platform for orchestrating containerized...
The Tech Platform
Feb 9, 2022
Directus with MSSQL and Docker
What is Directus? Directus is an open source data platform, which enables anyone in an organization — from developers to data scientists...
The Tech Platform
Feb 9, 2022
How to Setup SMTP Server locally for development environment
Smtp4dev smtp4dev is a dummy SMTP server for Windows, Linux, Mac OS-X (and maybe elsewhere where .NET Core is available). Lets you test...
The Tech Platform
Feb 3, 2022
WSL + Docker without Desktop — Communicate with Windows Host
Preface This post present a solution to stop using Docker Desktop and use only Docker Engine on WSL. I decide to use : WSL2 Ubuntu 20.04...
The Tech Platform
Jan 17, 2022
Managing microservices with dockers and git-submodules — GS3D
Developing with dockers has many implications for the code and the repositories. This article suggests a pattern to resolve those issues...
bottom of page