TechVibe
834 subscribers
581 photos
40 videos
36 files
248 links
I'm Eyob, a self-taught dev sharing my Tech journey, tips, tools, and real-world projects. Letโ€™s grow together๐Ÿ˜Š

DM for any project ideas @alnova19

Personal site: https://eyobsimachew.vercel.app
My Github: https://github.com/Eyob-smax
Download Telegram
Forwarded from Dagmawi Babi Jobs
Join the Prime Intellect RL Residency

Apply here
โ€ข form.typeform.com/to/ibQawo5e

The RL Residency gives you:
โ€ข Compute for experiments
โ€ข A stipend
โ€ข Hands-on support from our internal research team

Who should apply?
โ€ข Grad students with research ideas
โ€ข Independent builders & hackers
โ€ข Part time researchers exploring novel RL environments and evals

If youโ€™ve wanted to build environments but lacked compute or support - this is for you

@DagmawiBabiJobs
This media is not supported in your browser
VIEW IN TELEGRAM
My typings after AI๐Ÿ˜‚

#TechVibe @alnova19
๐Ÿ˜2
Last day before heading back to campus โœจ๐Ÿ˜Š

#TechVibe #LastBreakDay @alnova19
My IDE is my safest place to be ๐Ÿ’ป๐Ÿ˜Ž

#TechVibe @alnova19
๐Ÿ’ฏ1
The Grade 12 exam results will be released the day after tomorrow.
I created @ResultsRobot two years ago to help students access their results, and it will be available again tomorrow to assist everyone.

Please note that this is an unofficial service. I built it as an alternative to the official site, which often becomes overloadedโ€”along with the official Telegram botโ€”when hit by a massive number of students all at once.


#esubalew #grade12
โค3
I experience this every time I go to an office, especially government-related ones. Even for really small tasks, the officials take about an hour. This is such an annoying habit. I think theyโ€™ve adapted to it so much that it has become part of their routine. But it only makes things messy and wastes our precious time.

I honestly donโ€™t understand them. How do they make things this hard? I even thought people like this must be among the most depressed in their lives, because how can someone be this cruel? I canโ€™t even imagine it.


For me, this is one of the biggest problems in Ethiopia, because I move fast and donโ€™t like wasting time.

#TechVibe @alnova19
๐Ÿ‘1
Forwarded from Chapi Dev Talks
Don't despise your "ugly" code.

Nobody looks at a caterpillar and judges it for not being a butterfly yet. We understand it's in a state of progress. ๐Ÿ›

Apply that same grace to yourself.

In tech, art, or any field, the path to mastery is paved with early drafts, failed attempts, and constant learning. That's not failure; it's transformation. Embrace the journey from caterpillar to butterfly.

Your most adorable work is yet to come.

Happy hacking fellas
Master Javascript :

