Articles I have written recently

How to assess your quality code?

Numerous, or at least all 😂 remote jobs, require a developer to be able to write high-quality code. Have you noticed that? But you may wonder:...

Read more

Should developers Critique in Public during meetings?

Praise in public and critique in private when working as a team can help you to show your support, your consideration as well as your respect...

Read more

Utilizing Context in React Using Hooks

React introduced the Context API to solve the problem of sharing state among various nested components. However, using the Context API with…

Read more