Forwarded from แ แถ Codes
These are the brand designs and mockups I created for my motherโs pizza business ๐โค๏ธ
Presented everything to her today, and she absolutely loved it. Seeing her happy and excited made all the work worth it.
Before starting, I was told the idea probably wouldnโt work out well. I guess that became our first rejection before even launching.
But we started anyway ๐
Next up is building the custom software system customers will order through a mobile app, and orders will instantly arrive through Telegram notifications so we can confirm and communicate with customers easily.
Make sure to follow and support the business across all platforms from Weyzero Pizza Link Tree , including Telegram @weyzeropizza โค๏ธ๐
#Weyzero_Pizza Init
Presented everything to her today, and she absolutely loved it. Seeing her happy and excited made all the work worth it.
Before starting, I was told the idea probably wouldnโt work out well. I guess that became our first rejection before even launching.
But we started anyway ๐
Next up is building the custom software system customers will order through a mobile app, and orders will instantly arrive through Telegram notifications so we can confirm and communicate with customers easily.
Make sure to follow and support the business across all platforms from Weyzero Pizza Link Tree , including Telegram @weyzeropizza โค๏ธ๐
#Weyzero_Pizza Init
๐ฅ2โค1
Forwarded from Yohannes Haile (Yohannes Haile)
If you're a Telegram Creator, please help this message reach everyone ๐คช
The plan is to get rejected for all the reasons App Store Guidelines say are non-compliant features or UX flaws as much as possible in the external beta review. That helps me avoid friction on the actual App Store submission.
And it means it may take me a week or so to deliver the external beta (first version and build) for those of you who sent me email addresses. Meanwhile, you can fill in this form to be one of the Ledgerly Early Adopters:
https://forms.gle/Q6TjQHfjm1xqf6Ux5
The plan is to get rejected for all the reasons App Store Guidelines say are non-compliant features or UX flaws as much as possible in the external beta review. That helps me avoid friction on the actual App Store submission.
And it means it may take me a week or so to deliver the external beta (first version and build) for those of you who sent me email addresses. Meanwhile, you can fill in this form to be one of the Ledgerly Early Adopters:
https://forms.gle/Q6TjQHfjm1xqf6Ux5
Please open Telegram to view this post
VIEW IN TELEGRAM
Google Docs
ledgerly iOS beta testers
If you are interested in testing Ledgerly on iOS, fill in the form to get an invite for the external beta testing group (Ledgerly Early Adopters)
โค2
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, ๐๐พ