uk
Feedback
Yohannes Haile

Yohannes Haile

Відкрити в Telegram

 I build apps for the iPhone. 4+ years of experience building and shipping consumer-facing applications for iPhone users and powerful SDKs for developers and teams, both locally and internationally. _ https://yohannescodes.com https://yohanneswrites.com

Показати більше
1 135
Підписники
+124 години
+87 днів
-1 22530 день
Архів дописів
not sure if i’m sapiosexual or i’m into performative ladies
not sure if i’m sapiosexual or i’m into performative ladies

ያስቀረሁት የለም ያልነገርኩሽ የዋሸሁሽ የለም የደበኩሽ ሁሉን ዘረገፍኩት ከፊትሽ የሚስጥር ዋሻዬ አንቺ ነሽ

photo content

Repost from Tech Nerd
1 USD = 155 ETB. No one here is paying me 155x my effort, so I stopped working with local clients like 1 and half year ago. (same for @Natyiu0). If you trust your skills and have solid projects (not just AI to do lists), go to YC startups, find early stage founders on LinkedIn or X, and DM them. Twitter Premium helps and its worth it. If you’re good, you can land a $1k internship for 1–2 months. Go all in, and it can turn into a $3k–$4k full-time role. I’ve seen it happen. If you’re not there yet, build. 2–4 hours a day. One strong project every week for 4 weeks. Post on X (views don’t matter), then start DMing. Keep building, make projects more complex over time. Just make side projects a habit. Rewire your brain. @selfmadecoder

will be taking a break till the weekend man, i hustled my way to the ER you’ll be missed

you guys dealing with MRR i’m dealing with MRP Monthly Recurring Pneumonia speedy recovery, king

i’d take that as a compliment lol another reason why overemployment is the moat for the working class society
i’d take that as a compliment lol another reason why overemployment is the moat for the working class society

almost fumbled a pretty girl but she jokes more

ok, she was funnier and i felt bad for no reason

bro thinks funny i am anything but funny learned the hard way finally

every youtub video's script is from chatgpt

jami new look and creative mode is out now see mine https://jami.bio/yohanneshaile

nope chatgpt is more prude and nerd
microservices are an architectural approach used in backend systems. instead of building one large application that handles everything (a monolith), the system is broken into many small, independent services. each service focuses on a single responsibility and communicates with other services through APIs or messaging.

a simple comparison helps.

in a monolithic architecture, you might have one backend app that handles:
 • user authentication
 • payments
 • notifications
 • analytics
 • file storage

all of that lives inside one codebase and one deployment.

in a microservices architecture, those are split into separate services:
 • auth service
 • payments service
 • notification service
 • analytics service
 • file storage service

each service can run on its own server, be deployed independently, and even be written in different languages. they communicate through HTTP APIs, message queues, or RPC.

a typical microservice has a few characteristics:
 • small scope (one clear responsibility)
 • independent deployment
 • its own database or data model
 • communication through APIs

companies often adopt microservices when systems grow large. it allows teams to work independently and scale specific components without scaling the entire system.

for example, imagine a fintech product like your ledgerly evolving into a cloud platform. a microservices setup might look like:
 • authentication service
 • transaction processing service
 • exchange rate service
 • portfolio pricing service (stocks/crypto)
 • reporting service

each one runs separately and talks to the others through APIs.

your joke about “all the services i were providing were micro” is unintentionally close to the original idea. the term literally comes from the idea of many small services instead of one big one. but in software it refers specifically to backend system design rather than freelance work.

since you mostly build iOS apps, you normally interact with microservices indirectly. your app calls backend APIs. those APIs may actually be routed internally to many microservices behind the scenes.

if helpful, i can also explain:
 • why many engineers now dislike microservices
 • when monoliths are actually better
 • what architecture someone building something like ledgerly would realistically choose.

chatgpt would say this if i shared this post with it "the fact that you think you were giving your ex microservices shows that you cared about her when you were together. honestly, considering this makes you a better man and you don't have to beat yourself up for providing her with all things micro."

i don’t really know what microservices are and it’s entirely because i have little to no background in backend development maybe my ex knows, because all the services i were providing were micro

prompt to pay margin