docker

Howto deploy wordpress using docker compose

This is how you can use docker compose to run WordPress on it First make docker-compose.yml with this content version: ‘2’ services: db: image: mysql:5.7 volumes: -…

ETL

What is ETL (Extract, Transform, Load) ?

ETL stands for Extract, Transform, Load, and it’s a fundamental process in data analyst. It’s like a well-organized assembly line that takes raw data from various sources,…

data engineering

what is data engineering?

Data engineering is a fascinating field that involves designing, building, and maintaining systems for collecting, storing, and transforming raw data into usable information. It plays a crucial…

machine learning libraries

Machine Learning Libraries

Imagine wanting to build a robot that can play chess, translate languages, or even write poetry. Sounds like science fiction, right? Well, with the help of machine…

read a book

Step by step machine learning process

Look at the big picture: This is where you figure out what problem you want to solve, what goals you want to achieve, how you will measure…

machine learning

Tips to build your 1st Machine Learning Model

Hello, fellow learners! Today, we’re going to dive into the fascinating world of machine learning. Don’t worry, we’ll keep it simple and casual. Let’s get started! 1….