ecode
134 subscribers
48 photos
6 videos
7 files
42 links
This channel is for programming content and sharing useful resources.
Download Telegram
Melkam beal yihunelachu. Adisu amet yelewut amet endihum behiwetachin lay adis neger menchemerebet rasachenen ye menasadegebet amet yihunelen ๐Ÿคž
โค3๐Ÿ‘2๐Ÿ™1
๐Ÿ”ฅ6๐Ÿ‘1
Forwarded from Dagmawi Babi
T4TSA.cc is just ๐ŸคŒand built by Ethiopians and people from this community :)
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘4๐Ÿ”ฅ2๐Ÿ’ฏ1
Forwarded from IGNITIC_TECH
โœจ Free Oracle Certifications 2025! โœจ
Normally these exams & Certeficate will cost $200 each
๐Ÿ’ต โ€” but now Oracle is giving them FREE ๐Ÿš€
โœ… Free training
โœ… Free exam vouchers
โœ… AI, Cloud, Data & Multicloud paths
๐Ÿ“… Until Oct 31, 2025

๐Ÿ’ก Boost your career with globally recognized Oracle certificates!

๐Ÿ‘‰ Join here: education.oracle.com/race-to-certification-2025
โค1๐Ÿ™1
Big Tech doesnโ€™t just build, they buy.

From Alphabetโ€™s YouTube to Amazonโ€™s Whole Foods, hereโ€™s how tech giants quietly own the apps, tools, and brands you use every day.


#Businessbulls #Tech
๐Ÿ‘3
Talk With Paulos Yibelo
Codenight
Hey guys ๐Ÿ‘‹

I just wanted to drop this amazing podcast I came across, itโ€™s an interview with Paulos Yibelo, one of the top Ethiopian hackers. ๐Ÿ‡ช๐Ÿ‡น๐Ÿ’ป

Honestly, I learned a lot from this one and he talks about hacking, cybersecurity, and his journey, and itโ€™s super inspiring.

I think you guys will love it too. Give it a listen when you get the chance
๐Ÿ”ฅ6โค1
Distributed Systems:


A distributed system is a system of multiple nodes that are physically separated but linked together using the network. Each of these nodes includes a small amount of the distributed operating system software. Every node in this system communicates and shares resources with each other and handles processes in a team. Distributed systems are a growing trend as more and more applications migrate to the cloud. They allow improved performance, scalability, and fault tolerance compared to a traditional centralized system. This Distributed System blog will cover all the basic to advanced topics of distributed systems like communication, remote procedure calls, Distributed File Systems, Distributed shared memory, etc. to provide you with a thorough overview of distributed systems.


Why do we need a distributed system

Broadly speaking, they allow us to achieve following
1. Horizontal scalability
2. High efficiency for given infra costs
3. High availability

from medium.com
โค3
The net/http package in Go remains one of the most elegant and powerful ways to build web servers. โš™๏ธ

It gives full control, from defining routes to handling requests and crafting responses, without hiding the details behind abstractions.
That simplicity is intentional: you understand every layer of the HTTP workflow while still leveraging Goโ€™s speed and concurrency model.

Itโ€™s a great reminder that strong fundamentals often outperform heavy frameworks.
Sometimes, minimalism is the best architecture.

#Golang #BackendDevelopment #WebEngineering #GoLang
โค1๐Ÿ‘1
ecode pinned a photo
โค1
Forwarded from Luna's pathway๐Ÿค— (Luna)
Progress doesnโ€™t need approval
it needs persistence.
โค3
๐Ÿ“Œ Machine Learning Basics: Classification
Hello everyone ๐Ÿ‘‹
Today I want to share one of the core concepts of Machine Learning โ€” Classification.
๐Ÿ”น What is Classification?
Classification is a type of supervised learning where the goal is to predict a category (label) instead of a number.
The model learns from labeled data and uses that knowledge to classify new, unseen data.
๐Ÿ”น Common Examples
* Email โ†’ Spam or Not Spam
* Tumor โ†’ Malignant or Benign
* Transaction โ†’ Fraud or Normal
* Student result โ†’ Pass or Fail

๐Ÿ”น Binary Classification
Most beginner problems are binary classification, meaning there are only two possible outcomes:
* Yes / No
* True / False
* Positive / Negative
* 1 / 0

In ML:
* 1 usually represents the positive class
* 0 represents the negative class

Example:
Malignant โ†’ 1
Benign โ†’ 0
๐Ÿ”น Why Classification Matters
Classification is widely used in:
* Healthcare ๐Ÿฅ
* Cybersecurity ๐Ÿ”
* Finance ๐Ÿ’ณ
* Email filtering ๐Ÿ“ง
* Image & text recognition ๐Ÿค–
๐Ÿ‘2