Open in app
Home
Notifications
Lists
Stories

Write
Mahbub Zaman
Mahbub Zaman

Home
About

Published in Towards Data Science

·Jan 14

Visualizing Netflix Data With Python

Using Pandas, Plotly Express, Dash, and Heroku — Data visualization is being used in almost every sector to understand the data better. Because it can be challenging to interpret data from a CSV file, on the other hand, it becomes much easier to understand the data when represented in a chart or map. Then based on these insights…

Data Science

4 min read

Visualizing Netflix Data With Python
Visualizing Netflix Data With Python

Published in Geek Culture

·Oct 1, 2021

Software Development Isn’t All About Programming

Technology is part of the answer — Software development is a craft. It takes continuous learning and years of experience to master that. It does not work if you are not genuinely interested. In this post, I’ll shed some light on my four years of personal experience as a software engineer and full-stack developer. …

Programming

3 min read

Software Development Isn’t All About Programming
Software Development Isn’t All About Programming

Published in JavaScript in Plain English

·Sep 27, 2021

How to Deploy a React Application to Cloudflare Pages

Deploy your React apps for free — Cloudflare Pages is packed with features like git integrations, advanced collaboration with unlimited states, lightning-fast performance, and serverless functionality using Cloudflare Workers. In this post, I’ll show you how to deploy your React app from GitHub into this JAMstack platform. Setup First, we need to create a git repository, or you…

Programming

3 min read

How to Deploy a React Application to Cloudflare Pages
How to Deploy a React Application to Cloudflare Pages

Published in Towards Data Science

·Sep 13, 2021

How To Parse Data Using Python and Selenium

Parse data from a website with pagination — Previously I talked about Selenium and how to use it with Ruby. Today, I’ll show you how we can use Selenium with Python. Have a look at the following post if you want to go through the basics of Selenium. In that post, I’ve briefly covered what Selenium is and…

Software Engineering

3 min read

How To Parse Data Using Python and Selenium
How To Parse Data Using Python and Selenium

Published in Python in Plain English

·Sep 11, 2021

How To Create a Docker Image From a Container

Quickly run python scripts inside a Docker image — We can create a Docker image in two main ways. First, using a Docker container, and second, using a Dockerfile. In this post, we will learn how to create a Docker image from a docker container. For this method, we are going to use the following Docker command. docker commit …

Software Engineering

3 min read

How To Create a Docker Image From a Container
How To Create a Docker Image From a Container

Published in Towards Data Science

·Aug 25, 2021

How To Parse Data Using Ruby and Selenium

Learn the basics of Selenium — Manual testing can be inefficient and error-prone. But, it can be eliminated by automation. Selenium is an open-source automation tool to automate tests. For example, we can use it to test web applications. In this article, we will be using Selenium (Ruby), and Chrome to parse data. We will use…

Software Engineering

3 min read

How To Parse Data Using Ruby and Selenium
How To Parse Data Using Ruby and Selenium

Published in Towards Data Science

·Aug 6, 2021

How To Dockerize an Existing React Application

Run React applications with less effort — React is a Javascript library to create user interfaces. React doesn’t separate markup and logic in different files. It separates concerns using reusable components that contain both. These components can be used to build scalable web applications. In this post, I’ll illustrate how to dockerize an existing React application. There…

Software Engineering

3 min read

How To Dockerize an Existing React Application
How To Dockerize an Existing React Application

Published in JavaScript in Plain English

·Aug 5, 2021

How to Deploy a React Application to Netlify

Deploy your React apps in few minutes — React is one of the most popular open-source JavaScript libraries for frontend development. Facebook released this project in 2013. React allows us to use reusable UI components, making it easier to maintain and extend a web application. In this post, I’ll show you how to deploy a React application to…

Programming

2 min read

How to Deploy a React Application to Netlify
How to Deploy a React Application to Netlify

Published in Python in Plain English

·Aug 3, 2021

How To Manage Multiple Python Versions

Easily manage Python versions using pyenv — If you have multiple Python applications that depend on different Python versions, then managing these applications could be difficult. One way to solve that problem is to use a Python version management system. In this post, I’ll be discussing a Python version management system called pyenv. …

Programming

2 min read

How To Manage Multiple Python Versions
How To Manage Multiple Python Versions

Published in Towards Data Science

·Jul 25, 2021

12 Essential Docker Commands You Should Know

Streamline your software development — Docker has become an integral part of software engineering. We use Docker for development, testing, and deployment because it’s easy to manage the environment. Because of its portability, it has become popular in the software industry. That mean’s if your code works in development, it will work in production. …

My SQL

5 min read

12 Essential Docker Commands You Should Know
12 Essential Docker Commands You Should Know
Mahbub Zaman

Mahbub Zaman

Computer Engineer. One day I’ll write a book. https://linktr.ee/lifeparticle

Following
  • Dr Mehmet Yildiz

    Dr Mehmet Yildiz

  • Zulie Rane

    Zulie Rane

  • TDS Editors

    TDS Editors

  • plotly

    plotly

  • Soumadri Banerjee

    Soumadri Banerjee

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable