Tekton vs JenkinsBoth Tekton and Jenkins are CI/CD tools. Here we want to discuss the main difference between themMar 7, 2022Mar 7, 2022
C++ Synchronization(1) — ThreadWe already discussed the difference between Thread and Process[https://mischu-learn.medium.com/process-and-thread-2c551499ee4]. Today…Aug 21, 2021Aug 21, 2021
Process and ThreadYou see processes and threads in multitasking operating system. To understand this 2 concepts, we first have a look on the how CPU works.Aug 19, 2021Aug 19, 2021
C++ “extern”“extern” allow us using the same variable among different transition units(cpp files).Jul 3, 2021Jul 3, 2021
C++ MacrosMacro acts more like scripts. Macro #define A bbb replace A with bbb in the code.Apr 18, 2021Apr 18, 2021
C++ std::vectorVector from standard library std is a dynamic array that doesn’t have a fixed size. From the perspective of memory, the dynamic array is…Mar 27, 2021Mar 27, 2021