© 2022 Hashnode
#2articles1week
Introducing the open Source series, where I'll be sharing my knowledge on how I was able to mentor five or more open source projects and how you can too! The very first insights that the majority of p…
Introduction This is an ES6 series, ES6 also known as ECMAScript 2015 or ECMAScript6 is the latest version of JavaScript introduced in 2015. ECMAScript is the standard that JavaScript uses. It general…
INTRODUCTION What are your opinions about the Python Programming Language? If you are given this floor of analysis, your answer could be a lot of things or just a few things. Python is a high-level, g…
Do you ever wonder about the fonts and color choices or layout of a website or product when looking at it? Have you ever looked at a website, and wondered how someone could make it so easy to navigate…
An "application programming interface," or API, is a software bridge that enables communication between two applications and exchanges data with each other. An example to understand an API : Consider that you are going to a restaurant where…
Background Once upon a time, I opened my Jupyter notebook to show a C-suite manager my work on the project. He had never asked me to show my work ever again after that. If you didn't understand what h…
1. Write your full name in the resume header 2. Include your GitHub/LinkedIn/Kaggle details in addition to your basic contact details. 3. Correctly articulate your latest job designation as your profi…
Github just refreshed? Yes, you read right. You can now use any static site generator to deploy your app to Github pages with custom GitHub action. As GitHub Pages, is used to host over 16 million web…
What is a Classification Report? A Classification Report is one of the performance evaluation metrics of a classification-based machine learning model. It displays your model's precision, recall, F1…
What rules you should follow while splitting a dataset? There are two main rules that you should make sure of while splitting a dataset into a training set and a test set: Both datasets should refl…