Forwarded from Beka (Beka)
Hey guys good news :)
Better Auth has been accepted into Y Combinator's Spring 2025 batch (X25)! ๐
Myself and @kinfishfarms, will be part of YC's first spring batch. Super excited and thanks everyone here for being part of my journey so far :)) but a lot more to come!
Better Auth has been accepted into Y Combinator's Spring 2025 batch (X25)! ๐
Myself and @kinfishfarms, will be part of YC's first spring batch. Super excited and thanks everyone here for being part of my journey so far :)) but a lot more to come!
๐2
Beka
Hey guys good news :) Better Auth has been accepted into Y Combinator's Spring 2025 batch (X25)! ๐ Myself and @kinfishfarms, will be part of YC's first spring batch. Super excited and thanks everyone here for being part of my journey so far :)) but a lotโฆ
just when we were already feeling proud of better-auth going viral and main stream, we get this news... what a pleasant surprise ๐ฅ ๐ฅ
Please open Telegram to view this post
VIEW IN TELEGRAM
โก18
Forwarded from DoughNut ๐ฉ
AND WE ARE LIVEEEEE
https://www.exambuddy.app
Exam Buddy is now live for everyone to use. We're launching today with a BANG and offering 35% discount for all Ethiopians till the end of exit exam.
Miss it notโค๏ธ
#ExamBuddy
https://www.exambuddy.app
Exam Buddy is now live for everyone to use. We're launching today with a BANG and offering 35% discount for all Ethiopians till the end of exit exam.
Miss it notโค๏ธ
#ExamBuddy
๐ซก5โค1
Forwarded from Beka (Beka)
We just did our YC launch. I need you guys to do me a favor. Can you go ahead and upvote please ๐
https://www.ycombinator.com/launches/NUm-better-auth-the-authentication-framework-for-typescript
https://www.ycombinator.com/launches/NUm-better-auth-the-authentication-framework-for-typescript
Y Combinator
Launch YC: Better Auth - The Authentication Framework for TypeScript | Y Combinator
The fastest growing Auth framework for TypeScript: 13K stars + 100K weekly downloads!
๐ฅ2
https://learnxinyminutes.com/
this is literally the best site to brush up on any programming languages and other stuff you have learned but haven't touched in months or years. I'm reading the https://learnxinyminutes.com/c/ page and it's been very insightful in brushing up on C.. Check it out!
this is literally the best site to brush up on any programming languages and other stuff you have learned but haven't touched in months or years. I'm reading the https://learnxinyminutes.com/c/ page and it's been very insightful in brushing up on C.. Check it out!
๐ฅ7๐1
Forwarded from The Software Guy (ยญAnexon)
Media is too big
VIEW IN TELEGRAM
๐ BIG NEWS โ VeriPay is LIVE! ๐ธโจ
After grinding non-stop, Iโm proud to announce the launch of VeriPay โ a tool built to solve one of the most annoying problems in Ethiopia:
โ Fake payment screenshots
โ Doubts about transactions
โ Wasting time confirming payments
With VeriPay, you can now:
โ Instantly verify digital payment receipts
โ Check bank & service transfers in seconds
โ Protect yourself and your business from scams
๐ Try it out now: veripay.anexon.tech
This is just Version 1.0 โ simple, fast, and secure. But itโs only the beginningโฆ ๐ฅ
Your feedback = shaping the future of digital trust in Ethiopia ๐
#veripay #payment_verify #launch
After grinding non-stop, Iโm proud to announce the launch of VeriPay โ a tool built to solve one of the most annoying problems in Ethiopia:
โ Fake payment screenshots
โ Doubts about transactions
โ Wasting time confirming payments
With VeriPay, you can now:
โ Instantly verify digital payment receipts
โ Check bank & service transfers in seconds
โ Protect yourself and your business from scams
๐ Try it out now: veripay.anexon.tech
This is just Version 1.0 โ simple, fast, and secure. But itโs only the beginningโฆ ๐ฅ
Your feedback = shaping the future of digital trust in Ethiopia ๐
#veripay #payment_verify #launch
โค5
Forwarded from Solo codes (Brook Solomon)
๐ฅ3
https://iq-checker.net/
it violated me ๐ญ
it comes up with this non-sense IQ score from your twitter account
it violated me ๐ญ
it comes up with this non-sense IQ score from your twitter account
๐5
https://github.com/linebender/vello
A new interesting GPU-first graphics rendering library. It is much faster than the typical CPU-first libraries like skia since it uses the GPU very effectively, however, it is not mature yet
check it out
A new interesting GPU-first graphics rendering library. It is much faster than the typical CPU-first libraries like skia since it uses the GPU very effectively, however, it is not mature yet
check it out
GitHub
GitHub - linebender/vello: A GPU compute-centric 2D renderer.
A GPU compute-centric 2D renderer. Contribute to linebender/vello development by creating an account on GitHub.
This media is not supported in your browser
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
๐ฅ7๐คฏ3
btw, I see some of my favorite tech telegram channels have members only comments. I understand that it is to avoid spammers, etc..
but personally, as someone who doesn't like distractions and rarely join groups unless I will be interacting inside regularly, you took away my freedom to comment, give feedbacks etc... just emotes
๐ซก on behalf of people like me, please allow non-group members to comment
but personally, as someone who doesn't like distractions and rarely join groups unless I will be interacting inside regularly, you took away my freedom to comment, give feedbacks etc... just emotes
๐ซก on behalf of people like me, please allow non-group members to comment
๐ฏ11โค5
I have started being a lil bit active on x/twitter. Share your profile and let us connect there
https://x.com/AbdellaSolomon
https://x.com/AbdellaSolomon
X (formerly Twitter)
abdesol (@AbdellaSolomon) on X
.NET, Avalonia, & Backend dev โ building modern cross-platform solutions
Forwarded from .Net Core Ethiopia
Built an event analytics platform to explore real-world scaling challenges. Here's what I discovered:
โข .NET Core console app with high-performance bulk insertion
โข PostgreSQL with advanced partitioning + materialized views
โข Docker for easy setup and testing
โข PostgreSQL COPY is 10-100x faster than INSERT statements
โข Performance cliff hits around 64M+ events
โข Memory tuning critical: found 10GB shared_buffers sweet spot
โข Materialized views essential at scale (1,900x improvement!)
โข Realistic data patterns (Pareto distribution, geo data)
โข Configurable batch sizes (30K optimal for 100M+ scale)
โข Parallel worker support
โข Real-time progress tracking with Spectre.Console
โข 100,365,001 events processed successfully
โข Sub-millisecond dashboard queries
โข 100+ concurrent users validated
โข Complete monitoring and observability
GitHub: https://github.com/LeoulGirma/EventAnalytics-100M
Report : https://telegra.ph/The-100M-Row-Challenge-10-26
#dotnet #postgresql #performance #scaling #csharp
Please open Telegram to view this post
VIEW IN TELEGRAM
GitHub
GitHub - LeoulGirma/EventAnalytics-100M
Contribute to LeoulGirma/EventAnalytics-100M development by creating an account on GitHub.
๐ฅ4
Forwarded from RaGoose
Shared Chess Telegram Bot
so i just fully vibecoded this telegram bot, where you guys can join and play a shared board chess game.
used node, docker and railway and ofc cursor.
check out the code here and don't forget to drop a star ๐ https://github.com/daveragos/telegram-chess-bot
#myprojects #chess
so i just fully vibecoded this telegram bot, where you guys can join and play a shared board chess game.
used node, docker and railway and ofc cursor.
check out the code here and don't forget to drop a star ๐ https://github.com/daveragos/telegram-chess-bot
#myprojects #chess
GitHub
GitHub - daveragos/telegram-chess-bot: A Telegram bot that allows users to play chess on a shared board. Any user can start a gameโฆ
A Telegram bot that allows users to play chess on a shared board. Any user can start a game, join an existing game, and make moves from available legal moves. - daveragos/telegram-chess-bot
@software_guy, don't disable your channel comment section for non-members and I will say "I am here"
๐ฏ2๐1
RaGoose
Shared Chess Telegram Bot so i just fully vibecoded this telegram bot, where you guys can join and play a shared board chess game. used node, docker and railway and ofc cursor. check out the code here and don't forget to drop a star ๐ https://github.comโฆ
a game is going on rn.. tune in ๐ฅ
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from RaGoose
Current turn: Black
โฑ๏ธ Round 10: White can move immediately (no timer during round)
๐ฅ Captured:
โช White: โโโ (3 pts)
โซ Black: โโ (4 pts)
๐ Recent moves (19 total):
15. abdesol: c1 โ d2
16. JONAZZ2: b4 โ a5 captures โ
17. toneytor: g1 โ f3
18. JONAZZ2: f5 โ c2 captures โ
19. HasPluse: a6 โ a7 captures โ
... (14 earlier moves)
โฑ๏ธ Round 10: White can move immediately (no timer during round)
๐ฅ Captured:
โช White: โโโ (3 pts)
โซ Black: โโ (4 pts)
๐ Recent moves (19 total):
15. abdesol: c1 โ d2
16. JONAZZ2: b4 โ a5 captures โ
17. toneytor: g1 โ f3
18. JONAZZ2: f5 โ c2 captures โ
19. HasPluse: a6 โ a7 captures โ
... (14 earlier moves)
RaGoose
Current turn: Black โฑ๏ธ Round 10: White can move immediately (no timer during round) ๐ฅ Captured: โช White: โโโ (3 pts) โซ Black: โโ (4 pts) ๐ Recent moves (19 total): 15. abdesol: c1 โ d2 16. JONAZZ2: b4 โ a5 captures โ 17. toneytor: g1 โ f3 18. JONAZZ2: f5โฆ
who did this ๐ญ.. I ain't playing now
๐คฃ1
the past two weeks, I have been working on this fun little side project: https://gitpersona.live
Give it your github username, and it will tell you the developer personality type it thinks you have(It is gonna roast you a bit tho )
Try it out and share the persona it gave you ๐
Give it your github username, and it will tell you the developer personality type it thinks you have
Try it out and share the persona it gave you ๐
GitPersona
GitPersona - Discover Your Coding Personality
Analyze your GitHub profile and discover your unique coding personality
๐ฅ9๐ญ5โค3