Md Mubeen Ali Zakimubeenzaki.hashnode.dev·Aug 17, 2023Multithreading in Python | Threads & Process | Dead-Lock & Race Condition | Lock VariableProcesses and Threads: A 'Process' is a program in execution, whereas a 'Thread' is a separate execution path in a 'Process'. A 'Thread' can be called as a 'Light-Weight Process' as all the threads within the process share the same computing resource...Discuss·26 readsmultithreading
Awopegba Damilola Marydamilolaawopegba.hashnode.dev·Aug 3, 2023All You Need To Know About Javascript ClosuresHave you ever wondered how different pieces of wood bundled together as a log of wood can make a beautiful table when put to use? Closure is the table created with different pieces of functions bundled together in a lexical environment. if you are fa...Discuss·3 likes·96 readsclosures in javascript