PinnedFlutter Interview QuestionI’m just trying to share my thoughts and understanding of flutter. I took all this content from Wikipedia, Stack Overflow and some other’s…Jan 12, 20211Jan 12, 20211
System Design Blueprint: Key Concepts and Simplified ExplanationsIn this blog, I’ve compiled a blueprint of the key concepts I follow when creating system design documents. This guide serves as a quick…Aug 3Aug 3
Custom shapes in FlutterIn this blog, I’ve tried to explain the ways to set custom shapes to any widget (like Container). And also, I’ve added the sample code for…Aug 30, 20232Aug 30, 20232
How to Behave in Coding InterviewsClarify all the doubts upfront before writing any single character of code.Jul 9, 2022Jul 9, 2022
Scaler Academy — My ReviewDS — Algo — System Design — Interview PreparationMar 24, 20221Mar 24, 20221
Linked List — CircularThe circular linked list is a linked list where all nodes are connected to form a circle. There is no NULL at the end. A circular linked…Jan 3, 2022Jan 3, 2022