Design Thinking – Agile Way

Design Thinking – Agile Way

Design Thinking and Agile methodologies are both approaches to problem-solving that have gained popularity in recent years. While they come from different backgrounds and have different origins, they share many similarities and can be used together to create a more...
A beginner’s guide to React hooks

A beginner’s guide to React hooks

What are hooks? According to the React documentation, hooks provides us a way to use state and other features of React without writing a class component. Hooks let you use the class component’s lifecycle features inside a function component. Initially, when I...