Skip to content

Code In Cave

From ancient man to good developer

    • Home
    • Monkey
      • Git for monkey
      • Programming Languages
    • Ancient man
      • Git Basic
      • OOP Basic
      • Clean Code
    • Cave man
      • Asynchronous Programming
      • Git Pro
      • OOP Pro
      • Design Pattern
      • DevOps Basic
    • Developer
      • API Design
      • Architecture Design Pattern
      • DevOps Solution
      • Domain Driven Design
      • Refactoring
    • God Monkey
      • Solution Architecture
      • Microservice In Depth
    • About
    • Home
    • Monkey
      • Git for monkey
      • Programming Languages
    • Ancient man
      • Git Basic
      • OOP Basic
      • Clean Code
    • Cave man
      • Asynchronous Programming
      • Git Pro
      • OOP Pro
      • Design Pattern
      • DevOps Basic
    • Developer
      • API Design
      • Architecture Design Pattern
      • DevOps Solution
      • Domain Driven Design
      • Refactoring
    • God Monkey
      • Solution Architecture
      • Microservice In Depth
    • About

    .NET Memory In Depth (2)

    Variables fall into two categories: value type and reference type. It is this category that often determines where in memory they will be stored. Value type...

    Continue reading...
    September 28, 2022 by God Monkey Cave man Developer 0

    .NET Memory In Depth (1)

    If you think about it, an application is made up of two things: the code itself, and the data that stores the state of the application...

    Continue reading...
    September 16, 2022 by God Monkey Ancient man Cave man OOP Pro 0

    Cohesion and Coupling: They are not same !!!

    Coupling in software development refers to the degree of dependency between two modules/classes/objects in a software application. For instance, classes are coupled when methods in one class...

    Continue reading...
    September 16, 2022 by God Monkey Cave man Developer OOP Pro 0

    Inheritance vs Composition

    Composition vs Inheritance

    A lot of junior developers don’t know exactly mean of these and how it’s different. Let’s understand what’s different between them: We also have many level...

    Continue reading...
    September 14, 2022 by God Monkey Developer OOP Basic OOP Pro 0

    How to be a better programmer (P2)

    Hi, again. I spent 10 years to become a Junior to an kind of Software Architecture. And I still have a lot of things to learn....

    Continue reading...
    September 11, 2022 by God Monkey Ancient man Programming Languages 0

    Azure Bot Service Use Case Design

    Overview Azure Bot Service Some of Use Cases

    Continue reading...
    September 10, 2022 by God Monkey Developer Uncategorized 0

    How to be a better programmer (P1)

    You care about code. You’re passionate about programming. You’re the kind of developer who likes to craft truly great software. But the career path to become...

    Continue reading...
    September 10, 2022 by God Monkey Clean Code Monkey Programming Languages 0

    Explain programing to your kid

    A program is an algorithm, or set of instructions, that has been written in a special code that a machine can read. You can make up...

    Continue reading...
    September 9, 2022 by God Monkey Programming Languages 0

    When we need to throw exception ?

    Everyone know that : “Exceptions come at a cost, and they are expensive. They have a performance impact on the software and a maintenance overhead.” Is...

    Continue reading...
    September 8, 2022 by God Monkey Cave man Clean Code 0

    How to audit a website ?

    The purpose of a website audit is to give webmasters a complete and detailed analysis into their sites health, performance and speed. Assessing these areas will...

    Continue reading...
    September 7, 2022 by God Monkey Cave man Developer 0
    Page 1 of 512345»

    Archives

    • September 2022
    • August 2022

    Code In Cave © 2023. All Rights Reserved.

       

      Loading Comments...