Karishma Shukla

Karishma Shukla @karishmashukla

About: I love to build.

Location:
Mumbai, India
Joined:
Jun 28, 2021

Karishma Shukla
articles - 8 total

Maxun: Open Source No-Code Web Data Extraction Platform⚡️

👋 Hey Everybody We are thrilled to open-source Maxun today. Maxun is an open-source no-code web data...

Learn More 327 6Oct 30 '24

Monkeying Around with Python: A Guide to Monkey Patching

What is Monkey Patching in Python? Imagine modifying a car's engine while it's running....

Learn More 52 4Feb 19 '24

Simplify Complex SQL Queries with Common Table Expressions (CTEs)

What are Common Table Expressions? Common Table Expressions (CTEs) are a valuable feature...

Learn More 91 16Aug 21 '23

How to Improve Performance of Your Database by Indexing Large Tables

What is Database Indexing? Database indexing is a technique that makes searching and...

Learn More 88 15Aug 7 '23

Build Resilient Systems with Idempotent APIs

Networks are unreliable but our systems cannot be. What is Idempotency? Idempotency is a...

Learn More 164 29Jul 28 '23

A Practical Guide to Metaprogramming in Python

What is metaprogramming? Metaprogramming is a programming technique where a program can...

Learn More 101 9Jul 16 '23

How Python uses Garbage Collection for Efficient Memory Management

What are variables in Python? A variable in Python is usually assumed to be a label of a...

Learn More 63 15Jul 7 '23

'any' vs 'unknown' in TypeScript

When you start learning TypeScript, you will come across two types - "any" and "unknown" any - The...

Learn More 22 3Jul 5 '21