Home
Sefidian Academy
Filter by
Categories
Tags
Authors
Show all
All
Apache Kafka
Artificial Intelligence
Bayesian Statistics
Big Data
Cassandra
Computer Vision
Data Engineering
Data Science
Database
Deep Learning
DevOps
Django
Docker
ELK
Feature Engineering
Finance
Keras
Linear Algebra
Linux
Machine Learning
Mathematics
MLOps
NLP
Python
PyTorch
Recommendation Systems
Reinforcement Learning
Software Engineering
Spark
Statistics and Probability
Tensorflow
Time Series
Uncategorized
All
Apache Kafka
Big Data
Cython
Elasticsearch
ELK
Exception Handling
GPU
GRU
Logging
lstm
MinIO
monte carlo
Pandas
PySpark
Python
PyTorch
Reinforcement Learning
remover
S3
separator
transfer learning
Tutorial
Ubuntu
vocal
All
Amir Masoud Sefidian
2023-09-12
Categories
Big Data
Docker
Spark
Run spark-submit for Apache Spark (PySpark) using Docker
3
mins read
Pre-Requisites docker-compose file Below is a docker-compose file to set up a Spark cluster with 1 master and 2 worker
[…]
2021-10-28
Categories
Docker
Software Engineering
Docker Shell and Exec Form difference
4
mins read
The RUN, ENTRYPOINT, and CMD, instructions all have two different forms they can be written in, and those forms change how each of
[…]
2021-09-30
Categories
Docker
Linux
Software Engineering
Prune unused Docker objects to alleviate low disk space on the filesystem root issues
4
mins read
You can alleviate low disk space on filesystem root issues by pruning redundant docker objects. Docker takes a conservative approach
[…]
2019-11-09
Categories
Docker
Software Engineering
Hands-on Docker Swarm networking using Play with Docker
11
mins read
In this article, I’m going to cover 2 main subjects of the networking domain for the Docker Certified Associate DCA
[…]
2018-10-18
Categories
Docker
Linux
Software Engineering
Guide to different types of Docker Volumes
9
mins read
The data generated and used by containers are not persisted after we restart or remove containers. So, we can use Docker
[…]