Som's Tech World...
This is my own world of software and technologies...
Thursday, November 23, 2023
A baby step in the wonderland of Quantum Computing...
›
I am of the opinion that there is no age limit for trying out new things in life. I consider myself a perpetual student. Today will be a mem...
Thursday, November 16, 2023
Engineers of Bharat - wakeup - know WhoWeAre - part II
›
Here's the clarion call to all of the engineers of Bharat - embrace #Sanskrit and go back to your roots. Know your real worth. Till to...
Saturday, September 2, 2023
Iterator Design Pattern in Python...
›
Iterator design pattern is a behavioral design pattern that lets you access the element of a complex data structure - a collection class - w...
1 comment:
Friday, September 1, 2023
Prototype Design Pattern in Python...
›
The prototype design pattern is a creational pattern. If the creation of an object is a very costly affair and we already have a similar ki...
Sunday, August 27, 2023
Decorator Design Pattern in Python
›
In object-oriented programming, the decorator pattern is a design pattern that allows behavior to be added to an individual object, dynamica...
Friday, August 25, 2023
The Template Method Design Pattern...
›
It is a behavioral design pattern. It lets us define the skeleton of an algorithm, delegating some steps to the subclasses. There are mainl...
Thursday, August 24, 2023
Memento Design Pattern in Python...
›
This design pattern lets you save the state of an object without revealing the implementation. There are mainly three participants in this d...
‹
›
Home
View web version