Forwarded from Flyover Digital.
Branding is the combination of:
Visual Identity: Logo, colors, typography, and design.
Messaging: Tone, voice, and key messages.
Experience: How customers feel when they interact with your brand.
Values: What your brand stands for and believes in.
Your brand is the promise you make to your customers and the emotional connection you build with them.
@FlyoverDigital
Visual Identity: Logo, colors, typography, and design.
Messaging: Tone, voice, and key messages.
Experience: How customers feel when they interact with your brand.
Values: What your brand stands for and believes in.
Your brand is the promise you make to your customers and the emotional connection you build with them.
@FlyoverDigital
Forwarded from Muhammed Teshome
แ แแแ แฅแฐแแแแแ... ๐
If you are building Online......
Your biggest supporters are strangers online.
Your biggest haters are the very people you know in real life.
.... Just for your Awareness ๐
If you are building Online......
Your biggest supporters are strangers online.
Your biggest haters are the very people you know in real life.
.... Just for your Awareness ๐
๐9
Complete DSA Roadmap
|-- Basic_Data_Structures
| |-- Arrays
| |-- Strings
| |-- Linked_Lists
| |-- Stacks
| โโ Queues
|
|-- Advanced_Data_Structures
| |-- Trees
| | |-- Binary_Trees
| | |-- Binary_Search_Trees
| | |-- AVL_Trees
| | โโ B-Trees
| |
| |-- Graphs
| | |-- Graph_Representation
| | | |- Adjacency_Matrix
| | | โ Adjacency_List
| | |
| | |-- Depth-First_Search
| | |-- Breadth-First_Search
| | |-- Shortest_Path_Algorithms
| | | |- Dijkstra's_Algorithm
| | | โ Bellman-Ford_Algorithm
| | |
| | โโ Minimum_Spanning_Tree
| | |- Prim's_Algorithm
| | โ Kruskal's_Algorithm
| |
| |-- Heaps
| | |-- Min_Heap
| | |-- Max_Heap
| | โโ Heap_Sort
| |
| |-- Hash_Tables
| |-- Disjoint_Set_Union
| |-- Trie
| |-- Segment_Tree
| โโ Fenwick_Tree
|
|-- Algorithmic_Paradigms
| |-- Brute_Force
| |-- Divide_and_Conquer
| |-- Greedy_Algorithms
| |-- Dynamic_Programming
| |-- Backtracking
| |-- Sliding_Window_Technique
| |-- Two_Pointer_Technique
| โโ Divide_and_Conquer_Optimization
| |-- Merge_Sort_Tree
| โโ Persistent_Segment_Tree
|
|-- Searching_Algorithms
| |-- Linear_Search
| |-- Binary_Search
| |-- Depth-First_Search
| โโ Breadth-First_Search
|
|-- Sorting_Algorithms
| |-- Bubble_Sort
| |-- Selection_Sort
| |-- Insertion_Sort
| |-- Merge_Sort
| |-- Quick_Sort
| โโ Heap_Sort
|
|-- Graph_Algorithms
| |-- Depth-First_Search
| |-- Breadth-First_Search
| |-- Topological_Sort
| |-- Strongly_Connected_Components
| โโ Articulation_Points_and_Bridges
|
|-- Dynamic_Programming
| |-- Introduction_to_DP
| |-- Fibonacci_Series_using_DP
| |-- Longest_Common_Subsequence
| |-- Longest_Increasing_Subsequence
| |-- Knapsack_Problem
| |-- Matrix_Chain_Multiplication
| โโ Dynamic_Programming_on_Trees
|
|-- Mathematical_and_Bit_Manipulation_Algorithms
| |-- Prime_Numbers_and_Sieve_of_Eratosthenes
| |-- Greatest_Common_Divisor
| |-- Least_Common_Multiple
| |-- Modular_Arithmetic
| โโ Bit_Manipulation_Tricks
|
|-- Advanced_Topics
| |-- Trie-based_Algorithms
| | |-- Auto-completion
| | โโ Spell_Checker
| |
| |-- Suffix_Trees_and_Arrays
| |-- Computational_Geometry
| |-- Number_Theory
| | |-- Euler's_Totient_Function
| | โโ Mobius_Function
| |
| โโ String_Algorithms
| |-- KMP_Algorithm
| โโ Rabin-Karp_Algorithm
|
|-- OnlinePlatforms
| |-- LeetCode
All the best ๐๐
|-- Basic_Data_Structures
| |-- Arrays
| |-- Strings
| |-- Linked_Lists
| |-- Stacks
| โโ Queues
|
|-- Advanced_Data_Structures
| |-- Trees
| | |-- Binary_Trees
| | |-- Binary_Search_Trees
| | |-- AVL_Trees
| | โโ B-Trees
| |
| |-- Graphs
| | |-- Graph_Representation
| | | |- Adjacency_Matrix
| | | โ Adjacency_List
| | |
| | |-- Depth-First_Search
| | |-- Breadth-First_Search
| | |-- Shortest_Path_Algorithms
| | | |- Dijkstra's_Algorithm
| | | โ Bellman-Ford_Algorithm
| | |
| | โโ Minimum_Spanning_Tree
| | |- Prim's_Algorithm
| | โ Kruskal's_Algorithm
| |
| |-- Heaps
| | |-- Min_Heap
| | |-- Max_Heap
| | โโ Heap_Sort
| |
| |-- Hash_Tables
| |-- Disjoint_Set_Union
| |-- Trie
| |-- Segment_Tree
| โโ Fenwick_Tree
|
|-- Algorithmic_Paradigms
| |-- Brute_Force
| |-- Divide_and_Conquer
| |-- Greedy_Algorithms
| |-- Dynamic_Programming
| |-- Backtracking
| |-- Sliding_Window_Technique
| |-- Two_Pointer_Technique
| โโ Divide_and_Conquer_Optimization
| |-- Merge_Sort_Tree
| โโ Persistent_Segment_Tree
|
|-- Searching_Algorithms
| |-- Linear_Search
| |-- Binary_Search
| |-- Depth-First_Search
| โโ Breadth-First_Search
|
|-- Sorting_Algorithms
| |-- Bubble_Sort
| |-- Selection_Sort
| |-- Insertion_Sort
| |-- Merge_Sort
| |-- Quick_Sort
| โโ Heap_Sort
|
|-- Graph_Algorithms
| |-- Depth-First_Search
| |-- Breadth-First_Search
| |-- Topological_Sort
| |-- Strongly_Connected_Components
| โโ Articulation_Points_and_Bridges
|
|-- Dynamic_Programming
| |-- Introduction_to_DP
| |-- Fibonacci_Series_using_DP
| |-- Longest_Common_Subsequence
| |-- Longest_Increasing_Subsequence
| |-- Knapsack_Problem
| |-- Matrix_Chain_Multiplication
| โโ Dynamic_Programming_on_Trees
|
|-- Mathematical_and_Bit_Manipulation_Algorithms
| |-- Prime_Numbers_and_Sieve_of_Eratosthenes
| |-- Greatest_Common_Divisor
| |-- Least_Common_Multiple
| |-- Modular_Arithmetic
| โโ Bit_Manipulation_Tricks
|
|-- Advanced_Topics
| |-- Trie-based_Algorithms
| | |-- Auto-completion
| | โโ Spell_Checker
| |
| |-- Suffix_Trees_and_Arrays
| |-- Computational_Geometry
| |-- Number_Theory
| | |-- Euler's_Totient_Function
| | โโ Mobius_Function
| |
| โโ String_Algorithms
| |-- KMP_Algorithm
| โโ Rabin-Karp_Algorithm
|
|-- OnlinePlatforms
| |-- LeetCode
All the best ๐๐
โค3
Yo! This is the BEST HTML course in Amharic!
๐ฅ Over 70K views on YouTube already!
If youโre just starting out, donโt miss itโgo learn now:
๐ https://www.youtube.com/watch?v=kDE31AmaIAM
๐ฅ Over 70K views on YouTube already!
If youโre just starting out, donโt miss itโgo learn now:
๐ https://www.youtube.com/watch?v=kDE31AmaIAM
โค3
แ Ai แ แแ แแ แ แฒแต แแแญ แ แ .... แจแแแแ แ แจแแ แ แแ
แปแแ แแญ แ แตแแแฃแแ!... แตแ Ai แ แชแ แชแถแญแถแฝ แ แแข
แ แปแแ แแญแก
- Ai Tools
- Prompts
- Ai news and insights
- How to use...
แญแแแแ แฅแ แ แแดแตแต แญแแ!
แญแแแแ แก https://t.me/ImmersiveAi
แ แปแแ แแญแก
- Ai Tools
- Prompts
- Ai news and insights
- How to use...
แญแแแแ แฅแ แ แแดแตแต แญแแ!
แญแแแแ แก https://t.me/ImmersiveAi
Telegram
Immersive Ai
AI Excellence for Every Journey!
A weekly newsletter about the latest on AI - news, insights, tutorials and prompts.
Contact Me : @MehammedTeshome
Subcribe : https://immersiveai-newsletter.beehiiv.com/
A weekly newsletter about the latest on AI - news, insights, tutorials and prompts.
Contact Me : @MehammedTeshome
Subcribe : https://immersiveai-newsletter.beehiiv.com/
๐2โค1
Forwarded from Immersive Ai
YouTube
5แฑ แ แชแ แจ Ai แฑแแฝ แ แ แแญแ | 5 Best AI tools for Everyone in #Amharic #แคแ แญ #Ai #แ แญแฒแแปแ แขแแฐแแแแต
The 5 Best Ai tools Everyone should know for day to day life.
Links:
๐ Course Materials: https://t.me/ImmersiveAi
๐ฌ Contact the instructor: https://t.me/MehammedTeshome
๐ฌOrder Book: https://t.me/MehammedTeshome
If you enjoy this video, like, comment, andโฆ
Links:
๐ Course Materials: https://t.me/ImmersiveAi
๐ฌ Contact the instructor: https://t.me/MehammedTeshome
๐ฌOrder Book: https://t.me/MehammedTeshome
If you enjoy this video, like, comment, andโฆ
โค2๐1
Forwarded from Immersive Ai
New Model : Qwen2.5-VL, The latest flagship vision-language model! from Qwen(Alibaba's Model)
- Visual Understating
- Agentic Capabilities
- Long Video Comprehension
- Precise localization
- Structured Data Outputs
Try Qwen2.5-VL now at Qwen Chat or explore models on Hugging Face & ModelScope .
Qwen Chat: https://chat.qwenlm.ai
@ImmersiveAi
- Visual Understating
- Agentic Capabilities
- Long Video Comprehension
- Precise localization
- Structured Data Outputs
Try Qwen2.5-VL now at Qwen Chat or explore models on Hugging Face & ModelScope .
Qwen Chat: https://chat.qwenlm.ai
@ImmersiveAi
โค1
Forwarded from Immersive Ai
แจ แปแญแ แจแแก แ แณแฒแต แจ Ai แแดแแฝแก
- Deepseek : https://chat.deepseek.com/
- Qwen: https://chat.qwenlm.ai/
- Kimi : https://kimi.ai/
China is on Fire.๐ฅ
@ImmersiveAi
- Deepseek : https://chat.deepseek.com/
- Qwen: https://chat.qwenlm.ai/
- Kimi : https://kimi.ai/
China is on Fire.๐ฅ
@ImmersiveAi
๐ฅ3
Forwarded from Muhammed Teshome
แแแ แฐแ แแ แแแธแ แจแแแก แจ Ai tools :
- chatGPT ๐
- Gemini
- Perplexity
- Grok
- DeepSeek
- Copilot
- Qwen
Learn how to use all all this : https://youtu.be/4IviUj5bJFw
- chatGPT ๐
- Gemini
- Perplexity
- Grok
- DeepSeek
- Copilot
- Qwen
Learn how to use all all this : https://youtu.be/4IviUj5bJFw
YouTube
5แฑ แ แชแ แจ Ai แฑแแฝ แ แ แแญแ | 5 Best AI tools for Everyone in #Amharic #แคแ แญ #Ai #แ แญแฒแแปแ แขแแฐแแแแต
The 5 Best Ai tools Everyone should know for day to day life.
Links:
๐ Course Materials: https://t.me/ImmersiveAi
๐ฌ Contact the instructor: https://t.me/MehammedTeshome
๐ฌOrder Book: https://t.me/MehammedTeshome
If you enjoy this video, like, comment, andโฆ
Links:
๐ Course Materials: https://t.me/ImmersiveAi
๐ฌ Contact the instructor: https://t.me/MehammedTeshome
๐ฌOrder Book: https://t.me/MehammedTeshome
If you enjoy this video, like, comment, andโฆ
โค4๐1
Forwarded from Immersive Ai
แฅแแแฝGemini( แแแ ๐) แฅแแดแต แฅแแฒแ
แแแแ
แฅแแฝแแ ?
Here is my Prompting technique.
Role giving...แญแฃแแแข
1. แฅแแฒแแแแฝแ แจแแตแแแแตแ แแ แ แแต! แแแณแ แฅแ แแฐแ แฅแแฒแแแ แตแแแ แก
"Act as my friend and do this..... " แแแต แแแข
แ แ แแญแแ แขแแ "แ แแฐ แแฐแแจ แแ แตแแแ แญแแ แญแแ แ แญแแต แแแแต แญแแญแ แ แแซ แแฐแญแต แ แแซแ ..." แแแแ แตแแตแ แแแซแต แแแข
แฅแแแฒแ แ แแแ แฅแแฒแแแแฝแแต แแแตแแแแต แแแญ แ แแ แแแต แแแข
แแแณแ แแตแ แแญ แฅแแฐแแณแฉแต แก
- Act as a CEO....
- Act as Inventor ....
- Act as Teacher....
แฅแแฒแ แฅแแฒแ แฅแซแแฝแ แฅแแฒแแ แจแแตแแแแตแ แแแแต แแแ แต แแแข แญแ แ แชแ แจ Prompting techniques แแแข
แญแแฅแแ แข
@ImmersiveAi
Here is my Prompting technique.
Role giving...แญแฃแแแข
1. แฅแแฒแแแแฝแ แจแแตแแแแตแ แแ แ แแต! แแแณแ แฅแ แแฐแ แฅแแฒแแแ แตแแแ แก
"Act as my friend and do this..... " แแแต แแแข
แ แ แแญแแ แขแแ "แ แแฐ แแฐแแจ แแ แตแแแ แญแแ แญแแ แ แญแแต แแแแต แญแแญแ แ แแซ แแฐแญแต แ แแซแ ..." แแแแ แตแแตแ แแแซแต แแแข
แฅแแแฒแ แ แแแ แฅแแฒแแแแฝแแต แแแตแแแแต แแแญ แ แแ แแแต แแแข
แแแณแ แแตแ แแญ แฅแแฐแแณแฉแต แก
- Act as a CEO....
- Act as Inventor ....
- Act as Teacher....
แฅแแฒแ แฅแแฒแ แฅแซแแฝแ แฅแแฒแแ แจแแตแแแแตแ แแแแต แแแ แต แแแข แญแ แ แชแ แจ Prompting techniques แแแข
แญแแฅแแ แข
@ImmersiveAi
๐12โค1๐ค1
Forwarded from Immersive Ai
แแแแ แ แชแ แจ Prompting technique แฅแแฒแฐแซแแฝแ แจแแแแฝแแตแ แตแซ แ แแแ
แแแแญ แแแข
แแแณแ แฆ
- Create an Essay ....
- Create an Article ....
- Create Headline...
- Create a blog post...
- Create a summary...
- Create a script.......
- Create a Social media post....
.
.
.
แฅแแฒแ แฅแ แแตแ แจแซแณแฝแแ task แ แแแ แตแตแฐแกแต LLM'แแฝแ แ แชแ แแแฝ แญแฐแฃแฝแแแข
แตแแแ แจแแญ แซแจแแ Role giving แแญ แ แฅแจแ แตแแฐแญแแ แฐแแ แ แชแ แฅแ แแฎแแฝแแ แจแแ Output แญแฐแ แแแข
แแแณแ แก
"Act as a CEO and Create a Blog pos"....แฅแแแ แ แชแ แจ แฅแแ แแตแต แญแฐแ แแแข
Try it.
Learn Prompting with us.
@ImmersiveAi
แแแณแ แฆ
- Create an Essay ....
- Create an Article ....
- Create Headline...
- Create a blog post...
- Create a summary...
- Create a script.......
- Create a Social media post....
.
.
.
แฅแแฒแ แฅแ แแตแ แจแซแณแฝแแ task แ แแแ แตแตแฐแกแต LLM'แแฝแ แ แชแ แแแฝ แญแฐแฃแฝแแแข
แตแแแ แจแแญ แซแจแแ Role giving แแญ แ แฅแจแ แตแแฐแญแแ แฐแแ แ แชแ แฅแ แแฎแแฝแแ แจแแ Output แญแฐแ แแแข
แแแณแ แก
"Act as a CEO and Create a Blog pos"....แฅแแแ แ แชแ แจ แฅแแ แแตแต แญแฐแ แแแข
Try it.
Learn Prompting with us.
@ImmersiveAi
โค7
Forwarded from Immersive Ai
NVIDIA made all their Deep Learning Institute courses free.
https://sp-events.courses.nvidia.com/dli-india25?ncid=ref-inpa-419622
https://sp-events.courses.nvidia.com/dli-india25?ncid=ref-inpa-419622
โค3
Forwarded from Immersive Ai
แแแแ แ แชแ แจ แแฎแแแฒแแ แดแญแแญ แจแแฐแฃแฝแแ text แ แแ แแแฉ generate แฅแแฐแแซแฐแญแแแฝแ แแแแญ แแแข
By Default แฅแตแซแแแแซแฝแแต แแ แฅแ แแซแแซแ แแแญ แแแแแแซแฝแแข
แตแแแ แจแแตแแแแตแ แแญแแต แ แแแ แแแแญ แ แแฃแฝแ แแแต แแแข
แแแณแ แก
- Show as a list
- Show as a HTML code
- Show as a table
- Show as a markdown.
- Show as a summary.....แฅแ แแฐแ แแญแแถแฝแ แแ แแ แตแฝแแแฝแแข
@ImmersiveAi
#Prompting
By Default แฅแตแซแแแแซแฝแแต แแ แฅแ แแซแแซแ แแแญ แแแแแแซแฝแแข
แตแแแ แจแแตแแแแตแ แแญแแต แ แแแ แแแแญ แ แแฃแฝแ แแแต แแแข
แแแณแ แก
- Show as a list
- Show as a HTML code
- Show as a table
- Show as a markdown.
- Show as a summary.....แฅแ แแฐแ แแญแแถแฝแ แแ แแ แตแฝแแแฝแแข
@ImmersiveAi
#Prompting
โค2๐2
Python: The Language of AI
Ready to dive into AI? Start with Python!
๐ฏ 8-Hour Python Full Course
โ Free
โ Beginner-Friendly
๐ Start Today: https://youtu.be/VZKNq5xHP-4?si=7EfZLalXvR2cMgjp
Your journey to mastering AI begins here! ๐ก
@EmmersiveLearning
Ready to dive into AI? Start with Python!
๐ฏ 8-Hour Python Full Course
โ Free
โ Beginner-Friendly
๐ Start Today: https://youtu.be/VZKNq5xHP-4?si=7EfZLalXvR2cMgjp
Your journey to mastering AI begins here! ๐ก
@EmmersiveLearning
โค9๐3
Forwarded from Emmersive Learning (Mehammed T.)
How to Start Coding: A Quick Guide
1. Define Your Goal: Decide what you want to buildโwebsites, apps, games, or work in AI.
2. Pick a Language: Start with Python (general), JavaScript (web), or HTML/CSS (design).
3. Use Resources: Learn from @EmmersiveLearning, freeCodeCamp, Codecademy, or YouTube tutorials.
4. Set Up Tools: Install VS Code and GitHub for coding and version control.
5. Practice Basics: Start small with calculators or to-do lists.
6. Join Communities: Engage with forums like Telegram, Discord, Reddit or Stack Overflow.
7. Build a Portfolio: Document your projects and create a personal website.
8. Stay Consistent: Dedicate regular time to coding and keep improving.
โจ Start small, stay curious, and enjoy the journey! ๐
@EmmersiveLearning.
Order the books at @MehammedTeshome
1. Define Your Goal: Decide what you want to buildโwebsites, apps, games, or work in AI.
2. Pick a Language: Start with Python (general), JavaScript (web), or HTML/CSS (design).
3. Use Resources: Learn from @EmmersiveLearning, freeCodeCamp, Codecademy, or YouTube tutorials.
4. Set Up Tools: Install VS Code and GitHub for coding and version control.
5. Practice Basics: Start small with calculators or to-do lists.
6. Join Communities: Engage with forums like Telegram, Discord, Reddit or Stack Overflow.
7. Build a Portfolio: Document your projects and create a personal website.
8. Stay Consistent: Dedicate regular time to coding and keep improving.
โจ Start small, stay curious, and enjoy the journey! ๐
@EmmersiveLearning.
Order the books at @MehammedTeshome
๐2โค1
The best JavaScript full course in Amharic for Free.
loved by many.
5+ hours.
Go Start Learning :
https://youtu.be/jF5oxeeuu6E?si=G1wMtAB-LZqdIkb9
loved by many.
5+ hours.
Go Start Learning :
https://youtu.be/jF5oxeeuu6E?si=G1wMtAB-LZqdIkb9
โค8๐1
Forwarded from Immersive Ai
Gemini is now Powered by 2.0 Flash, Google's latest model designed for the agentic era.
- fast response
- Stronger Performance
- better writing, learning and brainstorming
Rolling to all users for Free Starting today on Gemini web and mobile app.
Try out : https://gemini.google.com/app
@ImmersiveAi
- fast response
- Stronger Performance
- better writing, learning and brainstorming
Rolling to all users for Free Starting today on Gemini web and mobile app.
Try out : https://gemini.google.com/app
@ImmersiveAi