en
Feedback
for-coder

for-coder

Open in Telegram
466
Subscribers
-124 hours
-17 days
-1230 days
Posts Archive

Repost from αŠ α‰Ά Codes
I gochu @FIRAFLASH
I gochu @FIRAFLASH

Honorable mention @atocodes

Melkam senbet ❀️
Melkam senbet ❀️

Coding is fun until it starts to do what you told it to do instead of what its you want it to do....πŸ€·β€β™‚οΈ

One of the things I like about telegram
WHO DESIGNED THE UI AND ANIMATIONS πŸ‘ŒπŸ’™πŸ€Œ
Like I can watch the animation only more than 10X

Good morning y'all πŸŒ„ Good start with Dave's tune
Good morning y'all πŸŒ„ Good start with Dave's tune

Gn 😴 πŸ’€

ik pepoles might send duplicate receipts this is only 50% i will release that can handle duplication too this is just some indomie stuff for now 🫠

mefelasefing stuff use this code to check cbe tranfers receipts
/**
 * Generates a CBE receipt transaction link
 * @param {string} transactionId - The transaction ID (e.g., "FT25296C4YJC")
 * @param {string|number} senderAccount - The sender's account number (will use last 8 digits)
 * @returns {string} The complete transaction link
 */
function generateCbeReceiptLink(transactionId, senderAccount) {
    if (!transactionId || transactionId.trim() === '') {
        throw new Error('Transaction ID is required');
    }

    const accountStr = senderAccount.toString();
    if (accountStr.length < 8) {
        throw new Error('Sender account must have at least 8 digits');
    }

    const last8Digits = accountStr.slice(-8);
    const baseUrl = "https://apps.cbe.com.et:100/?id=";

    return `${baseUrl}${transactionId}${last8Digits}`;
}

/**
 * Verifies a CBE receipt link
 * @param {string} receiptLink - Full CBE receipt URL
 */
async function verifyCbeReceipt(receiptLink) {
    try {
        const response = await fetch(receiptLink);
        if (!response.ok) {
            console.log("Verified Receipt βœ…");
        } else {
            console.log("Receipt link is accessible βœ”οΈ");
        }
    } catch (error) {
        console.error("Error fetching the receipt:", error.message);
    }
}
made it just now

Thank God Instagram replied to my message πŸ™ Not literally β€” but I kinda submitted an issue that could benefit programmers an
Thank God Instagram replied to my message πŸ™
Not literally β€” but I kinda submitted an issue that could benefit programmers and users too. And this is how they solved it πŸ‘€ I’ll explain more when I release the project. I actually finished the project before but didn’t release it because of that issue. Something recently triggered me to continue working on it β€” still with the same issue (not from me tho, but from IG). Just a glimpse of it: users couldn’t download their full data, plus I wanted to upgrade it like using a new library.

Minimum requirement for linux 🀏
Minimum requirement for linux 🀏

git commit -m "

Me: cd downloads Linux: I've never met this man in my life

This shii funny as hell

✝️ πŸ’’ መልካም αˆ αŠ•α‰ α‰΅ πŸ’’ ✝️
✝️ πŸ’’ መልካም αˆ αŠ•α‰ α‰΅ πŸ’’ ✝️

@dagmawi_babi in the building! πŸ™Œ πŸ“ Afriwork Future of Work Summit Ethiopia β€” Product Launch Event πŸš€
@dagmawi_babi in the building! πŸ™Œ πŸ“ Afriwork Future of Work Summit Ethiopia β€” Product Launch Event πŸš€

Good morning peoples ✨

Done for today goodnight 😴
Done for today goodnight 😴