Expose Your Localhost with Cloudflare Tunnel
Cloudflare Tunnel is a lightweight daemon (cloudflared) that creates a secure, outbound-only connection between your local environment and the Cloudflare network.
It allows you to expose a local web server (like a React app, Docker container, or SSH port) to the internet without opening any ports on your router or having a public IP.
Reference:
https://developers.cloudflare.com/cloudflare-one/networks/connectors/cloudflare-tunnel/
#cloudflare
@kira_dev_codes
Cloudflare Tunnel is a lightweight daemon (cloudflared) that creates a secure, outbound-only connection between your local environment and the Cloudflare network.
It allows you to expose a local web server (like a React app, Docker container, or SSH port) to the internet without opening any ports on your router or having a public IP.
Reference:
https://developers.cloudflare.com/cloudflare-one/networks/connectors/cloudflare-tunnel/
#cloudflare
@kira_dev_codes
Cloudflare Docs
Cloudflare Tunnel Β· Cloudflare One docs
How Cloudflare Tunnel works in Zero Trust networking.
Forwarded from Codative π
TIKVAH-ETHIOPIA
α°αα³α α¨αͺαα₯α α₯ α£ααα« αα»αα΅ ααα
αα
α¨αα
ααα α αα΅ ααα¨α±α α’α’α€α΅ α΄ααͺα₯α α α³ααα’
Sad how short a person's life is
I was shocked when I heard the news α¨αα α«α΅α°ααα£α ααα½αα α°α α«αα¨α ααα΅ α ααα΅ααα α²α«α’αα΅ α αα΅α£α½α α¨α¨α°α°α ααα α α£α αα ααααα αα΅α α°αΈααα α₯αα°αααα α«α΅α¨α³αα
ααα±α αα³ α αα αα± α«α΅α£α΅ α₯ααα αα³α½αα α α΅α³αα½ α«α΅α¨αα
@codative
I was shocked when I heard the news α¨αα α«α΅α°ααα£α ααα½αα α°α α«αα¨α ααα΅ α ααα΅ααα α²α«α’αα΅ α αα΅α£α½α α¨α¨α°α°α ααα α α£α αα ααααα αα΅α α°αΈααα α₯αα°αααα α«α΅α¨α³αα
ααα±α αα³ α αα αα± α«α΅α£α΅ α₯ααα αα³α½αα α α΅α³αα½ α«α΅α¨αα
@codative
β€4
Route Groups in Next.js App Router
π Route groups let you organize your
π Why this is powerful:
- You can separate public site, admin, studio, etc. cleanly
- You can have multiple root layouts (each with its own
- No messy conditional logic inside one big layout
- URLs stay clean (
Example:
π This pattern is common in apps (marketing site + dashboard, CMS studio, etc.) and makes layout boundaries very clear.
Docs:
https://nextjs.org/docs/app/api-reference/file-conventions/route-groups
#nextjs
@kira_dev_codes
π Route groups let you organize your
app/ folder without affecting the URL. You wrap folders in parentheses like (site) or (studio) and Next.js completely ignores them in routing.π Why this is powerful:
- You can separate public site, admin, studio, etc. cleanly
- You can have multiple root layouts (each with its own
<html> / <body>)- No messy conditional logic inside one big layout
- URLs stay clean (
/en, /studio) while folders stay organizedExample:
app/
(site)/
[lang]/
layout.tsx
(studio)/
studio/
layout.tsx
π This pattern is common in apps (marketing site + dashboard, CMS studio, etc.) and makes layout boundaries very clear.
Docs:
https://nextjs.org/docs/app/api-reference/file-conventions/route-groups
#nextjs
@kira_dev_codes
nextjs.org
File-system conventions: Route Groups
Route Groups can be used to partition your Next.js application into different sections.
β€2
Forwarded from Script
They rewrite for you feed algorithm of x in rust and python from scala and it's open source feel free to explore
[ github]
[ github]
GitHub
GitHub - xai-org/x-algorithm: Algorithm powering the For You feed on X
Algorithm powering the For You feed on X. Contribute to xai-org/x-algorithm development by creating an account on GitHub.
Just tried out Zed the minimal code editor
Damn it's fast π₯
Damn it's fast π₯
Zed
Zed β Your last next editor
Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
Forwarded from Ethiopian Cursor Community
So...a Skill is a reusable capability for AI agents. Think of it as a plugin that teaches your agent how to do specific tasks better.
Today at Dagmawi Babi's Meetup, Robi taught us about good design - colors, spacing, dark mode, animations. But here's the thing: nowadays agents are building more than we do. They need to know this too.
That's why we built a skill called robis-design-best-practice.
Install and use it on Cursor with:
* Learn more about skills and how we built this with Cursor: https://ethiopian-cursor-community.github.io/robis-design-best-practice/
* Resource: https://www.canva.com/design/DAG_Ie2RSGU/oTAl9y1qL-oAgBz7VWusEg/
Today at Dagmawi Babi's Meetup, Robi taught us about good design - colors, spacing, dark mode, animations. But here's the thing: nowadays agents are building more than we do. They need to know this too.
That's why we built a skill called robis-design-best-practice.
Install and use it on Cursor with:
npx skills add Ethiopian-Cursor-Community/robis-design-best-practiceon your UI-specific projects.
* Learn more about skills and how we built this with Cursor: https://ethiopian-cursor-community.github.io/robis-design-best-practice/
* Resource: https://www.canva.com/design/DAG_Ie2RSGU/oTAl9y1qL-oAgBz7VWusEg/
π₯5
