Skip to content
Home » Archives for Patryk Karpinski

Patryk Karpinski

Senior Software Engineer with over 7 years of experience and entrepreneurial background. Most often, apart from delivering good quality code on time, responsible for introducing good practices, teaching programmers and building team bonds andestablishing communication on the line of development-management. Privately Kākāpō and Wombat enthusiast, traveler and retired acrobat.

What is Recursion in programming – the ultimate explaination

Recursion is probably the most tricky concept among not only programming newbies but also professionals. Causing a lot of troubles for programmers whentrying to understand it. Recursion, however is used in more advanced concepts of the programming, like many algorithms,… Read More »What is Recursion in programming – the ultimate explaination

How To Create Folders and Files On Your Computer Using Next.js ONLY – 5 min tutorial

Control your OS with Next.js Only In this article I will show you how to quickly write an application that (at some level) allows you to control your operatingsystem using next.js without installing anything. Disclaimer At the beginning of this… Read More »How To Create Folders and Files On Your Computer Using Next.js ONLY – 5 min tutorial