Pinned Repositories
CuteLogger
Logger: simple, convinient and thread safe logger for Qt-based C++ apps
grokking-the-object-oriented-design-interview
list_of_lld_cpp
Low level design problem solution in c++.
Low-Level-Design-in-Cpp
ModernCppDesign
Playground to the famous book from Andrei Alexandrescu
Parking-Lot
qt-cuteui
CuteUI is a GUI library based on QQC2 (Qt Quick Controls 2), every Cute application uses it.
SOLID_Principles
:fire: :zap: SOLID Design Principles explanation with diagrams, examples in C++. :rocket: Motivation behind each principle is explained. Difference between good code and bad code is defined.
system-design
Some tiny exercises for system design.
vorbroBlog
GRPC examples
dhananjayahs's Repositories
dhananjayahs/grokking-the-object-oriented-design-interview
dhananjayahs/ModernCppDesign
Playground to the famous book from Andrei Alexandrescu
dhananjayahs/qt-cuteui
CuteUI is a GUI library based on QQC2 (Qt Quick Controls 2), every Cute application uses it.
dhananjayahs/vorbroBlog
GRPC examples
dhananjayahs/CuteLogger
Logger: simple, convinient and thread safe logger for Qt-based C++ apps
dhananjayahs/list_of_lld_cpp
Low level design problem solution in c++.
dhananjayahs/Low-Level-Design-in-Cpp
dhananjayahs/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
dhananjayahs/awesome-leetcode-articles
This repository contains LeetCode articles which are very useful during the interview preparation.
dhananjayahs/awesome-system-design-articles
This repository contains System Design articles which are useful during the interview preparation and while learning Distributed Systems
dhananjayahs/basic-parkingL
dhananjayahs/CLI11
CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.
dhananjayahs/cpp-template-metaprogramming
Notes about modern C++, C++11, C++14 and C++17, Boost Libraries, ABI, foreign function interface and reference cards.
dhananjayahs/Cpp-TemplatesProgramming
C++11/14/17/20 templates and generic programming, the most complex and difficult technical details of C++, indispensable in building infrastructure libraries.
dhananjayahs/cyclonedds-basic-examples
dhananjayahs/demo_cpp
Collection of short C++ demos
dhananjayahs/firmware-interview-project
Fan Controller C++ coding problem is used for remote technical screens with software engineering candidates for the embedded systems team
dhananjayahs/low-level-design-primer
Dedicated Resources for the Low-Level System Design. Learn how to design and implement large-scale systems. Prep for the system design interview.
dhananjayahs/MessageQueue
PolyM is a very simple C++ message queue intended for inter-thread communication
dhananjayahs/MyCodingJourney
dhananjayahs/OODChess
Low level design of Board Game - Chess
dhananjayahs/OpenDDS
OpenDDS is an open source C++ implementation of the Object Management Group (OMG) Data Distribution Service (DDS). OpenDDS also supports Java bindings through JNI.
dhananjayahs/Parking-Lot-Management-System
Group Project for the Course ECE 4080 : OOP using C++
dhananjayahs/qt-creator-themes
An extensive collection of dark Qt Creator color schemes with preview screenshots.
dhananjayahs/qt-headunit-desktop
HeadUnit Desktop is a car PC software built with Qt 5 and QML
dhananjayahs/Software-Architecture-with-Cpp
Software Architecture with C++, published by Packt
dhananjayahs/Sources
LeetCode sample programs
dhananjayahs/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
dhananjayahs/TradingPlatform-
Multi-threaded Algorithmic Trading Platform with engine and FIFO limit orderbook built in C++
dhananjayahs/WebsocketsExamples
Simple, small, C++ embeddable webserver with WebSockets support