Vivek

Vivek @vivekthedev

About: Python | JavaScript | Open Source

Joined:
Jan 20, 2021

Vivek
articles - 14 total

Inbox in Discord

Inbox Innovation with Postmark: Presenting InboxNinja 🥷 ...

Learn More 0 0Jun 6

Inbox Innovation with Postmark: Presenting InboxNinja 🥷

This is a submission for the Postmark Challenge: Inbox Innovators. Ever wished your incoming...

Learn More 17 2Jun 5

SecureLens 🔍: An LLM you can trust.

This is a submission for the Permit.io Authorization Challenge: AI Access Control What I...

Learn More 0 0May 5

Exporting Google NotebookLM Notes Is a Mess — So I Wrote a Python Script for It

Google’s NotebookLM is a handy tool for interacting with your documents and taking notes from them....

Learn More 6 1Apr 27

Presenting PageMyCV - Resume Website in one Click (using Pulumi ESC)

This is a submission for the Pulumi Deploy and Document Challenge: Shhh, It's a Secret! Managing...

Learn More 12 0Apr 6

Effortless Database Migrations: Why Alembic is Your Python Must-Have

SQL databases operate by defining specific fields, data types, and relationships across various...

Learn More 1 0Feb 23 '24

Are Tuples really immutable? #PyTip03

Tuple in Python are immutable Data Structures. Unlike sets, dicts and lists, the values in a tuple...

Learn More 0 0Aug 20 '22

Iterable Unpacking in Python #PyTip02

Python provides an awesome variety of sequential data structures. The most common of them are list...

Learn More 6 0Aug 5 '22

How to make immutable dictionaries in Python #PyTip01

Python is known for its batteries included capability, it has solutions for every data structure...

Learn More 3 0Aug 4 '22

Amazing Functools Features in Python

I was recently reading Django’s Source Code, and I came across the @wraps decorator, which led me to...

Learn More 7 0Apr 2 '22

How to configure Django/PostgreSQL environment using Docker

In this step-by-step article you will learn how you can set up a local development environment with...

Learn More 8 0Mar 3 '22

How to make Python Script that organises files

In this tutorial, you'll learn how to create a Python script that organises your folders by file...

Learn More 7 0Feb 24 '22

Exploring Full-Text Search with Django/PostgreSQL

In this step-by-step tutorial, you'll learn how to use full-text search in your Django application...

Learn More 5 0Feb 21 '22

5 JavaScript Libraries that makes working with JS magical

The Benefits of working with JavaScript are endless. In this post we will look at five amazing...

Learn More 19 0Feb 7 '22