Cloudflare

Cloudflare

309 bookmarks
Newest
The Path to Becoming a Top 1% Programmer | daily.dev
The Path to Becoming a Top 1% Programmer | daily.dev
To become a top 1% programmer, it’s essential to enjoy the coding process, adopt the right mindset for growth, master debugging skills, and actively seek out opportunities. Focus on quality over quantity, invest significant time in developing skills, and build a habit of reading others' code. Additionally, collaboration and networking with experienced programmers are crucial for career growth.
·app.daily.dev·
The Path to Becoming a Top 1% Programmer | daily.dev
Introducing the Supabase UI Library | daily.dev
Introducing the Supabase UI Library | daily.dev
Supabase has released an official UI Library consisting of ready-to-use components built on shadcn/ui, compatible with various React frameworks. The library includes components for password-based authentication, file uploads, real-time cursor sharing, user avatars, and chat functionalities. These components are fully customizable with Tailwind CSS and designed to simplify the integration of complex features in your projects. Additionally, Supabase provides AI code editor rules to enhance development with Supabase and Postgres.
·app.daily.dev·
Introducing the Supabase UI Library | daily.dev
Cloudflare posts on daily.dev
Cloudflare posts on daily.dev
Astro 5.6 introduces several key features including first-class astro:env support for Cloudflare, experimental session support, and a new prefetch eagerness control. Additional highlights include custom fetch options for prerendered error pages, a new load() method for managing sessions, improved config validation, and breaking changes to the experimental SVG API. The release also comes with various bug fixes and contributions from the community.
·app.daily.dev·
Cloudflare posts on daily.dev
Create zone apex record · Cloudflare DNS docs
Create zone apex record · Cloudflare DNS docs
When you add a domain to Cloudflare, you may also need to create or review the DNS record on your zone apex. Zone apex refers to the domain (example.com) or subdomain (blog.example.com) that you are adding to Cloudflare.
Create zone apex record Copy Page When you add a domain to Cloudflare, you may also need to create or review the DNS record on your zone apex. Zone apex refers to the domain (example.com) or subdomain (blog.example.com) that you are adding to Cloudflare. Usually, the zone apex record makes your domain accessible by visitors. In this case, the necessary record type (A, AAAA, or CNAME) and its content will depend on the provider that hosts your website or application. If you are using Cloudflare Pages, refer to Custom domains. If you are using other providers, look for their guidance on how to connect domains managed on external DNS services. ANAME or ALIAS ANAME or ALIAS are DNS records used by specific DNS providers. If your previous provider was using ANAME or ALIAS, you can recreate these records on Cloudflare as CNAME records. Cloudflare's CNAME flattening1 allows you to create CNAME records at your zone apex, removing the need for those other record types. Zone apex record To create a zone apex record, use @ for the record Name, as in the following example. Type Name IPv4 address Proxy status A @ 192.0.2.1 Proxied Dashboard API Log in to the Cloudflare dashboard ↗ and select your account and zone. Go to DNS > Records and select Add record. Select A, AAAA, or CNAME as the record Type, according to your needs: To point to an IPv4 address, select A, use your zone apex (@) for the record Name, and insert the IPv4 address in the respective field. To point to an IPv6 address, select AAAA, use your zone apex (@) for the record Name, and insert the IPv6 address in the respective field. To point to a fully qualified domain name (FQDN) ↗ (such as your-site.host.example.com), select CNAME, use your zone apex (@) for the record Name, and insert the fully qualified domain name in the Target field. Specify the Proxy status and TTL according to your needs. Select Save to confirm. Domain redirects Once you create a domain, you may want to route that traffic to other places. For more guidance, refer to Redirect domain to subdomain or Redirect one domain to another. Get free SSL certificates While DNS is what communicates where your website or application can be reached, SSL/TLS is what enables websites and applications to establish connections in a secure way. If your domain is not correctly covered by an SSL/TLS certificate, your visitors will find a warning on their browser stating that your website or application is not secure. Cloudflare offers free, unshared, publicy trusted Universal SSL certificates to all Cloudflare domains. Was this helpful? Edit page Previous Manage DNS records Next Create subdomain records Resources API New to Cloudflare? Products Sponsorships Open Source
·developers.cloudflare.com·
Create zone apex record · Cloudflare DNS docs
Add a site · Cloudflare Fundamentals docs
Add a site · Cloudflare Fundamentals docs
If you purchased your domain from a different provider, you can still connect the domain to Cloudflare. After you connect your domain to Cloudflare, Cloudflare will act as the reverse proxy and DNS provider for your site.
·developers.cloudflare.com·
Add a site · Cloudflare Fundamentals docs
Overview · Hyperdrive docs
Overview · Hyperdrive docs
Hyperdrive is a service that accelerates queries you make to existing databases, making it faster to access your data from across the globe from Cloudflare Workers, irrespective of your users' location.
·developers.cloudflare.com·
Overview · Hyperdrive docs
Overview · Cloudflare Fundamentals docs
Overview · Cloudflare Fundamentals docs
Cloudflare is one of the world's largest connectivity cloud networks. Today, anyone with an Internet presence can have faster and more secure websites and applications thanks to Cloudflare. This includes bloggers, businesses, and even non-profits.
·developers.cloudflare.com·
Overview · Cloudflare Fundamentals docs
Our Partnerships | Cloudflare
Our Partnerships | Cloudflare
The Cloudflare Partner Network is a global ecosystem of different types of partners, who share our commitment to helping build a better Internet.
·cloudflare.com·
Our Partnerships | Cloudflare
(20+) HTTPS-only for Cloudflare APIs: shutting the door on cleartext traffic | daily.dev
(20+) HTTPS-only for Cloudflare APIs: shutting the door on cleartext traffic | daily.dev
Cloudflare is closing all HTTP ports for api.cloudflare.com to ensure all connections are HTTPS, preventing the transmission of sensitive information in cleartext and reducing security risks. This move will involve dynamically changing IP addresses and offering customers the option to disable HTTP ports for their websites by the end of 2025. The initiative aims to eliminate the exposure of API keys and tokens in plaintext, enhancing overall security and preventing potential attacks.
·app.daily.dev·
(20+) HTTPS-only for Cloudflare APIs: shutting the door on cleartext traffic | daily.dev
HTTPS-only for Cloudflare APIs: shutting the door on cleartext traffic
HTTPS-only for Cloudflare APIs: shutting the door on cleartext traffic
We are closing the cleartext HTTP ports entirely for Cloudflare API traffic. This prevents the risk of clients unintentionally leaking their secret API keys in cleartext during the initial request, before we can reject the connection at the server side.
·blog.cloudflare.com·
HTTPS-only for Cloudflare APIs: shutting the door on cleartext traffic