Micky Codes pinned ยซI found this website that allows peoples to ask anonymously and am welcoming everyone to ask anything you wanna know about MickyCodes https://sma.robi.work/b/xKEjokv_9ri6 [UPDATED THE LINK]ยป
Forwarded from Volunteer Tomato
This media is not supported in your browser
VIEW IN TELEGRAM
The name is finally unveiledโฆ ๐ฎ
Weโre excited to officially reveal the title of our upcoming game: Veiled!
This project has been a huge journey for us, and we canโt wait to finally start sharing more of the world weโve been building.
๐ The official trailer for Veiled drops on June 13th! Stay tuned... ๐
#GameDevelopment #IndieGame #Gaming #IndieDev #Veiled #elderstudios
Weโre excited to officially reveal the title of our upcoming game: Veiled!
This project has been a huge journey for us, and we canโt wait to finally start sharing more of the world weโve been building.
๐ The official trailer for Veiled drops on June 13th! Stay tuned... ๐
#GameDevelopment #IndieGame #Gaming #IndieDev #Veiled #elderstudios
Forwarded from แ แถ Codes
equib_manager_v1.2.0.apk
59.1 MB
๐ Update v1.2.0 is Live! โ๏ธ
Whatโs New:
* โฑ๏ธ Flexible Winners: Skip selecting winners and pick them later at your own pace, even after next rounds finish!
* ๐ Sorted Tables: Members table columns are now fully sortable.
* ๐ชช Smarter Forms: Member IDs now show next to names on the payment form.
* Manage multiple equibs from the same app and one equib finishes you can export the existing members to the new one
Fixes & Code:
* ๐ Fixed name resolution on the eligible winners list.
* ๐ข Added highly readable number parsing for figures.
* ๐ Massive codebase refactor to the new RoundsBloc for peak performance.
Update now! ๐
#equib_manager
Whatโs New:
* โฑ๏ธ Flexible Winners: Skip selecting winners and pick them later at your own pace, even after next rounds finish!
* ๐ Sorted Tables: Members table columns are now fully sortable.
* ๐ชช Smarter Forms: Member IDs now show next to names on the payment form.
* Manage multiple equibs from the same app and one equib finishes you can export the existing members to the new one
Fixes & Code:
* ๐ Fixed name resolution on the eligible winners list.
* ๐ข Added highly readable number parsing for figures.
* ๐ Massive codebase refactor to the new RoundsBloc for peak performance.
Update now! ๐
#equib_manager
แแฐแ แแแฝ แแ
แญ แแฐแ แแแฝ แฐแแ๐ต๐ต
๐1
Introducing Melkam Browser โ a Python-native, Chromium-backed desktop browser that makes Python a first-class page scripting language. Run Python in pages, manipulate the DOM, call JS, and see live logs/counters in the built-in showcase. Try locally:
here is a link to the github repo
here is a link to the github repo
๐คฏ2
https://vt.tiktok.com/ZSxvc64At/
Liked this Metro man vs Omni man video๐ฅ the ending is unexpected ๐๐
Liked this Metro man vs Omni man video๐ฅ the ending is unexpected ๐๐
๐ฏ1
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๐
Micky Codes
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๐
If it's more cultural or local name with a meaning it will be preferable
Then finally "Guaro" is choosed by owner of @bearly_learning
think of it like these ๐๐
๐๐
think of it like these ๐๐
from guaro import Model
class User(Model):
id: int name: str
email: str
posts: list["Post"]
๐๐
๐2
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.
โค2
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.
Supported databases:
- SQLite
- PostgreSQL
- MySQL
- MongoDB
Example:
PyPI:
https://pypi.org/project/guaro/
Repository:
https://github.com/Alazar42/Guaro
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, Model, Router, permission, require_auth
class User(Model):
id: int
name: str
email: str
router = Router(prefix="/users")
@router.get("/")
@require_auth
def get_users():
return User.all()
api = API()
api.register_model(User)
api.register_router(router)
api.run(mode="hybrid")
pip install guaro
from a single codebase you can have both GraphQL or RESTAPI's. with interactive generated API docs for both systems.
PyPI:
https://pypi.org/project/guaro/
Repository:
https://github.com/Alazar42/Guaro
PyPI
guaro
Guaro: Unified REST + GraphQL framework with auto-migration and multi-database support
๐ฅ4
Micky Codes
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โฆ
Try it and show us what you built, also if you have any comment you can type emmm here, ๐๐พ
Micky Codes pinned ยซ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โฆยป
Forwarded 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
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
From Youtube i like these kinda contents apart from the programming
https://www.youtube.com/watch?v=yADuFx-pkNI
https://www.youtube.com/watch?v=yADuFx-pkNI
YouTube
2 Polyglots Shocked by Word Differences Across 4 Countries?! Arabic, Amharic & Urdu Are Similar?
World Friends Tiktok/ https://www.tiktok.com/@worldfriendskr
World Friends IG / https://www.instagram.com/worldfriends_official/
Join our membership
๐ โข Members-only videos
๐ / @worldfriends77
Apply
https://forms.gle/TBZuJY6GiYizHecZ9
Hope youโฆ
World Friends IG / https://www.instagram.com/worldfriends_official/
Join our membership
๐ โข Members-only videos
๐ / @worldfriends77
Apply
https://forms.gle/TBZuJY6GiYizHecZ9
Hope youโฆ
โก1
Forwarded from แ แถ Codes
EQUB MANAGER
Equib Manager v2.2.0 Update
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
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