Blog

Technical writing built for search, sharing, and depth.

The blog uses crawlable routes, article metadata, RSS, and structured content, and it can now include imported writing from DEV Community and Hashnode alongside local posts.

The Importance of Upholding Data Privacy: A Data Scientist's Responsibility

Introduction As a data scientist, I understand the importance of data privacy and security. Data privacy refers to the protection of personal information and sensitive data from unauthorized access, use, or disclosure. It is essential for every indiv...

  • data privacy
  • Python
  • data analysis
  • Security

A Guide to Data Cleaning and Preparation for Data Science

Data is the lifeblood of any successful data science project, but it's not always in its pristine form. Unfortunately, raw data often comes with missing values, duplicates, outliers and other anomalies that can significantly impact the accuracy of yo...

  • Data Science
  • Python
  • Data Preprocessing
  • data analytics
  • data analysis

Automate the boring stuff with Python

Personalizing your cover letter can be daunting at times, imagine you're sending hundreds of job applications per week, look at how frustrated the guy in the image below is: I was like this guy, but things became easy for me when I started putting m...

  • Python
  • Productivity
  • job search
  • python beginner
  • #beginners #learningtocode #100daysofcode

Building an Image repository with Node.js, Express, MongoDB and Multer

Quick Summary With the help of this tutorial, you can learn how to build and integrate an Image repository by uploading files on the server with the help of Multer and Express in Node.js. This tutorial will also show you a step-by-step process of int...

  • JavaScript
  • Node.js
  • Web Development

Getting Started With Automated Testing Using Jest for JavaScript Applications

What does testing mean? what is automated testing? Do we really need to test our code? How do I achieve this? what should I test? These are popularly asked questions and this article aims to provide answers for them. Firstly, we need to understand t...

  • JavaScript
  • Testing
  • Jest
  • Web Development