Harigovindan Parthasarathy
Stories (3)
Filter by community
Is C++ still a good language to learn for 2023?
C++ is a high-level, general-purpose programming language designed for system and application programming. It was developed by Bjarne Stroustrup in 1983 as an extension of the C programming language. C++ is an object-oriented, compiled language that includes features such as classes, objects, templates, and exception handling.
By Harigovindan Parthasarathy3 years ago in Education
How to prepare for the System Design Interview in 2023
The system design interview is a crucial part of the software engineering interview process. It tests a candidate's ability to design and scale a system to handle a high volume of traffic and users. To prepare for a system design interview, it is important to practice and understand the following key concepts:
By Harigovindan Parthasarathy3 years ago in 01
How to prepare for a coding interview in one month
Review basic data structures and algorithms Data structures are ways of organising and storing data in a computer so that it can be accessed and modified efficiently. Some basic data structures include:
By Harigovindan Parthasarathy3 years ago in Education


