@GoKiwiNow Why is access to card summaries and transaction details gated behind Gmail/email linking?
Users shouldn't have to share email access to view their own card activity.
This looks like a dark pattern.
#Privacy#DarkPatterns
So @airtelindia requires you to have a Samsung phone to add a mobile plan to galaxy watches.
Can't do it on my oneplus and watch 7 lte.
Sadly will have to move family plan to @reliancejio again.
उपभोक्ता ध्यान दें !
रेस्तरां बिल में सर्विस चार्ज नहीं जोड़ सकते
और ना ही उसे “Optional” लिखकर दिखा सकते हैं।
यदि सर्विस चार्ज जबरदस्ती लिया जाए तो 1915 पर शिकायत करें या 8800001915 पर WhatsApp करें। #ConsumerAwareness#NCH1915#ServiceCharge#JagoGrahakJago
@aneetta_joby_@jagograhakjago@consaff They did the same misleading with Zomato
Gave 5 rs ..well turns out it was their customers exit cost (losing customers through cheap tactics) @CRED_club
@AmazonHelp@amazonIN I tried .. I was put on hold by your customer service and after 14 minutes the call got disconnected.
I am a prime customer and amazon cs is a disgrace..
If you have your interview coming up & want to revise cs fundamentals, refer these threads 🧵
1. DBMS - https://t.co/9wcbvVqCwl
2. OS - https://t.co/W4PsKt23FS
3. CN - https://t.co/MdyVIAibci
4. OOPS - https://t.co/oiGDuL8GBw
#tech#code#intetview#productbasedcompany
@UPI_NPCI
Did the transaction of 2034.43 using the rupay credit card of @ICICIBank_Care on 28th August unfortunately UPI transaction failed but no refund received yet.
UPI reference no : 324034544005
Please look into it.
Chandrayaan-3 Mission:
'India🇮🇳,
I reached my destination
and you too!'
: Chandrayaan-3
Chandrayaan-3 has successfully
soft-landed on the moon 🌖!.
Congratulations, India🇮🇳!
#Chandrayaan_3#Ch3
@OnePlus_IN I have purchased the OnePlus bullets z2 wireless earphone unfortunately it has stopped working in one ear .
As you offer a 1 year warranty , I am unable to claim the same .
OnePlus do not allow pickup at my location .
Please tell me alternative ways
@OnePlus_Support
𝗗𝗼 𝗬𝗼𝘂 𝗡𝗲𝗲𝗱 𝗧𝗼 𝗞𝗻𝗼𝘄 𝗔𝗹𝗹 𝗗𝗲𝘀𝗶𝗴𝗻 𝗣𝗮𝘁𝘁𝗲𝗿𝗻𝘀?
The answer is no. Even though we have 23 design patterns, around ten are mostly used in everyday development. Knowing which patterns exist overall is good, but you need to know these very well.
Design patterns can be divided into three main types:
𝟭. 𝗖𝗿𝗲𝗮𝘁𝗶𝗼𝗻𝗮𝗹 𝗣𝗮𝘁𝘁𝗲𝗿𝗻𝘀
These design patterns deal with object creation mechanisms, trying to create objects in a manner suitable to the situation.
Important patterns in this group are:
🔹𝗙𝗮𝗰𝘁𝗼𝗿𝘆: This pattern allows delegating the instantiation logic to factory classes. The Factory Method creates objects without exposing the instantiation logic to the client.
🔹𝗦𝗶𝗻𝗴𝗹𝗲𝘁𝗼𝗻: The Singleton pattern ensures that a class has only one instance and provides a global point of access to it. It's useful when exactly one object is needed to coordinate actions across the system.
𝟮. 𝗦𝘁𝗿𝘂𝗰𝘁𝘂𝗿𝗮𝗹 𝗣𝗮𝘁𝘁𝗲𝗿𝗻𝘀
These patterns deal with the composition of classes and objects which form larger structures.
Important patterns in this group are:
🔹𝗔𝗱𝗮𝗽𝘁𝗲𝗿: This pattern works as a bridge between two incompatible interfaces. It wraps an existing class with a new interface to become compatible with the client's interface.
🔹𝗙𝗮𝗰𝗮𝗱𝗲: The Façade pattern provides a unified interface to a set of interfaces in a subsystem. Façade defines a higher-level interface that makes the subsystem easier to use.
🔹𝗗𝗲𝗰𝗼𝗿𝗮𝘁𝗼𝗿: This pattern dynamically adds/overrides behavior in an existing method of an object. This pattern provides a flexible alternative to subclassing for extending functionality.
🔹𝗣𝗿𝗼𝘅𝘆: The Proxy pattern provides a surrogate or placeholder for another object to control access to it. In its most general form, a proxy is a class functioning as an interface to something else.
𝟯. 𝗕𝗲𝗵𝗮𝘃𝗶𝗼𝗿𝗮𝗹 𝗣𝗮𝘁𝘁𝗲𝗿𝗻𝘀
These patterns are specifically concerned with communication between objects and how they interact and distribute work.
Important patterns in this group are:
🔹𝗖𝗼𝗺𝗺𝗮𝗻𝗱: The Command pattern encapsulates a request as an object, thus allowing users to parameterize clients with queues, requests, and operations.
🔹𝗧𝗲𝗺𝗽𝗹𝗮𝘁𝗲 𝗠𝗲𝘁𝗵𝗼𝗱: This pattern defines the program skeleton of an algorithm in a method called template method, which defers some steps to subclasses.
🔹𝗦𝘁𝗿𝗮𝘁𝗲𝗴𝘆: The Strategy pattern defines a family of algorithms, encapsulates each one, and makes them interchangeable. Strategy lets the algorithm vary independently from clients that use it.
🔹𝗢𝗯𝘀𝗲𝗿𝘃𝗲𝗿: This pattern defines a one-to-many dependency between objects so that all its dependents are notified and updated automatically when one object changes state.
#technology #softwareengineering #programming #techworldwithmilan #developers