Code Maxing – Telegram
Code Maxing
167 subscribers
44 photos
4 videos
18 links
Hey there!. My name is Yeabsira. I yap about AI/ML Engineering and Cloud.

DM: @iamyeabsira
Download Telegram
Heya! I'm trying to put Linear Regression concepts into a way that’s actually easy to understand.

I’ll be posting about ML concepts regularly like this, so I hope you find it helpful! 💡

If you wanna dive deeper, check the resources below:

Watch: Linear Regression & Gradient Descent

Much appreciated if you join my channel — @codemaxing — so you don’t miss out on the next ones.

#LearnML #MachineLearning
2
I only have 2 days to read and undersatnd a 64 page AGI research paper and show up for an interview 😭. Am in panik mode
🔥4
Forwarded from Solo codes (Brook Solomon)
Soon I think 5 birr will stop being printend and they'll make a 500 birr note
The only 3 courses you need to master AI/ML.

Links
Course 1
Course 2
Course 3


I make AI/ML related contents, if you find this helpful consider joining - @codemaxing
3
So I am trying to master DevSecOps (DevOps and Security in 30 days), here is my plan. I will be posting daily about things I learnt in a clear concise way on my channel @codemaxing also wrote a blog about them and post them on all my social media

You can join the study plan and exchange resources and what we learnt with each other
I am open for anyone to edit the sturdy plan, you can access it below

@codemaxing

https://docs.google.com/spreadsheets/d/189QDQJy0ELstijhs8gooQpidobHDAlSk7LI2qeUVbGw/edit?usp=sharing
Day 01

Docker, Bare Metal, VMs & Containers 🐳💻

Bare Metal runs software directly on hardware. VMs use a hypervisor, have their own kernel, run a full OS, and are resource-heavy.

Containers are lightweight, share the host OS kernel, and run only the processes you start. They’re isolated from the host using namespaces (mnt, pid, net, uts, ipc) and their resources are managed by cgroups. Filesystem uses OverlayFS with layers and copy-on-write for efficiency.

Docker has three parts: the Client (sends commands), the Daemon (builds images, runs containers, manages networks/volumes), and the Runtime (containerd + runc, actually runs the container process).

#30DaysDevSecOps
@codemaxing