Dcode – Telegram
Dcode
142 subscribers
95 photos
10 videos
2 files
79 links
I'm Dave , the CLI guy
Download Telegram
What is Codeberg

Codeberg is a free, community-driven, non-profit hosting platform for software projects.
Technically, it runs on Forgejo (a fork of Gitea), delivering Git repository hosting and collaboration tools.
Instead of being owned by a company chasing profit, Codeberg is operated by a non-profit association (Codeberg e.V.), and its development and infrastructure are funded by donations and community contribution.

In short: Codeberg is like a “GitHub-style” home for open source — minus the corporate interest



What Codeberg Offers (Key Features)

If you host your code on Codeberg, you get much more than just a Git repo. Among the main features:

Repository hosting (with branching, merging, pull requests, code reviews) — just like other Git platforms.
Issue tracking, project management tools (labels, milestones, etc.), and wikis for documentation.
Releases, package/asset management, and Git LFS support for large files.
Additional services beyond just code hosting:

Static website hosting via Codeberg Pages (for project sites, documentation, blogs, etc.)
CI/CD support through Woodpecker CI (automated building/testing) and built-in integration for continuous workflows.
Collaborative translation support through Weblate for localization/internationalization of projects.

So whether you’re writing code, managing a library, building documentation or project sites, working in a team — Codeberg gives you tools to handle it all.
It is just like Github but for the community
Dcode
https://www.youtube.com/watch?v=iPaXlFUHJp0
Just learn something new in each day
🔥2
Rust intern saved TikTok $300K

A TikTok intern rewrote CPU-intensive payment service endpoints from Go to Rust, reducing average latency by 30%, P99 latency by 76%, and cutting compute costs by 50%—saving $300K annually. The migration used a gradual rollout strategy with separate Rust clusters under the same service name, avoiding upstream code changes. Key challenges included adapting Go's zero values to Rust's Option enum and optimizing memory allocations. The main lesson: Rust delivers performance gains at the cost of developer productivity, making it ideal for high-usage, stable components where economies of scale justify the rewrite effort.

here is the video link

https://www.youtube.com/watch?v=1y_vBNbZmIA
🔥4
NEOVIM IS #1 IDE
NEOVIM IS #1 IDE
NEOVIM IS #1 IDE
NEOVIM IS #1 IDE
NEOVIM IS #1 IDE
🔥2
I recently discovered tmux, and honestly it’s a super useful and really cool tool.
It lets you manage multiple terminal sessions inside one window, keep processes running in the background, and come back exactly where you left off.

Once you get used to it, it’s hard to imagine working in the terminal without it.

Tmux = terminal + server
Forwarded from Web3 Ethiopia
This media is not supported in your browser
VIEW IN TELEGRAM
🎓 Web3 Ethiopia University Tour — OFFICIALLY LIVE! 🚀

We’re taking Web3 straight to campus.
The Web3 Ethiopia Uni Tour is built to onboard and empower students across 5 major tech universities in Ethiopia ⚡️

📍 AAU
📍 AASTU
📍 HILCOE
📍 ASTU
📍 ACT


If you’re a student at any of these universities, this is for you.

Learn Web3 fundamentals, explore real-world use cases, discover technical & non-technical opportunities, and understand how to start building and earning in the space.

👉 Stay updated on tour dates, registrations, resources, and opportunities on Web3 Ethiopia .


Let’s build Ethiopia’s Web3 future together 🇪🇹⚡️
Grapheme cluster

A grapheme cluster is one character that humans see, even if the computer stores it as many parts.


ASCII
Old system
1 character = 1 byte
A B C 1

No confusion.


Unicode (modern text)

é = e + ʼ
Looks like one character
Stored as multiple parts
That one visible character = grapheme cluster

JavaScript
JS counts UTF-16 units, not what you see.
javanoscript
"👍".length // 2

Rust
Rust counts UTF-8 bytes.

rust
"👍".len() // 4



Final idea

Computers count bytes.
Humans count grapheme clusters.
1
Finished my first Rust beginner project

which is todo cli app

that is basically todo list tracker app in cli

I've learned a lot while doing this project and it is fun and painfull

repo
🔥31
Still amazes me everyday this guy built git in 10 days🤯
🤯1
Offline coding is dying
I like this guy a lot

he's funny and genius

https://www.youtube.com/@ThePrimeTimeagen
The more you dive in coding you will realise you don't know anything


Coding is like iceberg
😁1
Forwarded from Web3 Ethiopia
🎓 ASTU Blockchain Workshop — Web3 Ethiopia University Tour

Web3 is coming to Adama Science and Technology University (ASTU) ⚡️

As part of the Web3 Ethiopia University Tour, we’re hosting an interactive blockchain workshop to help students understand, build, and access real opportunities in Web3.

📍 ASTU
🗓 Saturday, Dec 20th, 2025
🧠 Bring your laptop (PC) for hands-on session


You’ll learn (no prior experience needed):

🔹 Blockchain basics
🔹 Web3 fundamentals
🔹 Real-world use cases of blockchain
🔹 How to build & deploy a simple smart contract
🔹 Technical & non-technical Web3 roles
🔹 How to start building, contributing & earning globally


🫱🏾‍🫲🏾 Powered by Base 🟦
🫱🏾‍🫲🏾 Hosted by Web3 Ethiopia With CSEC ASTU


🔔 Join our Telegrams for updates & announcements:
👉🏾Web3 Ethiopia
👉🏾CSEC ASTU

🎟 Register here: https://luma.com/dc1m4xu0

⚠️Register only if you are a student at ASTU.
Chatgpt is not working, right?
Channel photo updated
Introducing Kairos........coming soon