Mike's ML Forge – Telegram
Mike's ML Forge
252 subscribers
130 photos
10 videos
16 files
58 links
Welcome to this channel,in this channel, we're diving deep into the world of Data Science and ML Also a bit of my personal journey, becoming a person who says " I designed the board, collected the data, trained the model, and deployed it"
Download Telegram
Algorithms Every Developer Should Know

1. Sorting Algorithm: - It is the algorithm that arranges the order of the items in a list.
Bubble Sort , Merge Sort , Quicksort , Heap Sort.

2. Searching Algorithm: - It is the algorithm that finds an element in a data set.Binary Search Breadth-First Search(BFS) Depth-First Search(DFS)

3. Dynamic Programming: - DP is an algorithmic technique for solving an optimization problem by breaking it down into simpler sub-problems.

4. Recursion Algorithm: - Recursion is a problem-solving technique in which the solution is dependent on solutions to smaller instances of the same problem.

5. Divide and Conquer: - The Divide and Conquer algorithm consists of a dispute using the three steps listed below.
* Divide the original problem into sub-problems. * Conquer: Solve each sub-problem one at a time, recursively. * Combine: Put the solutions to the sub-problems together to get the solution to the whole problem.

6. Hashing: - Hashing is a technique or process that uses a hash function to map keys and values into a hash table. 'It is done to allow for quicker access to elements.
👍2
All the things that DO NOT make you a great developer.

- Hating on another person's success
- Expensive laptops and monitors
- Gate Keeping
- Language hate
- Laptop stickers
- Letting people know that they aren't cool for not using Linux

Support one another so we can ALL win!
👍4
Basics of Web every beginner should know 👆
👍3
Do yourself a favor:

• Open your laptop
• Open YouTube
• Type HTML crash course
• Start learning
• Learn CSS alongside
• Ask questions to ChatGPT
• Build projects
• Push code to GitHub
• Share your progress on LinkedIn

Don't think much.

This is the right time.
👍6
Git:

What it does: Git helps you keep track of changes you make to files, like a time
machine for your work.

Why it's useful: It allows multiple people to work on the same project without
overwriting each other's work.
👍3🔥2
GitHub:

What it does: GitHub is like a website where you can store your project's files and
track changes using Git.

Why it's useful: It lets you work with others easily, keep backups of your work online,
and showcase your projects.
👍32
Here is the Cheatsheet for JavaScript 👇
👍1
Trust me when I say this:

There’s no such thing as failure, they’re just plot twists. You might fail miserably, again and again, but what defines you as a winner is not letting those failures define you. Each time you fail, it’s like navigating the roughest seas.

You fall, you rise, you dust yourself off, and you try again. You’re capable of so much more than you realize, and it’s never truly over.

Every setback is just another opportunity to learn, grow, and come back even stronger. So, embrace those plot twists, because they’re shaping you into the resilient, unstoppable force that you’re meant to be.
5👏1
Y'all feel free to drop your questions, thoughts, and feedback. I’m here to learn just as much as I’m here to share!🙌🏽
👍4
How can I say no to that😂
😁5
Top 7 Chrome Extensions for Web Developers

⚙️ GitHunt
⚙️ WhatFont
⚙️ BrowserStack
⚙️ CSS Viewer
⚙️ HTML Validator
⚙️ Web Developer
⚙️ React Developer Tools
👍1
😯 “Free” Static Web Hosting Sites

🤌Netlify
🤌Render
🤌Serge
🤌Glitch
🤌Github Pages
🤌Fleek
🤌Hostman
🤌W3schools
🤌Heroku
🤌Vercel
👍1
Recently, I was stuck on understanding JavaScript closures. After several attempts, I found that breaking the concept into smaller parts and practicing with simple examples helped me grasp it better. Don’t give up—keep pushing, and it will eventually click!🙌🏽
👍1
#Motivation_Monday
Embrace the Journey:
Coding is like climbing a mountain. Some days you’ll feel like you’re at the peak, and other days it’ll seem like you’re slipping. Remember, every bug you fix and every feature you build brings you closer to mastering your craft. Keep pushing forward, one line of code at a time. Your future self will thank you. 🌟
👍1
Java Roadmap
👍2
Here's a short roadmap to crack an IT job with a non-CS background 🚀

1. 📚 Learn basics of CS and programming.
2. 🎯 Choose a specialization (e.g., web dev, data analysis, Ml).
3. 🏆 Complete online courses and certifications.
4. 🛠️ Build a portfolio of projects.
5. 🤝 Network with professionals.
6. 💼 Seek internships for experience.
7. 📚 Keep learning and stay updated.
8. 🧠 Develop soft skills.
9. 📝 Prepare for interviews.
10. 💪 Stay persistent and positive!
Good luck!
👍4