Subhahu Jainlldcoding.com·Dec 19, 2024Design Logging library like log4j - Machine CodingFeatures Required Logging Levels: Logging should support multiple levels like DEBUG, INFO, WARN, ERROR, and FATAL. Helps filter messages based on severity. Ensures flexibility to control verbosity. High Performance: Must handle 1 million concu...52 readsLLD
André Limanetautoninjas.hashnode.dev·Dec 18, 2024SOLID Principles for NetDev EngineersTech Gauge: 🟩🟩🟩⬜⬜ (3/5) This article is moderately technical and suitable for readers with some background in Python and OOP. I dare say the typical background of today's Network Automation Developer looks like this: A network geek who knows ser...61 readsSOLID principles
Subhahu Jainlldcoding.com·Dec 18, 2024Design (LLD) Coupon System For Zepto - Machine Coding InterviewAsked in LLD Interview for SDE-2 Problem Statement: Design a Coupon Recommendation System for Zepto that fulfills the following requirements: Key Requirements: Coupon Recommendation: Recommend applicable coupons for a given order. Evaluate rules d...161 readszepto
Chandan kumardeveloperchandan.hashnode.dev·Dec 18, 2024A Beginner's Guide to Object-Oriented Programming in JavaScriptJavaScript was often considered a language primarily suited for scripting interactions on web pages—dominating the front-end development world with its event-driven and functional programming style. However, as JavaScript evolved, so did its programm...JavaScript
Nishant Banjadeblog.nishantbanjade.com.np·Dec 17, 2024Mastering C# Part 7.2 Object Oriented ProgrammingInheritance in C# Inheritance is a fundamental concept in Object-Oriented Programming (OOP) that allows a class (derived class) to inherit properties, methods, and other members from another class (base class). It promotes code reuse, extensibility, ...C#
Nishant Banjadeblog.nishantbanjade.com.np·Dec 17, 2024Mastering C# Part 7.1 Object Oriented ProgrammingObject-Oriented Programming (OOP) is a paradigm that structures software design around data, or objects, rather than functions and logic. In C#, a language inherently designed with OOP principles, this approach facilitates the modeling of real-world ...40 readsC#
Linus Benknerlinu.us·Dec 16, 2024Exploring Inheritance in PHPHello! Now you know the fundamentals of classes in PHP, it's time to move on to inheritance. In case you missed the previous posts, you can follow the series here. What is Inheritance? The concept of inheritance allows us to create a class that deriv...1 likeMastering PHP: From Basics to Advanced Design PatternsPHP
Subhahu Jainlldcoding.com·Dec 16, 2024Design (LLD) Online Book Management System - Machine Coding InterviewAsked in LLD Interview Functional Requirements: Search for a Book: Users should be able to search for books in the system based on various criteria, such as title, author, or genre. Read a Book: A user should be able to select a book from the se...340 readsMicrosoft
Vedant Sagolalegenai-blog.hashnode.dev·Dec 15, 2024Advanced Concepts in Object-Oriented Programming (OOP)Object-Oriented Programming (OOP) extends beyond its foundational principles to include various advanced features that enhance its utility and flexibility. This article explores types of inheritance, abstract methods, method overloading, method overr...Object Oriented Programming
Vedant Sagolalegenai-blog.hashnode.dev·Dec 15, 2024Object-Oriented Programming (OOP): Real-World Scenarios and ConceptsObject-Oriented Programming (OOP) is a programming paradigm centered around objects rather than functions and logic. To make this concept relatable, let’s journey into the real world, where everything from cars to coffee machines operates on OOP prin...Object Oriented Programming