Paras kaushikparaskaushik.hashnode.dev·Oct 17, 2023Low Level Design of a Parking LotIn this blog, we will discuss how would we model a parking lot software by an object-oriented design Requirement Gathering The Vehicle enters the Parking Lot via the Entrance Gate, gets a parking ticket, for a parking spot The ticket is specific to...52 readsLow Level Designparking-lot
Sanusi Mubaraqmatrix.hashnode.dev·Aug 19, 2023A Glimpse into My typical Week at a Startup: MeetingsIntroduction Working in a startup environment is a thrilling experience filled with innovation, rapid development, and collaboration. A crucial aspect of this fast-paced setting is the weekly routine, which revolves around key meetings that drive the...1 likemeetings
Prashant Priyadarshicodezym.hashnode.dev·Jul 21, 2023Low Level Design of a Parking LotSee the problem statement here : https://codezym.com/question/1 Design a parking lot is one of the famous object-oriented design questions. Use cases include : park or remove vehicle, search a vehicle where it is parked and display number of free ...57 readslow level design
swati jhaswatijha.hashnode.dev·Apr 8, 2023Parking Lot (Low-Level Design)Problem definition A parking lot is a designated area for parking vehicles and is a feature found in almost all popular venues such as shopping malls, sports stadiums, offices, etc. In a parking lot, there are different parking spots available for di...14 likes·2.1K readsLow Level Design ProblemsSoftware Engineering