🏷 ክርስቶስ ተንሥአ እሙታን ✝️
በዐቢይ ኃይል ወሥልጣን
🏷 አሰሮ ለሰይጣን
አግዐዞ ለአዳም
🏷 ሰላም
እምይዕዜሰ
🏷 ኮነ ✨
ፍስሐ ወሰላም ❤️🔥✝️
Melkam Ye Fasika Beal Yihunlachu
Have a blessed holiday 🙏✨
በዐቢይ ኃይል ወሥልጣን
🏷 አሰሮ ለሰይጣን
አግዐዞ ለአዳም
🏷 ሰላም
እምይዕዜሰ
🏷 ኮነ ✨
ፍስሐ ወሰላም ❤️🔥✝️
Melkam Ye Fasika Beal Yihunlachu
Have a blessed holiday 🙏✨
❤🔥3
🐢 Why Your Code is Slow: Common Performance Mistakes Beginners Make
⌛️ 26 Min read time
#python #performance
Slow code? 😩 You’re not alone—it's a common challenge for beginners! This guide dives into 7️⃣ frequent performance pitfalls and how to fix them 💡 to make your code zippy and efficient 🚀.
👀 What’s covered:
🪵 Too much logging
🔁 Inefficient loops
🗃 Bad database queries
🧠 Misunderstanding hardware
🧹 Poor memory management
🧮 Sluggish array traversal
📋 Unnecessary data copying
Packed with practical examples ✍️ and tips 🛠, this guide helps you write faster, smarter code and shows why profiling 📊 and smart data structures 🧱 matter.
Read_More
#python #performance
Telegraph
Why Your Code is Slow: Common Performance Mistakes Beginners Make
Maybe you’ve experienced something like this before: you’ve written code that works, but when you hit “run,” it takes forever. You stare at the spinner, wondering if it’s faster to just solve the problem by hand. But you end up looking something like this……
❤1
Had a problem at home, turned it into a project — check it out below!
🏡 How I Brought My Old D-Link Router Back to Life
Sooo recently I decided to level up my home WiFi — not by buying something new, but by reviving an ancient D-Link DSL-124 router we had lying around. 💀(Throwback to when we used to have copper-wired internet 😂)
Now we’re rocking fiber optic from Ethio Telecom with a ZTE router, and I thought: "Why not make this dusty D-Link useful again?"
First attempt?
I plugged the D-Link into the ZTE router using an RJ11 cable (the little phone cable) and prayed for magic. ✨
Spoiler: It flopped. ❌ Turns out RJ11 is for phone signals, not internet between routers. Rookie mistake lol.
So I wiped the D-Link (full reset 🔥), set it up properly over Ethernet, disabled DHCP, and basically turned it into a simple WiFi extender.
AND GUESS WHAT — it worked!
My PC connected to the D-Link WiFi and was surfing the web like a champ. 🖥🌍
Butttt plot twist:
My phone was NOT vibing. 🥲 It connected to the D-Link WiFi, but no internet. Meanwhile, my PC was chillin’.
Since I had MAC address filtering (whitelisting) enabled on the ZTE router for extra security 🔒, I thought that was the issue.
I had already whitelisted both my PC and my phone.
I even added the D-Link router’s MAC address too, thinking it would let everyone behind it through.
Still nothing. 😤
After some serious brain workout 🧠, I figured it out:
Phones sometimes use randomized MAC addresses when connecting to WiFi to be more "private."
Which means the ZTE router didn’t recognize my phone — even though I whitelisted it.
Fixed it by turning OFF random MAC for the D-Link WiFi on my phone and using the real MAC address.
Reconnected... and BOOM — full internet access. 📱✅
Now both my PC and my phone are living their best WiFi lives through the D-Link router. 🎉
Honestly?
This mini project taught me so much — not just about routers and cables, but also about MAC filtering, DHCP, network behavior, and how old tech can still be crazy useful if you know how to mess with it.
Moral of the story:
Sometimes, the problems you face are exactly what push you to level up.
They’re not the enemy — they’re the reason you grow. 🌱
🔧📶💡
🔥3
BTW anybody who knows where or sales RJ45 Ethernet cables let me know @firaflash
This media is not supported in your browser
VIEW IN TELEGRAM
Types of programmer.....
List<int> list = new List<int> { 5, 3, 8, 1 };
Dictionary<int, int> priority = new Dictionary<int, int>
{
{ 5, 1 },
{ 3, 2 },
{ 8, 3 },
{ 1, 4 }
};
list.Sort((a, b) => priority[a].CompareTo(priority[b]));
Console.WriteLine(string.Join(", ", list));
What is the output of the above code?
Anonymous Quiz
21%
A) 8, 5, 3, 1
34%
B) 1, 3, 5, 8
31%
C) 5, 3, 8, 1
14%
D) Throws an exception
🔥 10 New Jobs for Burned-Out Developers 💻➡️🌱
🕒 3 min read time
Read_More
Feeling the burnout? 😓 You're not alone. Devs can pivot into roles like 👥 DevRel, 🧠 Engineering Manager, 🏗 Technical Architect, 📦 Product Manager, and more!
Use your coding superpowers 💪 in fresh ways that match your strengths & passion! 💼🚀
Read_More
Telegraph
10 New Jobs for Burned-Out Software Developers
Featured image by RerF_Studio on Shutterstock. If you’ve been in the trenches as a software developer for a while, you know the routine: code reviews, sprint planning, mentoring juniors, shipping features, fighting fires in production and probably a dozen…
let a = [1, 2, 3];
a[10] = 99;
console.log(a.length);
console.log(a.hasOwnProperty(5));
console.log(Object.keys(a));
👍1
What is the output of the above code
Anonymous Quiz
25%
11 false ["0", "1", "2", "10"]
48%
Index Out Of Bound error
13%
11 true ["0", "1", "2", "5", "10"]
10%
10 false ["0", "1", "2"]
5%
11 false ["0", "1", "2", "5", "10"]
👍1
🔥 Google I/O 2025 dropped an AI revolution:
🕒 3 Min read time
READ_MORE
Gemini 2.5 crushes competitors, will soon browse & interact for you.
Stitch auto-generates UIs, Jules codes AI agents, Flow makes cinematic videos—jobs at risk.
$250/month "AI Ultra" subscription unlocks Gemini’s full power (+30TB storage).
Project Astra sees the world for you, Beam turns 2D into 3D.
AI videos now have sound, CSS carousels finally exist.
Agent takeover is here—AI builds AI, uses AI, in an AI-powered future.
Verdict: Adapt or get replaced. 🚀 #AIRevolution
READ_MORE
Telegraph
🔥 Google’s AI Takeover: 11 Mind-Blowing Upgrades That Will Change Everything
Yesterday, Google dropped an AI bombshell so massive it sent shockwaves through the tech world. From vaporware hype to actual game-changers, here’s what went down at Google I/O 2025—and why your job might be on the line. 1. Gemini 2.5 "Deepthank" – The New…
#include <iostream>
using namespace std;
int main(){
char ch[][20]={"Argentina","Korea","Greece","Nigeria"};
cout<<*(*(ch+2)+1));
}
What is the ouput of the above code
Anonymous Quiz
30%
r
23%
Nigeria
8%
Greece
8%
K
18%
G
15%
Segmentation fault