Beka
Introducing Better Auth Infrastructure The missing pieces for your favorite auth framework - User Management and Analytics - Bot, Fraud & Abuse Protection - Transaction Email & SMS - Fast Global Session Storage - Support, Advisory & Insights for your Better…
Im proud for better auth being born in 🇪🇹
💯10
The Software Guy
Im proud for better auth being born in 🇪🇹
Here is some caption for ads😁
Better Auth
የኢትዮጵያዉያን ኩራት
🤣8
Forwarded from RaGoose dumps
builve
my first dart CLI to build and move your built files to other folders,
simple but useful imo, specially if you are lazy just like me
its easy to use and you can read the readme for further.
check it and if you liked it give it a star 🌟
pr and issues are welcome too
my first dart CLI to build and move your built files to other folders,
simple but useful imo, specially if you are lazy just like me
its easy to use and you can read the readme for further.
check it and if you liked it give it a star 🌟
pr and issues are welcome too
GitHub
GitHub - daveragos/builve: Builve is a command-line tool designed to simplify Flutter build processes. It allows developers to…
Builve is a command-line tool designed to simplify Flutter build processes. It allows developers to build Flutter projects and manage their build outputs efficiently. - daveragos/builve
🔥2
RaGoose dumps
builve my first dart CLI to build and move your built files to other folders, simple but useful imo, specially if you are lazy just like me its easy to use and you can read the readme for further. check it and if you liked it give it a star 🌟 pr and issues…
this tool is super coool👌🏼👌👌👌👌
Some people stay in your life no matter how bad things get and some leave you no matter how hard you try. find a reason to stick together not to leave .because everyone has some bad side , you just need to stick to the good sides and be happy, thats it . (lesson learned the hard way)
❤🔥8
I met my younger self today,
I showed him my progress and he cried 😭.
I showed him my progress and he cried 😭.
❤2😢2🤣2
The Software Guy
I met my younger self today, I showed him my progress and he cried 😭.
This media is not supported in your browser
VIEW IN TELEGRAM
Boredom is cool tbh. Its a space where ideas are born 100%, embrace it comrades
💯4
Forwarded from Beka (Beka)
YouTube
በረከት የBetter Auth መስራች | Gugut EP#187
We got Bereket Engida, the brain behind Better Auth, on the Gugut Podcast. Fresh off getting into Y Combinator’s Spring 2025, he’s dropping gems on education, music, coding, startups, going global, and staying productive. Don’t sleep on this one.
Links:…
Links:…
🔥4
Forwarded from NSDA Community
Get Inspired by one of Jimma’s rising tech stars! - Episode 1 - Initial Season
Join us for an inspiring tech discussion with SEMER NUR — a Software Engineering graduate and a passionate Backend Engineer!
We’ll dive into:
• The world of Technology
• Self-development tips for aspiring engineers
• Employment insights in the tech industry
• A live Q&A session — your chance to ask anything!
Don’t miss this opportunity to learn, connect, and grow with one of Jimma’s rising tech stars!
Date: April 26
Organized by: NSDA
@Nsda_Community
Got questions? Ask us through our bot: @NejmAskBot
Drop your questions for Semer Nur: @NujumDialogueBot
#TechSpotlight #NSDAEvent #DeveloperJourney #FullStackDeveloper #BlockchainInnovation #CareerInTech #NujumDialogue
❤🔥3
Forwarded from GebetaMaps
Meet Natnael Fekadu, whose team recently won at the Gebeta Maps Hackathon! You might be wondering what problems they solved. Have you ever felt lost, struggling to find the nearest taxi or bus stop?
Leveraging the Gebeta Maps API, Natnael developed a mobile app that empowers Ethiopian commuters to easily locate and navigate traditional bus and taxi routes. Check out his Github for more.
If you have a solution that could benefit from location services, visit our website at gebeta.app!
Github: github.com/mrnpro/Weyalaw
Leveraging the Gebeta Maps API, Natnael developed a mobile app that empowers Ethiopian commuters to easily locate and navigate traditional bus and taxi routes. Check out his Github for more.
If you have a solution that could benefit from location services, visit our website at gebeta.app!
Github: github.com/mrnpro/Weyalaw
❤4
Forwarded from Ales dev | Flutter development
Flutter FFI: How to Call C/C++ Code from Dart for Max Performance!
Did you know you can supercharge your Flutter apps by integrating native code?
With Flutter FFI (Foreign Function Interface), you can directly call C/C++ libraries from Dart, unlocking high-performance computing, hardware access, and legacy code reuse!
Why Use FFI?
✅ Performance Boost – Optimize CPU-heavy tasks with native code.
✅ Access Native APIs – Interact with platform-specific libraries.
✅ Reuse Existing Code – Integrate legacy C/C++ code without rewriting.
How It Works
Flutter FFI allows Dart to call functions from compiled native libraries (
You define the bindings in Dart and let the FFI handle the rest!
Quick Example
Use Cases
- Game Engines (e.g., integrating C++ physics engines)
- Media Processing (FFmpeg, OpenCV)
- Cryptography & Security (OpenSSL, custom encryption)
- IoT & Hardware (Bluetooth, sensors)
Getting Started
Official Flutter FFI Docs: https://docs.flutter.dev/development/platform-integration/c-interop
Did you know you can supercharge your Flutter apps by integrating native code?
With Flutter FFI (Foreign Function Interface), you can directly call C/C++ libraries from Dart, unlocking high-performance computing, hardware access, and legacy code reuse!
Why Use FFI?
✅ Performance Boost – Optimize CPU-heavy tasks with native code.
✅ Access Native APIs – Interact with platform-specific libraries.
✅ Reuse Existing Code – Integrate legacy C/C++ code without rewriting.
How It Works
Flutter FFI allows Dart to call functions from compiled native libraries (
.so
, .dll
, .dylib
). You define the bindings in Dart and let the FFI handle the rest!
Quick Example
import 'dart:ffi';
import 'package:ffi/ffi.dart';
// Load native library
final dylib = DynamicLibrary.open('libnative.so');
// Define C function signature
typedef SumFunc = Int32 Function(Int32, Int32);
typedef Sum = int Function(int, int);
// Call native function
final sum = dylib.lookupFunction<SumFunc, Sum>('sum');
print(sum(5, 3)); // Output: 8
Use Cases
- Game Engines (e.g., integrating C++ physics engines)
- Media Processing (FFmpeg, OpenCV)
- Cryptography & Security (OpenSSL, custom encryption)
- IoT & Hardware (Bluetooth, sensors)
Getting Started
Official Flutter FFI Docs: https://docs.flutter.dev/development/platform-integration/c-interop
docs.flutter.dev
Build for and integrate with multiple platforms
Learn how to develop for different platforms and integrate with platform-specific features in Flutter apps.
👍2