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
