#beginners
Read more stories on Hashnode
Articles with this tag
Useful Python snippets that can actually save your time 路 Introduction 馃憢 Python is a beautifully designed high-level interpreted programming language...
Evaluation Metrics every Data Scientist must know 路 You made a machine learning or deep learning model. Amazing! 馃コ But how do you check its performance...
Dunning Kruger Effect vs Imposter Syndrome - The Opposites? 路 This article has been in my drafts for a long time but I never clicked that Publish button...
FizzBuzz Challenge: One Simple Interview Question 路 What is the most famous interview question? FizzBuzz is the most popular coding problem, and perhaps...
Starting out with web development? Here are some useful resources 路 Introduction Learning web development is like learning to drive a car. No matter how...
When should you use ?? (nullish coalescing) and when || (logical OR)? 路 Introduction A month ago, I got a chance to learn about the nullish coalescing...