PinnedTanav Bajaj·Mar 8, 2022Pattern Matching (Regex)In this article, I will be using Bash commands like grep or sed to explain how RegEx works. This knowledge can be used to pattern match in…
Tanav Bajaj·Feb 16, 2022Database Management in SQL (Cont.)This article is a continuation of my previous article in the DBMS series.
Tanav Bajaj·Feb 14, 2022Linux Filesystem and User PermissionsLike all software, Linux is also stored in the Hard Disk Drive ( or SSD) or the laptop/PC and it has a way of keeping its files in order.
Tanav Bajaj·Feb 10, 2022Hypothesis TestingThis will cover topics related to Hypothesis Testing including Hypothesis Test, Type 1 and Type 2 error and P-value.
Tanav Bajaj·Feb 9, 2022Getting Started with LinuxThis is an article for Linux Newbies. Here I’ll be writing about the simple day to day commands that most Linux users use.
Tanav Bajaj·Feb 7, 2022Database Management System with SQLIn this article, I will be taking you, readers, on a tour of getting started with Database Management Systems (DBMS). And at the end, I…A response icon1A response icon1
Tanav Bajaj·Jan 24, 2022Introduction To Machine Learning PipelinePrerequisite: Basic knowledge of what ML is.
Tanav Bajaj·Dec 30, 2021Content Management System Using LAMP Stack ( Linux , Apache , MySQL/MariaDb and PHP)My Code GitHub Repository- https://github.com/tanav2202/CMS
Tanav Bajaj·Dec 24, 2021Distributions In StatisticsThis article covers the important key points of the main distributions of statistics in relation to random variables.
Tanav Bajaj·Dec 21, 2021Expected Values of Random VariablesTopics Covered- Expected Values of R.V. , Mean , Variance , Correlation Coefficient.