Open in app

Sign in

Write

Sign in

Mastodon
Rahul Beniwal
Rahul Beniwal

54 Followers

Home

About

Published in

Level Up Coding

·5 days ago

Design Patterns with Python: Proxy Pattern

Welcome to my Design Pattern Series! In today’s installment, let’s delve into a design pattern that, while seemingly simple, plays a crucial role. You might already be utilizing it without even realizing it. One common scenario is its application by your preferred framework or library, quietly enhancing existing functionality without…

Design Patterns

4 min read

Design Patterns with Python -> Proxy Pattern
Design Patterns with Python -> Proxy Pattern
Design Patterns

4 min read


Published in

Level Up Coding

·Nov 15

The Journey of a Request to the Backend: A Must-Read for Every Developer

Let’s demystify how incoming requests are received in the backend. — Let’s explore how incoming requests reach to backend. It’s is crucial process that is often ignored but better if we developers know because, in the end, this is what we are using every day. This Post only covers the important operations happening from the top of the sea.

Internet

3 min read

The Journey of a Request to the Backend: A Must-Read for Every Developer
The Journey of a Request to the Backend: A Must-Read for Every Developer
Internet

3 min read


Published in

Level Up Coding

·Nov 13

CPython Lesson 0 — Building Python from Source and Navigating Folder Structure

Let’s build Python from source and look into Its source code from 1 Million feet. — When we download Python from the official site, we receive the final released version. However, on GitHub, we can access details about all actively developed features that are planned for future releases. Let’s build CPython from the source. Install Git You can visit this site to learn how to install…

Python

5 min read

CPython Lesson 0 — Building Python from Source and Navigating Folder Structure
CPython Lesson 0 — Building Python from Source and Navigating Folder Structure
Python

5 min read


Published in

Level Up Coding

·Nov 10

Redis Sorted Sets: The Hidden Gem You Can’t Afford to Overlook — Only Guide You Need.

Sorting data is an easy task for relational databases like Postgresql. Let’s explore how Redis handles this requirement. — Introduction: A Redis sorted set is a collection of unique strings (members) ordered by an associated score. When more than one string has the same score, the strings are ordered lexicographically. Use Cases: Leaderboards Rate Limiter Let’s consider that we are keeping a record of the number of users logged…

Redis

5 min read

Redis Sorted Sets: The Hidden Gem You Can’t Afford to Overlook — Only Guide You Need.
Redis Sorted Sets: The Hidden Gem You Can’t Afford to Overlook — Only Guide You Need.
Redis

5 min read


Published in

Level Up Coding

·Nov 5

Essential Redis Best Practices You Should Be Aware Of.

Redis is an in-memory key-value pair database. Let us talk about some practices that you must use. — Persistance Many people believe that if Redis is an in-memory database, the data stored in Redis will be lost if Redis stops and then restarts. However, it’s important to note that Redis offers data persistence mechanisms to ensure data durability and resilience in the face of system interruptions.

Redis

4 min read

Essential Redis Best Practices You Should Be Aware Of.
Essential Redis Best Practices You Should Be Aware Of.
Redis

4 min read


Published in

Level Up Coding

·Nov 2

Design Patterns with Python -> Facade Pattern

Welcome to the ongoing design pattern series, we have already covered some important Creational and Structural Design Patterns. So let’s continue this and understand one more important but very simple to understand Facade Pattern. Why to use Facade This pattern provides a simplified and unified interface to a set of…

Facade Pattern

3 min read

Design Patterns with Python -> Facade Pattern
Design Patterns with Python -> Facade Pattern
Facade Pattern

3 min read


Published in

Level Up Coding

·Oct 22

Design Patterns with Python: Decorator Pattern Revisited

Welcome to our design pattern series. Let's cover another structural pattern Decorator Pattern. I have already written an article on decorators before but let’s understand it from the structural point of view. Decorators in Python Decorators are powerful and useful concepts being implemented in Python. It is a design pattern also. Let’s dive deeper…rahulbeniwal26119.medium.com As it is my favorite pattern and I am kind of a little expert in it. Let’s cover…

Decorator Pattern

6 min read

Design Patterns with Python: Decorator Pattern Revisited
Design Patterns with Python: Decorator Pattern Revisited
Decorator Pattern

6 min read


Published in

Level Up Coding

·Oct 17

Taking JSON Parsing in Python to the Next Level

JSON is the preferred format for information exchange between systems due to its simplicity when it comes to parsing it into native language databases. In this discussion, we’ll explore some lesser-known features and useful hacks within the jsonmodule that can enhance your experience when working with APIs. Serializing and Deserializaing…

Json

4 min read

Taking JSON Parsing in Python to the Next Level
Taking JSON Parsing in Python to the Next Level
Json

4 min read


Published in

Level Up Coding

·Oct 13

Design Pattern with Python: Adapter Pattern

In our design pattern journey, we have already covered important creational Pattern Now let’s start learning about structural patterns. Let's learn about important components of the Adapter pattern. Adaptee: This is the class that you want to adapt. …

Python

3 min read

Design Pattern with Python: Adapter Pattern
Design Pattern with Python: Adapter Pattern
Python

3 min read


Published in

Level Up Coding

·Oct 9

Supercharge Your Python Skills: 7 IPython Magic Commands You Can’t Afford to Miss (Part 2)

Welcome back to the second part of our exploration into IPython magic commands! In the first part, we delved into some useful magic functions. Now, let’s dive deeper into this fascinating topic and uncover even more handy tricks. %cd and %pwd %cd is similar to cd command in *nix based…

Ipython

3 min read

Supercharge Your Python Skills: 7 IPython Magic Commands You Can’t Afford to Miss (Part 2)
Supercharge Your Python Skills: 7 IPython Magic Commands You Can’t Afford to Miss (Part 2)
Ipython

3 min read

Rahul Beniwal

Rahul Beniwal

54 Followers

Programmer, Web developer

Following
  • Allen Helton

    Allen Helton

  • Nuno Bispo

    Nuno Bispo

  • Hussein Nasser

    Hussein Nasser

  • Trey Huffine

    Trey Huffine

  • Bex T.

    Bex T.

See all (18)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams