Power BI – Create Date table

How to Create Date Tables in Power BI Tutorial: 'https://www.datacamp.com/tutorial/how-to-create-date-tables-in-power-bi-tutorial Table script:Date_table = CALENDAR(min(Sheet[Visit Date]), MAX(Sheet[Visit Date])) M-code Script ref: https://youtu.be/yAGuOaJkevs?t=903create new tables as datesTable using below M-query code:in powerquery > new Source > blank Query> advanced Editor > {paster below Mquery code} let fnDateTable = (StartDate as date, EndDate as date, FYStartMonth as number) … Continue reading Power BI – Create Date table

AI tools for UI design

'https://creatie.ai/ Creatie brings the power of AI to UI/UX design. Creatie is a small team led by designers, building innovation for designers.We understand the UI/UX design workflow intimately, and we believe that AI can be better used to transform the workflow. We strive, using state-of-the-art AI technology, to help you in every aspect of the … Continue reading AI tools for UI design

Flutter

Official Website:https://flutter.dev/ steps to install Flutter on windows:https://docs.flutter.dev/get-started/install/windows/mobile How is Flutter Platform-Agnostic?: 'https://www.freecodecamp.org/news/how-is-flutter-platform-agnostic/ Flutter Tutorial – How to Develop an App with Flutter From Scratch: 'https://www.freecodecamp.org/news/how-to-develop-a-flutter-app-from-scratch/

Postman + Github

'https://blog.postman.com/better-practices-for-git-version-control-in-postman/ 'https://www.youtube.com/watch?v=8jJHXLVYOh0 'https://www.youtube.com/watch?v=ZWIprDf55CY Official Blogs:API version control overview:'https://learning.postman.com/docs/designing-and-developing-your-api/versioning-an-api/versioning-an-api-overview/ Connecting to a repository: 'https://learning.postman.com/docs/designing-and-developing-your-api/versioning-an-api/versioning-an-api-overview/ Managing changes using Git: 'https://learning.postman.com/docs/designing-and-developing-your-api/versioning-an-api/managing-git-changes/ Pushing and pulling changes: 'https://learning.postman.com/docs/designing-and-developing-your-api/versioning-an-api/managing-git-changes/#pushing-and-pulling-changes Integrate Postman with GitHub 'https://learning.postman.com/docs/integrations/available-integrations/github/

LLM

A Large Language Model (LLM) is a type of artificial intelligence (AI) model designed to understand and generate human language text. LM Studio is a desktop application for running local LLMs on your computer. 'https://lmstudio.ai/ Run LLM model offline on your laptop: Steps: Download LM Studio Inside LM Studio, search for "phi-2" Select “TheBloke/phi-2-GGUF” and … Continue reading LLM

Docusaurus 

* Build a Markdown Documentation Site with Docusaurus (Step-by-Step) 'https://www.youtube.com/watch?v=2R53Y7eP45k * Create & Deploy Your Website Quickly - Docusaurus & GitHub Pages 'https://youtu.be/9iVNf0T09dE?t=337 npm install --global yarnGIT_USER=<<username>> yarn deploy Create Documentation Websites Easily with Docusaurus 'https://www.youtube.com/watch?v=Jb6XGXOk6C8 Docusaurus Tutorial: Build & Deploy Site in 20 MINUTES 'https://www.youtube.com/watch?v=lfG6luCbcVU Create and deploy a documentation website 'https://www.youtube.com/watch?v=UoAD_F8wuQk