Abdesol Builds
857 subscribers
123 photos
12 videos
96 links
.NET | Avalonia | Backend Dev | Chess Enthusiast

Portfolio https://abdesol.me

Reach me out at @abdesol
Download Telegram
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!
๐Ÿ”ฅ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
โค5
Forwarded from Solo codes (Brook Solomon)
event starting

live-streaming here
https://www.youtube.com/@thesolocodes
๐Ÿ”ฅ3
https://iq-checker.net/

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
This media is not supported in your browser
VIEW IN TELEGRAM
๐Ÿ˜‘ drew this weird equation with desmos
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
๐Ÿ’ฏ11โค5
Forwarded from .Net Core Ethiopia
๐Ÿš€ Scaling .NET + PostgreSQL to 100M+ Events

Built an event analytics platform to explore real-world scaling challenges. Here's what I discovered:

๐Ÿ›  Stack:
โ€ข .NET Core console app with high-performance bulk insertion
โ€ข PostgreSQL with advanced partitioning + materialized views
โ€ข Docker for easy setup and testing

๐Ÿ’ก Key Learnings:
โ€ข 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!)

๐Ÿ“Š C# Load Generator Features:
โ€ข 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

๐ŸŽฏ Results:
โ€ข 100,365,001 events processed successfully
โ€ข Sub-millisecond dashboard queries
โ€ข 100+ concurrent users validated
โ€ข Complete monitoring and observability

๐Ÿ‘Œ for .NET developers working with large datasets or wanting to understand PostgreSQL scaling patterns.

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
๐Ÿ”ฅ4
@software_guy, don't disable your channel comment section for non-members and I will say "I am here"
๐Ÿ’ฏ2๐Ÿ˜1
I joined with white cuz black is .... ๐Ÿ˜
๐Ÿ˜5
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)
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 ๐Ÿ˜
๐Ÿ”ฅ9๐Ÿ˜ญ5โค3
Abdesol Builds
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โ€ฆ
ik it is a bit slow.. github gives me max 5k request per hr limit. I can't finish it all first and make the other ppl who try it later wait an hr. Additionally, there is also the gemini api delays.

Appreciate any help around the github api limit ๐Ÿซก
Abdesol Builds pinned ยซ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โ€ฆยป
I added a semaphore on top of the queue I had, forgetting that the queue was working as a semaphore with FIFO yesterday ๐Ÿ˜ฎโ€๐Ÿ’จ

I have fixed that.. hopefully the delays should be a bit lower
bear with me, github is rate limiting me ๐Ÿ˜”
Please open Telegram to view this post
VIEW IN TELEGRAM