Posts

Synchronous VS Asynchronous concept

Synchronous vs Asynchronous Applications (Explained by Example) Ex: My experience in PowerShell world In PowerShell world, WPF(GUI) execution is synchronous execution. >Your UI(console terminal) will freeze till WPF(GUI) execution completed. (You can only wait till the execution complete)  >To prevent the UI freeze, you can use asynchronous execution.(use background job for the WPF execution) 

Frond end developer

Modern Frontend Developer: Building User Interfaces With HTML & CSS / Course by @davidm_ai (7) David Mráz (@davidm_ml) / X

Backend Developer Roadmap.

backend developer roadmap

Framework vs Methodology vs Best Practice: Key Differences in Architecture

  Framework vs Methodology vs Best Practice Explained | Medium Defining Frameworks A framework is a structured approach or template designed to address specific types of challenges or problems. It serves as a guide, outlining key elements, processes, and standards that organisations can follow to achieve consistency and efficiency in their work. •  TOGAF (The Open Group Architecture Framework):  A framework for enterprise architecture that helps organisations align IT strategies with business goals. •  Zachman Framework:  A comprehensive approach to organising and categorising enterprise architecture information. •  ITIL (Information Technology Infrastructure Library):  A framework focused on IT service management. These frameworks provide a shared language and structure that teams can use to streamline operations and achieve targeted outcomes. When to Use a Framework Frameworks are particularly useful in scenarios where standardisation and scalability...

what is System thinking ?

  A 10-Minute Guide to Systems Thinking for Agilists | Lean-Agile Mindset

商業思維學院院長 游舒帆Gipi

  商業思維學院院長 游舒帆Gipi – Medium 游舒帆Gipi 的學習筆記

backend engineer

  How to Become a backend Developer | by Seth Amankwah | Backend Developers Hussein Nasser – Medium List: 後端工程師的第一堂課 | Curated by Johnliutw | Medium What is Backend Development? Backend development  is under the software or web development umbrella and it is the development activities that are done at the back end of programs such as storing and analyzing data, as well as ensuring smooth application performance. Back-end development covers server-side web application logic and integration and activities, like writing APIs, creating libraries, and working with system components instead of frontend development, which focuses on customer-facing services and programs. The backend is normally termed server-side whereas the front-end. Is referred to as client-side. Q&A: web api is provided by backend engineer? Yes, Web APIs (Application Programming Interfaces) are typically provided by backend engineers or developers.