Micky Codes
前往频道在 Telegram
192
订阅者
无数据24 小时
+37 天
+3930 天
帖子存档
192
Just launched my latest portfolio website.
Built to showcase my work in software engineering, backend systems, game development, and modern web experiences.
Portfolio: https://micky-codes.vercel.app
Feedback is always welcome.
192
Am mostly working on game development so my go to game engine is Godot, and besides that i love backend so my comfortable framework is FastAPI but i love em all except Spring Boot😭.
192
Repost from አቶ Codes
Just pushed an update on Equib Manager and running tests on it now.
been thinking a lot about how this whole equib system actually works in real life… and honestly my uncle is the one feeding me most of this real insight 😭
so I had to change a big part of the core structure again
now I added this thing called Contributor model
so basically:
members are not always just one person… sometimes they are like a small group
and contributors are the actual people putting money in
so payments now track contributors instead of just members
still testing everything but yeah… this feels way closer to how real equibs actually work
#equib_manager @atocodes
192
From Youtube i like these kinda contents apart from the programming
https://www.youtube.com/watch?v=yADuFx-pkNI
192
Repost from አቶ Codes
Quick update 👋
I’ve created a dedicated channel for Equib Manager 🚀
Starting from v2.0, all app updates, APK releases, new features, bug fixes, and client updates will be posted there.
This channel is mainly for clients and people using the app to stay updated and download the latest versions.
Don’t worry devs 😅 I’ll still share the build journey, code, lessons, and everything developer-related here as usual.
If you’ve been following Equib Manager, I’d really appreciate your support joining the channel or sharing it goes a long way ❤️
https://t.me/equbmanager
Let’s build this together 🚀
#equib_manager
192
Try it and show us what you built, also if you have any comment you can type emmm here, 🙌🏾
192
Just published Guaro to PyPI.
Guaro is a modern Python backend framework focused on unified REST + GraphQL APIs, async performance, automatic schema management, and multi-database support from a single model layer.
“Guaro” means “Back” in Amharic, inspired by backend systems and infrastructure(suggested by @vibybear73).
Supported databases:
- SQLite
- PostgreSQL
- MySQL
- MongoDB
Example:
from guaro import API
api = API()
api.run()
pip install guaro
PyPI:
https://pypi.org/project/guaro/
Repository:
https://github.com/Alazar42/Guaro192
So let me tell you about my unique ability so if I sleep well I can have ideas to work on so most of the time it is for the devs community in my dream 😂😂, and for now my idea was making a backend framework Guaro which is a unified API framework for building REST APIs, GraphQL APIs, or both from one codebase, one schema system, and one execution engine.
192
Then finally "Guaro" is choosed by owner of @bearly_learning
think of it like these 😂😂
from guaro import Model
class User(Model):
id: int name: str
email: str
posts: list["Post"]
😂😂192
I am working on a new python backend framework trust me that will improve most of the development experience for backend ecosystem so if you have a name idea i would like you to suggest me🙌
192
https://vt.tiktok.com/ZSxvc64At/
Liked this Metro man vs Omni man video🔥 the ending is unexpected 😂😂
192
Melkam Browser is emphatically a desktop browser project natively constructed in Python, explicitly and emphatically designed to make Python DOM scripting practical and interactive, and robustly backed by Chromium!
here is a link to the github repo
