Posts

IDEas

  I have a problem so find a solution which is most of us have some physical issues or concerns related to skin and other things. most of them can be treated for a short period but those treatments do not last long maximum of a few months. In Sri Lanka, doctors also do not say the exact reasons why that disease has occurred and what the root cause is. they just gave me some medicine and asked to take them.  But there should be a permanent solution.

async

 async async is a javascript function that is used to define an asynchronous function. When a function is declared with async, it automatically returns a promise, and it allows the use of the await keyword within the function body. Asynchronous functions are particularly useful for handling operations that take time to complete, such as network requests, file I/O, or database queries. By using `async`, we can write code that looks synchronous but operates asynchronously, making it easier to read and maintain. When an `async` function is called, it returns a promise. If the function returns a value, the promise is resolved with that value. If the function throws an error, the promise is rejected with that error. Inside an `async` function, the `await` keyword can be used to pause the execution of the function until a promise is resolved or rejected. This allows you to work with asynchronous code more synchronously, avoiding the need for complex promise chains or callback functions. ...

System Thinking

Image
  system thinking is a way of looking at the world and understanding how different parts of a system are interconnected and how they affect each other. system thinking involves analyzing complex problems by breaking them down into smaller, interconnected parts. By understanding how each part affects the others, we can develop a more complete understanding of the system as a whole. Key elements of systems thinking Interconnection:  People and projects are linked. These relationships are discovered using a systems thinking methodology. This converts the problem from a linear to a circular solution. Emergence: Emergence combines smaller components to create a bigger and better solution, which is the opposite of working in isolation. Synthesis: To create something new, you can either combine existing methods or incorporate new information. Feedback loops: Feedback loops show how system parts interact and look cool to system enthusiasts. The goal is a successful outcome by combinin...

SMART THINKING

Image
Smart thinking is thinking smartly about something critically which means accepting everything you see without accepting it for granted. It turns out that smart thinking is a skill. It is not limited to a select few. Instead of viewing it as something we either have or don't, consider it a talent that can be improved. We can boost your thinking skills. Over time, we can develop into a wise thinker. There are several aspects of smart thinking. reasoning: the core of smart thinking. Reasons support claims about how strong things are to believe. argument: the most essential tool in critical thinking. arguments involve presenting a clear and concise point of view backed up by evidence and logical reasoning. Arguments give reasons for believing that something in the case. Premises: the statement that the premises are to support. Conclusion: a statement that the premises are intended to support. let's have a look at how to solve a problem in smart thinking. (from the lecture note) Id...

KNOW THE OTHER ONE

Image
Personality is the unique way a person thinks, feels, and behaves. It influences how they interact with others and cope with challenges. Understanding different personalities can help improve communication and relationships. people's personalities and behaviours  can be represented  as  follows. Task-oriented" means focusing on finishing a particular job or reaching a specific target. This approach involves figuring out the necessary steps to get the job done, gathering the resources needed, assigning tasks to people, and keeping track of progress towards the goal. On the other hand "Issue-oriented" means trying to solve a particular problem or issue. This approach involves learning about what the problem is, coming up with different ways to solve it, and thinking about the advantages and disadvantages of each option before deciding on the best way forward. Introverts are people who are more quiet and thoughtful. They like to spend time alone and can get tired from b...

CRITICAL THINKING

Image
What is Critical Thinking? Critical thinking is a way of thinking that involves questioning, analyzing, and evaluating information before making a decision.   Characteristics of critical thinking. Active listening    means not just hearing something, focusing on what we’re hearing and asking questions while thinking about it. There are some active listening skills such as ·        Listen to understand. ·        Ask deeper questions. ·        Avoid interruption ·        Slowdown patience, silence ·        Take non-verbal clues.      Curiosity     Curiosity  means being interested in learning and seeking new knowledge. When we are curious  about a field or subject, we   get excited to learn more about it.       Self-Discipline       ta...