The JavaScript Tree ๐Ÿ‘‡
|
|โ”€โ”€ Variables
| โ”œโ”€โ”€ var
| โ”œโ”€โ”€ let
| โ””โ”€โ”€ const
|
|โ”€โ”€ Data Types
| โ”œโ”€โ”€ String
| โ”œโ”€โ”€ Number
| โ”œโ”€โ”€ Boolean
| โ”œโ”€โ”€ Object
| โ”œโ”€โ”€ Array
| โ”œโ”€โ”€ Null
| โ””โ”€โ”€ Undefined
|
|โ”€โ”€ Operators
| โ”œโ”€โ”€ Arithmetic
| โ”œโ”€โ”€ Assignment
| โ”œโ”€โ”€ Comparison
| โ”œโ”€โ”€ Logical
| โ”œโ”€โ”€ Unary
| โ””โ”€โ”€ Ternary (Conditional)
||โ”€โ”€ Control Flow
| โ”œโ”€โ”€ if statement
| โ”œโ”€โ”€ else statement
| โ”œโ”€โ”€ else if statement
| โ”œโ”€โ”€ switch statement
| โ”œโ”€โ”€ for loop
| โ”œโ”€โ”€ while loop
| โ””โ”€โ”€ do-while loop
|
|โ”€โ”€ Functions
| โ”œโ”€โ”€ Function declaration
| โ”œโ”€โ”€ Function expression
| โ”œโ”€โ”€ Arrow function
| โ””โ”€โ”€ IIFE (Immediately Invoked Function Expression)
|
|โ”€โ”€ Scope
| โ”œโ”€โ”€ Global scope
| โ”œโ”€โ”€ Local scope
| โ”œโ”€โ”€ Block scope
| โ””โ”€โ”€ Lexical scope
||โ”€โ”€ Arrays
| โ”œโ”€โ”€ Array methods
| | โ”œโ”€โ”€ push()
| | โ”œโ”€โ”€ pop()
| | โ”œโ”€โ”€ shift()
| | โ”œโ”€โ”€ unshift()
| | โ”œโ”€โ”€ splice()
| | โ”œโ”€โ”€ slice()
| | โ””โ”€โ”€ concat()
| โ””โ”€โ”€ Array iteration
| โ”œโ”€โ”€ forEach()
| โ”œโ”€โ”€ map()
| โ”œโ”€โ”€ filter()
| โ””โ”€โ”€ reduce()|
|โ”€โ”€ Objects
| โ”œโ”€โ”€ Object properties
| | โ”œโ”€โ”€ Dot notation
| | โ””โ”€โ”€ Bracket notation
| โ”œโ”€โ”€ Object methods
| | โ”œโ”€โ”€ Object.keys()
| | โ”œโ”€โ”€ Object.values()
| | โ””โ”€โ”€ Object.entries()
| โ””โ”€โ”€ Object destructuring
||โ”€โ”€ Promises
| โ”œโ”€โ”€ Promise states
| | โ”œโ”€โ”€ Pending
| | โ”œโ”€โ”€ Fulfilled
| | โ””โ”€โ”€ Rejected
| โ”œโ”€โ”€ Promise methods
| | โ”œโ”€โ”€ then()
| | โ”œโ”€โ”€ catch()
| | โ””โ”€โ”€ finally()
| โ””โ”€โ”€ Promise.all()
|
|โ”€โ”€ Asynchronous JavaScript
| โ”œโ”€โ”€ Callbacks
| โ”œโ”€โ”€ Promises
| โ””โ”€โ”€ Async/Await
|
|โ”€โ”€ Error Handling
| โ”œโ”€โ”€ try...catch statement
| โ””โ”€โ”€ throw statement
|
|โ”€โ”€ JSON (JavaScript Object Notation)
||โ”€โ”€ Modules
| โ”œโ”€โ”€ import
| โ””โ”€โ”€ export
|
|โ”€โ”€ DOM Manipulation
| โ”œโ”€โ”€ Selecting elements
| โ”œโ”€โ”€ Modifying elements
| โ””โ”€โ”€ Creating elements
|
|โ”€โ”€ Events
| โ”œโ”€โ”€ Event listeners
| โ”œโ”€โ”€ Event propagation
| โ””โ”€โ”€ Event delegation
|
|โ”€โ”€ AJAX (Asynchronous JavaScript and XML)
|
|โ”€โ”€ Fetch API
||โ”€โ”€ ES6+ Features
| โ”œโ”€โ”€ Template literals
| โ”œโ”€โ”€ Destructuring assignment
| โ”œโ”€โ”€ Spread/rest operator
| โ”œโ”€โ”€ Arrow functions
| โ”œโ”€โ”€ Classes
| โ”œโ”€โ”€ let and const
| โ”œโ”€โ”€ Default parameters
| โ”œโ”€โ”€ Modules
| โ””โ”€โ”€ Promises
|
|โ”€โ”€ Web APIs
| โ”œโ”€โ”€ Local Storage
| โ”œโ”€โ”€ Session Storage
| โ””โ”€โ”€ Web Storage API
|
|โ”€โ”€ Libraries and Frameworks
| โ”œโ”€โ”€ React
| โ”œโ”€โ”€ Angular
| โ””โ”€โ”€ Vue.js
||โ”€โ”€ Debugging
| โ”œโ”€โ”€ Console.log()
| โ”œโ”€โ”€ Breakpoints
| โ””โ”€โ”€ DevTools
|
|โ”€โ”€ Others
| โ”œโ”€โ”€ Closures
| โ”œโ”€โ”€ Callbacks
| โ”œโ”€โ”€ Prototypes
| โ”œโ”€โ”€ this keyword
| โ”œโ”€โ”€ Hoisting
| โ””โ”€โ”€ Strict mode
|
| END __

#TechVibe #JavaScript @alnova19
๐Ÿ‘2
๐Ÿ“š 10 of the best free books in the field of data science
๐Ÿ“‘ that you should include in your learning program!

1๏ธโƒฃ Python Data Science Handbook
Using unique Python libraries with a focus on data science.
Link: PDF


2๏ธโƒฃ Hands-On Machine Learning book
This book explains the concepts of machine learning with practical examples and Python code and is suitable for novice programmers.
Link: PDF


3๏ธโƒฃ Deep Learning book
The best book for machine learning and deep learning written by 3 active and top researchers in these fields.
Link: PDF


4๏ธโƒฃ R for Data Science book
This book reflects the best ways to use R in data science.
Link: PDF


5๏ธโƒฃ Data Science from Scratch book
This book starts from the simplest possible level and provides you with all the necessary tools and skills to become a great data scientist.
Link: PDF


6๏ธโƒฃ Machine Learning Yearning book
Error detection in machine learning projects.
Link: PDF


7๏ธโƒฃ Bayesian Methods for Hackers book
Practical applications of Bayesian inference and probabilistic programming.
Link: PDF


8๏ธโƒฃ The Elements of Statistical Learning book
Investigating the mathematics of ML algorithms and statistical learning methods.
Link: PDF


9๏ธโƒฃ DATA SMART book
Implementing complex data science problems using Excel and the tips and tricks of this process.
Link: PDF


