TechVibe
Theo just dropped t3code, a minimal web GUI for coding agents. Currently Codex-first, with Claude Code support coming soon. Full release video 👉 here @devwitheyob #T3Code #Agents
Will happen soon, we can have video "i woke up and got frustrated with macOS so build new one"
lol😭😂
@devwitheyob
#Theo #T3
lol😭😂
@devwitheyob
#Theo #T3
😁3
Forwarded from Eyuel Wondimagegn
Have you heard about contra , it's basically Upwork but less competitive, more in to designers and Devs , and no limits on the application.
You should check that out too
You should check that out too
❤4
I’ve been learning and building backend-focused full-stack applications, but I’m starting to feel like I need to learn more things like AI, cloud, devOps....I want to keep progressing and build a strong career that will pay back for the next 5–10 years. I want to focus on learning what will actually matter for my future. I’m interested in different areas like DevOps, cloud, and AI engineering, but I don’t want to keep jumping around here and there. What would you honestly suggest I do? Please be honest with me.
any senior here, please tell me your experience with this kind of feelings😭
@devwitheyob
#career
any senior here, please tell me your experience with this kind of feelings😭
@devwitheyob
#career
❤1
TechVibe
I’ve been learning and building backend-focused full-stack applications, but I’m starting to feel like I need to learn more things like AI, cloud, devOps....I want to keep progressing and build a strong career that will pay back for the next 5–10 years. I…
ChatGPT's response about this it might help you guys, it is really helpful for me
read it 👉 here
@devwitheyob
#TechVibe
read it 👉 here
@devwitheyob
#TechVibe
Everyone you see here at AAU, if you get close to them and ask what they do, you’ll be surprised. They work on different things, things you may not even know exist. I know one guy who is working on modeling and make good contracts, another guy who is making insane money from brokering, another from trading, and another girl from consulting and marketing, running different clubs, firms, freelancing..., you count. Everyone is a hustler here, and that is really amazing. I thank God for joining this campus.
@devwitheyob
#AAU #Hustlers
@devwitheyob
#AAU #Hustlers
❤9
Yooo this is good, these were the goals I set at the start of the new year in 2018, and looking back now, I’ve accomplished almost all four of them. The only one still in progress is the religious side, and I’m working on that now.
@devwitheyob
#goals
@devwitheyob
#goals
🔥10👏4
Media is too big
VIEW IN TELEGRAM
guys, if you were struggling with how public-key cryptography, ssh and all this security principles work, watch this
@devwitheyob
#TechVibe #cryptography #ssh
@devwitheyob
#TechVibe #cryptography #ssh
TechVibe
Yooo this is good, these were the goals I set at the start of the new year in 2018, and looking back now, I’ve accomplished almost all four of them. The only one still in progress is the religious side, and I’m working on that now. @devwitheyob #goals
Why not aim higher fam, my next goal is to make $1k per month before I leave campus. This gonna be hard I know, but at least it will push me to work harder and become better.
@devwitheyob
#goals #1k
@devwitheyob
#goals #1k
🔥9❤2🫡1
Forwarded from LinkUp Premium
Digital payments are the future. But are they quietly taking away tips from the workers who rely on them most?
Read the full article here: How Often Do You Tip on TeleBirr: The Quiet Struggle of Small Service Workers
@Linkuppremium
Read the full article here: How Often Do You Tip on TeleBirr: The Quiet Struggle of Small Service Workers
@Linkuppremium
I just got access to AAU server to deploy some project, which one of you guys need a grade change😁
show your hands🙌
altegenagnenm guys bemeareg lmerek new lol😂
@devwitheyob
show your hands🙌
altegenagnenm guys bemeareg lmerek new lol😂
@devwitheyob
😁7👍3🤣2
Cheers to a fresh new week, gang, may your plans work out, your sleep be enough, and your problems mind their business😁
@devwitheyob
#newWeek
@devwitheyob
#newWeek
Article of the day
Eager vs Lazy Initialization in singleton
When we create objects and want to make one a singleton, we have two options. one is eager initialization, which means we create an instance right away when the code starts to run, and then when we need that instance, we can return it from a static factory method.
The second option is lazy initialization. It creates and returns the object instance on demand. When we call the static factory method, it will create the instance if there isn’t one already, and return it if there is.
Here is the interesting thing, when we use lazy initialization in multi-threaded environments like the JVM, it might create multiple instances if two threads try to create and get the object from the static method at the same time.
So it is important to know which one to use in different situations. If we care about thread safety, have enough resources to create the object at startup, and know the object will definitely be used, then eager initialization is usually the better choice because it is simpler and safer. But if the object is expensive to create or might not be used at all, lazy initialization can be a better option, as long as it is implemented carefully in multithreaded environments.
@devwitheyob
#ArticleOfTheDay #SystemDesign
Eager vs Lazy Initialization in singleton
When we create objects and want to make one a singleton, we have two options. one is eager initialization, which means we create an instance right away when the code starts to run, and then when we need that instance, we can return it from a static factory method.
The second option is lazy initialization. It creates and returns the object instance on demand. When we call the static factory method, it will create the instance if there isn’t one already, and return it if there is.
Here is the interesting thing, when we use lazy initialization in multi-threaded environments like the JVM, it might create multiple instances if two threads try to create and get the object from the static method at the same time.
So it is important to know which one to use in different situations. If we care about thread safety, have enough resources to create the object at startup, and know the object will definitely be used, then eager initialization is usually the better choice because it is simpler and safer. But if the object is expensive to create or might not be used at all, lazy initialization can be a better option, as long as it is implemented carefully in multithreaded environments.
@devwitheyob
#ArticleOfTheDay #SystemDesign
Every day it gets easier, but you gotta do it every that's the hard part
night fam😊
@devwitheyob
#TechVibe #nights
night fam😊
@devwitheyob
#TechVibe #nights
❤5⚡4