The Maximum Profit Algorithm in Python

This article presents an algorithmic problem with practical value for stock market analysis. For instance, suppose you are trading the cryptocurrency Ethereum. How much profit in dollars can you make by buying low and selling high based on historical data? Maximum Profit Basic Algorithm The max profit algorithm calculates the maximum profit you’d obtain by … Read more

Top 20 Skills Every DevOps Engineer Ought to Have

Before I show you the top 20 skills of a DevOps engineer, let’s quickly have a look at three concise definitions of DevOps first! DevOps is short for software development (Dev) and IT operations (Ops). Definition from Atlassian: DevOps is a set of practices that automates the processes between software development and IT teams, in order that they … Read more

Product Manager — Income and Opportunity

Before we learn about the money, let’s get this question out of the way: What Does a Product Manager Do? A product manager (PM) identifies customer needs and communicates “success metrics” with the internal team building the product. By understanding the customer needs and what a successful product looks like, the product manager is an … Read more

Full-Stack Web Developer — Income and Opportunity

Before we learn about the money, let’s get this question out of the way: What Is a Full-Stack Web Developer? A full-stack web developer works both with back-end and front-end web technologies. Full-stack developers have skills in all those fields so they often take crucial roles in overseeing the technical implementation of large web projects. … Read more

6 Ways to Get the Median of a Python List

Problem Formulation Given a Python list of integer or float numbers. How to calculate the median of a Python list? Formally, the median is β€œthe value separating the higher half from the lower half of a data sample” (wiki). Note that the median is different to the mean or average as can be seen in … Read more

15 Highly Profitable Freelancing Niches Developers Miss Out On [Video Collection]

In this guide, I’ve compiled the top 7 freelancing niches I found highly profitable based on my experience working as a business owner and freelancer myself, hiring hundreds of freelance developers for my company, and teaching thousands of freelancing students through our books and courses. Each niche is presented with a video where I show … Read more