๐Ÿ”Ÿ Intro to Statistical Learning with Python book
Examples and practical applications of Python language in data science projects.
Link: PDF

#TechVibe #TechResources @alnova19
"Where you're born isn't your ceiling" we can make it pepsโœŒ๏ธ

#TechVibe @alnova19
๐Ÿ’ฏ1
Chapa and telebirr requires a business license, in test env, they don need. but when you on production with real payment, you required to provide the license of business certificate and agreement

#TechVibe #Chapa #TeleBirr @alnova19
am not even a react dev but recently somebody told me about KIRO(AI IDE by Amazon) and tried by building cluelessdev.vercel.app this in just 40 min.
แŒ แ‹‹แ‰ต แŒ แ‹‹แ‰ต แˆˆแˆ˜แˆฎแŒฅ แŠ แˆตแ‰ฅแŠ“ "แŠƒแŒฅแˆ… แˆ›แŠ•แˆ แˆณแ‹ซแˆณแ‹ตแ‹ฐแ‹ แ‹ญแˆธแˆปแˆ แค แƒแ‹ตแ‰… แŒแŠ• แŠฅแŠ•แ‹ฐ แŠ แŠ•แ‰ แˆณ แ‹ซแˆˆ แแˆญแˆ€แ‰ต แ‹ญแŠ–แˆซแˆ" แ‹จแˆšแˆˆแ‹แŠ• แŠ แˆตแ‰ณแ‹แˆธ แŒฅแ‰…แˆแˆ แ‰ฅแ‹จ แŠฅแ‰ฐแŠ›แˆˆแˆ๐Ÿ˜ญ

#TechVibe @alnova19
๐Ÿคฃ8
๐Ÿ“ข Notice: Registration Open for Huawei ICT Competition
2025โ€“2026 Northern Africa



Dear ICT Academy Instructors, Students, and Partners,
We are pleased to announce that registration is now open for the Huawei ICT Competition 2025โ€“2026 Northern Africa. This annual competition provides an international platform for students and teachers to showcase their ICT knowledge, improve practical skills, and foster innovation.

๐ŸŒ About the Competition
Since its launch in 2015, the Huawei ICT Competition has grown into one of the largest and most influential ICT talent events worldwide. Last year, more than 11,000 students from the Northern Africa Region participated, demonstrating the strong interest and rising influence of this initiative.

The ICT Practice Competition is designed to assess studentsโ€™ technical foundation and their ability to apply ICT knowledge in real-world scenarios. It covers three major tracks:
1. Network Track โ€“ Datacom, Security, WLAN, DCN
2. Cloud Track โ€“ Cloud, Artificial Intelligence (AI)
3. Computing Track โ€“ OpenEuler, OpenGauss, Kunpen.

๐Ÿ“ Registration Link

โณ Important Notes

โ€ข Please ensure you register before the official deadline.
โ€ข Each participant must carefully select their track (Network, Cloud, or Computing) during registration.
โ€ข Instructors are encouraged to support students by providing guidance and facilitating exam preparation.

๐Ÿ“ฌ Contact Information

For any questions or support regarding the competition, please contact:
๐Ÿ“ง [Telegram/WhatsApp
๐Ÿ“ž [0910138966]
We look forward to your active participation in the Huawei ICT Competition 2025โ€“2026 Northern Africa and to seeing our regionโ€™s ICT talent shine on the global stage.

#TechVibe #HuaweiComitation2025 @devWithEyob
โค1
God give me strength and guide me through this year, it's gonna be tough

#TechVibe #NewYear @alnova19
โค3๐Ÿ™1
๐—™๐—ฅ๐—˜๐—˜ ๐—ข๐—ป๐—น๐—ถ๐—ป๐—ฒ ๐—–๐—ผ๐˜‚๐—ฟ๐˜€๐—ฒ๐˜€ ๐—ง๐—ผ ๐—˜๐—ป๐—ฟ๐—ผ๐—น๐—น ๐—œ๐—ป ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฑ ๐Ÿ˜

Learn Fundamental Skills with Free Online Courses & Earn Certificates

- AI
- GenAI
- Data Science,
- BigData 
- Python
- Cloud Computing
- Machine Learning
- Cyber Security 

๐‹๐ข๐ง๐ค ๐Ÿ‘‡:- 

https://linkpd.in/freecourses

Enroll for FREE & Get Certified ๐ŸŽ“

#TechVibe #FreeCourses @alnova19
๐Ÿšจ Workshop Postponement Announcement๐Ÿšจ

Please note that the Digital Forensics & Cyber Investigation Workshop, Rescheduled for:

๐Ÿ—“ Wednesday, September 24
โฐ 8:00 PM (Mata 2 LT)

postponed to next week due to an unexpected situation.

We truly appreciate your understanding and continued support.

#ISHubAAU #DigitalForensics #CyberInvestigation #WorkshopUpdate #NehimyaMesfin #EyerusalemBelay
Good night fam๐Ÿฅฑ
โšก1